1. How can I prevent spring-security from appending ;jsessionid=XXX to login redirects? stackoverflow.comWhen an unauthenticated client requests a URL that requires a non-anonymous access level as defined in |
2. How to enable HTTP digest for embedded jetty / spring security? stackoverflow.comI have two small http servers. One using the sun (com.sun.net.httpserver) server and one using an embedded jetty. Now I'm trying to get HTTP digest working on at least the jetty ... |
3. User thread spawning in Jetty stackoverflow.comI have a web application running over Jetty, and I need to spawn a thread for idle connection handling. This thread is being started in the spring context. I know it's not ... |
4. XML schema error with Jetty stackoverflow.comI got a problem with my spring configuration when I run it in jetty. I used the exact same file in tomcat without any problems. The error i get is the ... |
5. Fetch application port without access to request object stackoverflow.comI have a back end process which is initiated on server startup. After completion of this process I send an email to users. I need access to application port in order ... |
6. Configure Spring Security on embedded Jetty in Spring stackoverflow.comI have a Spring beans definition file, as below
|
7. Configuring default user in spring security stackoverflow.comis there a way to configure spring security to have a default user (with roles and such)? i want to use it for testing purposes in an embedded jetty environment. ... |
8. Send customized response after custom certificate validation with Jetty 7 failed stackoverflow.comwe are currently using a certificate based login for our webapp (running Jetty 7.4)
With JSSLUtils I configured a custom |
9. combining spring security 3 with jersey rest api stackoverflow.comI have a scenario where I am trying to combine spring security with jersey for my REST API. My need is rather complicated (I think) and it is as follows: Spring security ... |
10. Problem deploying an ACEGI app under Jetty forum.springsource.orgProblem deploying an ACEGI app under Jetty Hello, I have been biten by the Tomcat/CGlib/redploy issue where tomcat is unable or unwilling to garbage collect threadlocals upon redploy. I thought I ... |
11. Cocoon-Hibernate-Spring-Acegi in Jetty: classloader error forum.springsource.orgNov 22nd, 2006, 05:32 AM #1 remmerie View Profile View Forum Posts Private Message Junior Member Join Date Nov 2006 Posts 2 Cocoon-Hibernate-Spring-Acegi in Jetty: classloader error Dear all, I'm using ... |