[cas-user] Load Balancers and IP headers

2010-02-15 Thread Jeff Chapin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We are running a Big IP load balancer, and our current setup is for the load balancer to replace the requesting IP with it's own IP, and places the original IP into into an 'x-forwarded-for' header added to the packet. We are looking to implement

Re: [cas-user] Load Balancers and IP headers

2010-02-15 Thread Scott Battaglia
It all depends on what Tomcat and the Servlet spec say should happen. CAS merely reads from the request object. If the default doesn't do what you want, you can provide your own filter to make the ClientInfo object available. Cheers, Scott On Mon, Feb 15, 2010 at 4:57 PM, Jeff Chapin

Re: [cas-user] Load Balancers and IP headers

2010-02-15 Thread Jeff Chapin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Could you clarify for me -- is this a Tomcat filter, or something inside CAS? Thanks for all your hard work! Jeff Scott Battaglia wrote: It all depends on what Tomcat and the Servlet spec say should happen. CAS merely reads from the request

Re: [cas-user] Load Balancers and IP headers

2010-02-15 Thread Jeff Chapin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A quick google answered this. Sorry. Jeff Chapin wrote: Could you clarify for me -- is this a Tomcat filter, or something inside CAS? Thanks for all your hard work! Jeff Scott Battaglia wrote: It all depends on what Tomcat and the