Hi to all,

I have a casified web application.

What i want is to exclude a servlet from CAS filter?

How can i exclude a servlet from below configuration (it is a part of
web.xml of web application) ? 

Thanks.

 

       <filter>

                <filter-name>CAS Filter</filter-name>

                <filter-class>

                        edu.yale.its.tp.cas.client.filter.CASFilter

                </filter-class>

                <init-param>

                        <param-name>

                                edu.yale.its.tp.cas.client.filter.loginUrl

                        </param-name>

                        <param-value>

                                https://xx.gov.tr/cas/login

                        </param-value>

                </init-param>

                <init-param>

                        <param-name>

 
edu.yale.its.tp.cas.client.filter.validateUrl

                        </param-name>

                        <param-value>

                                https://xx.gov.tr:9443/cas/serviceValidate

                        </param-value>

                </init-param>

                <init-param>

                        <param-name>

                                edu.yale.its.tp.cas.client.filter.serverName

                        </param-name>

                        <param-value>xx.gov.tr</param-value>

                </init-param>

        </filter>

        <filter-mapping>

                <filter-name>CAS Filter</filter-name>

                <url-pattern>/*</url-pattern>

        </filter-mapping>

 


Dikkat: Bu elektronik posta mesaji kisisel ve ozeldir. Eger size 
gonderilmediyse lutfen gondericiyi bilgilendirip mesaji siliniz.Firmamiza gelen 
ve giden mesajlar virus taramasindan gecirilmektedir.Mesajdaki gorusler  
gondericiye ait olup HAVELSAN A.S. resmi gorusu olmak zorunda degildir.

Attention: This e-mail message is private and privileged.If you are not the 
recipient for whom this e-mail message is intended, please notify the sender 
immediately and delete this e-mail message from your system.All sent and 
received e-mail messages go through a virus scan in our company. Any opinions 
presented in this e-mail message are solely those of the author and do not 
necessarily represent HAVELSAN A.S.`s formal and authorized views.

-- 
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

Reply via email to