[keycloak-user] [1.5.0] KC Issue with filters

Hristo Stoyanov hr.stoyanov at peruncs.com
Sun Oct 11 04:11:20 EDT 2015


Hi all,
has anyone seen a situation where this KC declaration in a WEB.XML:

    <security-constraint>

        <web-resource-collection>

            <web-resource-name>Login</web-resource-name>

            <url-pattern>/app-login</url-pattern>

        </web-resource-collection>

        <auth-constraint>

            <role-name>*</role-name>

        </auth-constraint>

    </security-constraint>


will suppress any filters with the same usrl-pattern and under what
circumstances could  this happen:


   <filter-mapping>

        <filter-name>ErraiLoginRedirectFilter</filter-name>

        <url-pattern>/app-login</url-pattern>

    </filter-mapping>


You can see the full details of my issue in this thread:

https://developer.jboss.org/message/941862#941862
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20151011/72b60ac2/attachment.html 


More information about the keycloak-user mailing list