ServletException ldap = new MyLdapClass("ipaddress", port, "login", "pwd", "baseDN"); at MyLdapClass.connect(MyLdapClass.java:_row number_)
at MyServlet.doPost(MyServlet.java
我下载了一个开源的sql注入应用程序。当我尝试运行时,它给出了错误"HTTP method POST is not supported by this URL“以及一些警告。我正在分享我的代码和一些图片。 <%@ page language="java" contentType="text/html; charset=ISO- 8859-1" <!DOCTYPE html PUBLIC "-//W3C//DTD HT
我从一本书中拿出了这个例子:throws ServletExceptionvoid doGet(HttpServletRequest req, HttpServletResponse resp) doPost(req, resp); //call doPost() for flow control l