servlet-3.0
Deploying Jersey resources into a Servlet 3.0 API aware container fails miserably
(I\'ve accidentally deleted the gist that I\'m referring to in this question; sorry for the inconvenience.)[详细]
2023-04-12 12:50 分类:问答Servlet 3.0: where is @WebServletContextListener?
I am trying to follow a Servlet 3.0 tutorial which refers to @WebServletContextListener. However, I cannot find such an annotation in my javaee-web-api-6.0.jar dependency (I am using maven).[详细]
2023-04-08 19:32 分类:问答Problem using HttpServletRequest authenticate() within JSF lifecycle
I\'m trying to use HttpServletRequest authenticate within a JSF managed bean to implement fine-grained authentication, depending on the particular object requested.[详细]
2023-04-01 11:57 分类:问答Problem using HttpServletRequest authenticate() within JSF 2.0 preRenderView listener
I\'m trying to use the authenticate() in a preRenderView listener method, in order to trigger authentication conditionally, depending on view parameters in the page. I tried adding a simple method:[详细]
2023-03-27 08:18 分类:问答Tomcat 7 - Servlet 3.0: Invalid byte tag in constant pool
tomcat 7.0.16 Java 1.6.0_22 CentOS 5.6 I just switched the web.xml to servlet 3.0 (from a app running 2.4 previously) and now I\'m seeing the following error (turned on fine logging for org.apach[详细]
2023-03-21 04:55 分类:问答FacesServlet Servlet 3.0 Async Support
Does the FacesServlet in JSF 2.0 sup开发者_如何学Cport the servlet 3.0 async features?No, with the simple reason that JSF 2.0 is designed with Servlet 2.5 in mind.[详细]
2023-03-20 05:18 分类:问答@WebServlet annotation with Tomcat 7
In my application, I had a servlet which was defined like this in the web.xml: <servlet> <display-name>Notification Servlet</display-name>[详细]
2023-03-16 06:06 分类:问答Problem with session security feature of JBoss 6 using servlet 3.0
We migrated our application from JBoss 5 to JBoss6 and one of the main reasons for this is to make use of the new features of servlet 3.0. Everything works fine apart from one new feature of JBoss 6 a[详细]
2023-03-15 15:23 分类:问答Does the Jetty Maven Plugin 8.0.0.M3 support all of Servlet 3?
I have the following in my web.xml: <session-config> <cookie-config> <http-only>true</http-only>[详细]
2023-03-11 05:30 分类:问答Servlet Security Annotation Error
i have coded a login page using programmatic approaches but it does not successful when the code have roles[详细]
2023-03-09 08:54 分类:问答