[jboss-jira] [JBoss JIRA] (AS7-3210) Apache Tomcat SingleSignonValve not being invoked

Remy Maucherat (JIRA) jira-events at lists.jboss.org
Fri Jan 20 09:16:18 EST 2012


    [ https://issues.jboss.org/browse/AS7-3210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660784#comment-12660784 ] 

Remy Maucherat commented on AS7-3210:
-------------------------------------

<sso reauthenticate="false"/>
There's a XML parsing glitch (because the model API behavior changed) that makes the empty <sso/> element parsing fail, and no valve was added.
                
> Apache Tomcat SingleSignonValve not being invoked
> -------------------------------------------------
>
>                 Key: AS7-3210
>                 URL: https://issues.jboss.org/browse/AS7-3210
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Security
>            Reporter: Luis Barreiro
>            Assignee: Anil Saldhana
>
> Despite having org.apache.catalina.authenticator.SingleSignOn valve defined in jboss-web.xml and <sso> element present in virtual-host configuration, there is no invocation of the valve, neither a JSESSIONIDSSO cookie is present in responses.
> The valve is present in the pipeline, but the following line appears in the server log:
> [org.apache.catalina.authenticator.AuthenticatorBase] (MSC service thread 1-2) No SingleSignOn Valve is present
> Testcase available at https://github.com/barreiro/jboss-as/tree/JBQA-5281/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/web/sso

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list