Are you sure it went through CAS authentication? Was there a service ticket in the URL?
On Thu, Jul 1, 2010 at 5:44 AM, jean linlin <[email protected]> wrote: > > Hi Scott, > > I'm using the following configuration in the web.xml of my application . I > declared the HttpServletRequestWrapperFilter but how can we known that it's > really use ? I have something in the logfile about the AuthenticationFilter > and about the Cas20ProxyReceivingTicketValidationFilter but nothing about > HttpServletRequestWrapperFilter ?? > > > a part of my web.xml : > > > <filter> > <filter-name>CASFilter</filter-name> > > > <filter-class>org.jasig.cas.client.authentication.AuthenticationFilter</filter-class> > <init-param> > <param-name>casServerLoginUrl</param-name> > <param-value>https://xxxx:8443/cas_tom/login</param-value> > </init-param> > <init-param> > <param-name>service</param-name> > > <param-value>https://xxxx:8443/PrjTestSihTom/pages/ok.jsp</param-value> > </init-param> > </filter> > > <filter> > <filter-name>CASValidationFilter</filter-name> > > > <filter-class>org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter</filter-class> > <init-param> > <param-name>casServerUrlPrefix</param-name> > <param-value>https://xxxx:8181/cas_tom</param-value> > </init-param> > > <init-param> > <param-name>serverName</param-name> > <param-value>https://xxxx:8181</param-value> > </init-param> > </filter> > > <filter> > <filter-name>CASHttpServletRequestWrapperFilter</filter-name> > > > <filter-class>org.jasig.cas.client.util.HttpServletRequestWrapperFilter</filter-class> > </filter> > > <filter-mapping> > <filter-name>CASFilter</filter-name> > <url-pattern>/pages/index.jsp</url-pattern> > </filter-mapping> > > <filter-mapping> > <filter-name>CASValidationFilter</filter-name> > <url-pattern>/pages/index.jsp</url-pattern> > </filter-mapping> > > <filter-mapping> > <filter-name>CASHttpServletRequestWrapperFilter</filter-name> > <url-pattern>/pages/index.jsp</url-pattern> > </filter-mapping> > </web-app> > > -- > View this message in context: > http://jasig.275507.n4.nabble.com/Authentication-Kerberos-correct-But-RemoteUser-is-always-Null-tp2272739p2274896.html > Sent from the CAS Users mailing list archive at Nabble.com. > > -- > 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 > -- 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
