[jboss-user] [Security & JAAS/JBoss] - Re: Login problem with JAAS and sticky_session=false

ragavgomatam do-not-reply at jboss.com
Thu Mar 6 20:21:23 EST 2008


what version of jboss is it ? it appears to be a known tomcat issue...
It can be solved as follows :- 

<%
  | // Hack to get around bug in tomcat: 
  | // http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8976
  | if (session.isNew()) {
  | response.sendRedirect("index.jsp");
  | return;
  | }
  | %>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134725#4134725

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134725



More information about the jboss-user mailing list