[jboss-user] [Security & JAAS/JBoss] - SSOTOKEN Cookie can not work in IE 5.0

netservant do-not-reply at jboss.com
Mon Feb 26 21:14:44 EST 2007


SSOTokenManager.java line 145:
String authInfo = 
sso.generateAuthResponse(this.assertingParty,principal.getName(),true);
//for IE 5.0 change by Netservant
authInfo = authInfo.replaceAll("\"","'");  


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

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



More information about the jboss-user mailing list