Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
SERVLET_SPEC-83 specifies ServletContext#getInitParameter with null name parameter. Also, it specifies the behavior for ServletContext#setAttribute, too. GlassFish has the first behavior and needs to ...
HttpServletRequest对象代表客户端的请求,当客户端通过HTTP协议访问服务器时,HTTP请求头中的所有信息都封装在这个对象中,通过这个对象提供的方法,可以获得客户端请求的所有信息。 getRequestURL方法返回客户端发出请求时的完整URL。 getRequestURI方法返回请求行中 ...
本文介绍JSP中request属性的用法,以及request.getParameter() 和request.getAttribute() 区别。 一、request.getParameter() 和request.getAttribute() 区别 ...
通过改变eclipse的设置我已经解决了这个问题,是jdk版本设置不对的原因。我做的修改是: 把eclipse中Wndow/Preferences/Java/Compiler中 ...