mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-24 07:51:52 +08:00
docs: add Tomcat context comment
This commit is contained in:
+4
@@ -47,6 +47,10 @@ public class TomcatFilterInjector {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* org.apache.catalina.core.StandardContext
|
||||||
|
* /usr/local/tomcat/server/lib/catalina.jar
|
||||||
|
*/
|
||||||
public List<Object> getContext() throws Exception {
|
public List<Object> getContext() throws Exception {
|
||||||
List<Object> contexts = new ArrayList<Object>();
|
List<Object> contexts = new ArrayList<Object>();
|
||||||
Set<Thread> threads = Thread.getAllStackTraces().keySet();
|
Set<Thread> threads = Thread.getAllStackTraces().keySet();
|
||||||
|
|||||||
Reference in New Issue
Block a user