Trying the same thing and I am seeing different results but I have
never seen this before..

It seems it can't process the filter pattern, would appreciate any
help since it makes no sense to me..

org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'clearPassFilterChainProxy' defined in
ServletContext resource
[/WEB-INF/spring-configuration/clearpass-configuration.xml]: Error
setting property values; nested exception is
org.springframework.beans.PropertyBatchUpdateException; nested
PropertyAccessExceptions (1) are:
PropertyAccessException 1:
org.springframework.beans.MethodInvocationException: Property
'filterChainMap' threw exception; nested exception is
java.lang.IllegalArgumentException: Path key must be a String but
found Ant [pattern='/clearpass']Object of class
[org.springframework.security.web.util.AntPathRequestMatcher] must be
an instance of class java.lang.String



On Mon, Jun 25, 2012 at 3:26 PM, Misagh Moayyed <[email protected]> wrote:
> Here’s the pull: https://github.com/Jasig/cas/pull/80
>
>
>
> Regards,
>
> -Misagh
>
>
>
> From: Misagh Moayyed [mailto:[email protected]]
> Sent: Monday, June 25, 2012 10:41 AM
> To: [email protected]
> Subject: RE: [cas-user] Turning on clearPass for CAS 3.5?
>
>
>
> I am not sure if that also included the web.xml changes[?] There were
> certain elements that were pulled out of securityContext.xml and placed into
> the clearpass-configuration.xml file, in the “unused” directory. If the
> web.xml changes are to be removed too, I’d suggest that we at least place
> them in the file and comment them out, much like the change in the
> deployerContextConfig.xml file. So that gives the deployer some visibility
> into what needs to be configured and it’d be just a matter of uncommenting
> the relevant lines at deployment.
>
>
>
> -Misagh
>
>
>
> From: Scott Battaglia [mailto:[email protected]]
> Sent: Monday, June 25, 2012 10:24 AM
> To: [email protected]
> Subject: Re: [cas-user] Turning on clearPass for CAS 3.5?
>
>
>
> I thought all config was pulled out on purpose?
>
>
>
> On Mon, Jun 25, 2012 at 12:24 PM, Marvin S. Addison
> <[email protected]> wrote:
>
> 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</filter
> -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
>
> --
> 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

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