Not yet a committer :) I'll proceed with the usual route. Thanks Marvin. -Misagh
> -----Original Message----- > From: Marvin S. Addison [mailto:[email protected]] > Sent: Monday, June 25, 2012 9:24 AM > To: [email protected] > Subject: Re: [cas-user] Turning on clearPass for CAS 3.5? > > > Got it to work. > > Whew. > > > Seems like the following elements also need to be present in the > > web.xml > > file: > > > > <filter> > > <filter-name>clearPassFilterChainProxy</filter-name> > > > > <filter- > class>org.springframework.web.filter.DelegatingFilterProxy</fi > > lter > > -class> > > </filter> > > > > <filter-mapping> > > <filter-name>clearPassFilterChainProxy</filter-name> > > <url-pattern>/clearPass</url-pattern> > > </filter-mapping> > > > > <servlet-mapping> > > <servlet-name>cas</servlet-name> > > <url-pattern>/clearPass</url-pattern> > > </servlet-mapping> > > RC process paid off right here. > > > I can submit a pull, unless there are concerns on not having the > above > > in the web.xml file? > > Just commit the changes to master and push them up. (IIRC you've got > commit access.) > > M > > -- > 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
