servlet « Security « Spring Q&A





1. Does Acegi/Spring security support getUserPrincipal()?    stackoverflow.com

I need to interface an existing application with Acegi/Spring security. In order to get started I am looking for one simple piece of information: in this context, will HttpServletRequest.getUserPrincipal() called from my ...

2. Detect session timeout in Spring 3/Spring Security 2.0.5    stackoverflow.com

I have a web application running under Spring 3 with SpringSecurity 2.0.5. To present the user the changes to the site since his last visit, I try to register the time when ...

3. How to access the model from a HandlerExceptionResolver in Spring?    stackoverflow.com


I have an implementation of a Spring AbstractHandlerExceptionResolver in my project. This handler takes care of all exceptions thrown from controllers. For the most part, this works very ...

4. Is there another way to get a user's time zone from a HttpServletRequest object in Spring MVC?    stackoverflow.com

I need to convert my server time to the user's time depending on their time zone. Is this the best way to figure out their timezone - by using the HttpServletRequest object?

Locale ...

5. How do you access the RequestBody in a HandlerInterceptorAdapter?    stackoverflow.com

I tried to pull the body out of request.getReader() but it was already read. How can I get my hand on the requestbody within the interceptor?

6. is it possible to access two spring batch jobs from same servlet?    forum.springsource.org

is it possible to access two spring batch jobs from same servlet? [is it possible to access two spring batch jobs from single servlet?] [i have two jobs 1. file to ...

7. Pls, give some example Acegi usage in the servlets.    forum.springsource.org

Nov 1st, 2004, 03:24 AM #1 blandger View Profile View Forum Posts Private Message Junior Member Join Date Oct 2004 Posts 5 Pls, give some example Acegi usage in the servlets. ...

8. Minimal Acegi configuration to replace Servlet security?    forum.springsource.org

Hello, I have seen lots of extensive examples, such as the example .war that ships with Acegi, the documentation and the Wrox book on Spring. I share the opinion that it ...

9. Spring security on traditionnal servlet    forum.springsource.org

Spring security on traditionnal servlet Hi all, I am quite new to all this spring security thing and i am struggling with a problem for three days now. I have a ...





10. access servlet without security    forum.springsource.org

Hi , I want to access servlet without any security, i am using Acegi framework. i want to know is it possible , because i am accessing servlet from applet using ...

11. Acegi and Java servlet specification    forum.springsource.org

12. javax.servlet.ServletException: Could not resolve view with name 'user' in servlet...    forum.springsource.org

javax.servlet.ServletException: Could not resolve view with name 'user' in servlet... Hi All, Iam getting this weird exception. DEBUG [org.springframework.web.servlet.FrameworkServlet.p rocessRequest(FrameworkServlet.java:674)] - Could not complete request javax.servlet.ServletException: Could not resolve view with ...