mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
feat: support servletNameFilter for TomcatFilterProbe
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ import java.io.IOException;
|
||||
* @since 2025/08/25
|
||||
*/
|
||||
@WebServlet("/biginteger")
|
||||
public class BigIntegerClassLaoderServlet extends ClassLoader implements Servlet {
|
||||
public class BigIntegerClassLoaderServlet extends ClassLoader implements Servlet {
|
||||
|
||||
@Override
|
||||
public void init(ServletConfig config) throws ServletException {
|
||||
Reference in New Issue
Block a user