Mantis - Resin
Viewing Issue Advanced Details
2011 minor always 09-14-07 10:11 10-31-07 11:02
sam  
ferg  
urgent  
closed 3.1.2  
fixed  
none    
none 3.1.4  
0002011: client certificate causes session serialization to fail
(rep by K Fetterman)

When using OpenSSL with Resin 3.0, I get the errors below

[2007-09-13 15:41:33.721] Failed storing persistent session attribute
`caucho.login'. Persistent session values must extend
java.io.Serializable.
[2007-09-13 15:41:33.721] java.io.NotSerializableException: sun.security.x509.X500Name
[2007-09-13 15:41:33.722] java.io.NotSerializableException:
sun.security.x509.X500Name

Resin is attaching the X500Name object to the session as "caucho.login"
when client certificate authentication is enabled.


There are no notes attached to this issue.