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

Reply via email to