Hi all,
I've declared a filter in web.xm as:

<filter>
            <filter-name>ShibbolethHeaderReaderFilter</filter-name>
            <display-name>ShibbolethHeaderReaderFilter
IdPC</display-name>
            <description></description>

<filter-class>it.loset.idpcp.ri.filters.ShibbolethHeaderReaderFilterIdpc</filter-class>

            <init-param>
                <param-name>configurationFile</param-name>

<param-value>resources/shibboleth-spp-config.xml</param-value>
            </init-param>
        </filter>

        <filter-mapping>
            <filter-name>ShibbolethHeaderReaderFilter</filter-name>
            <url-pattern>/protected/*</url-pattern>
        </filter-mapping>




where it.loset.idpcp.ri.filters.ShibbolethHeaderReaderFilterIdpc
is a jar file that i don't know the source;


Now i do i call as:
http://localhost:8080/srlo/protected/login.html

and i get HTTP Status 404 the resource is not available.




My question is, why the filter do not activated: in the url the is the word
protect and the mapping of the filter is
<url-pattern>/protected/*</url-pattern>





-- 
Ing. Viscomi Francesco

Reply via email to