On 20/10/10 16:35, Marvin Addison wrote
I must admit I'm doubtful the bean naming issue I described above is
preventing attributes from being released, but let's fix that and see
where it gets us.
M
Marvin is there a chance that attributes are not released because
I have an apache proxy in front of Tomcat?
I'm posting the relevant apache config:
SSLOptions +StdEnvVars
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
ProxyRequests Off
<Location /cas/>
ProxyPass ajp://localhost:8009/cas/ retry=5
</Location>
server.xml in tomcat:
<Connector port="8009"
enableLookups="false" redirectPort="8443"
protocol="AJP/1.3" request.tomcatAuthentication="false"
tomcatAuthentication="false" address="127.0.0.1" URIEncoding="UTF-8" />
Giannis
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user