Re: how to write a valve

2016-10-17 Thread Mark Thomas
On 17/10/2016 16:53, André Warnier (tomcat) wrote: > In this case, the OP originally mentioned "add an attribute to the > request". > I have the feeling that the word "attribute" here was not very specific, > and in reality (since we are talking about an authentication method > "faking" another

Re: how to write a valve

2016-10-17 Thread tomcat
On 17.10.2016 16:57, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 10/14/16 6:08 AM, Mark Thomas wrote: On 14/10/2016 10:51, André Warnier (tomcat) wrote: On 14.10.2016 10:05, Mark Thomas wrote: On 13/10/2016 16:04, Campbell, Lance wrote: Tomcat 8.0.38

Re: how to write a valve

2016-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 10/14/16 6:08 AM, Mark Thomas wrote: > On 14/10/2016 10:51, André Warnier (tomcat) wrote: >> On 14.10.2016 10:05, Mark Thomas wrote: >>> On 13/10/2016 16:04, Campbell, Lance wrote: Tomcat 8.0.38 In my Eclipse development

Re: how to write a valve

2016-10-14 Thread Mark Thomas
On 14/10/2016 10:51, André Warnier (tomcat) wrote: > On 14.10.2016 10:05, Mark Thomas wrote: >> On 13/10/2016 16:04, Campbell, Lance wrote: >>> Tomcat 8.0.38 >>> >>> In my Eclipse development environment when particular servlet >>> requests are made I want to simulate going through Shibboleth

Re: how to write a valve

2016-10-14 Thread tomcat
On 14.10.2016 10:05, Mark Thomas wrote: On 13/10/2016 16:04, Campbell, Lance wrote: Tomcat 8.0.38 In my Eclipse development environment when particular servlet requests are made I want to simulate going through Shibboleth prior to Tomcat handling the request. I wanted to see if this will

Re: how to write a valve

2016-10-14 Thread Mark Thomas
On 13/10/2016 16:04, Campbell, Lance wrote: > Tomcat 8.0.38 > > In my Eclipse development environment when particular servlet requests are > made I want to simulate going through Shibboleth prior to Tomcat handling the > request. I wanted to see if this will work. > > In Eclipse within each

Re: how to write a valve

2016-10-14 Thread tomcat
On 13.10.2016 17:04, Campbell, Lance wrote: Tomcat 8.0.38 In my Eclipse development environment when particular servlet requests are made I want to simulate going through Shibboleth prior to Tomcat handling the request. I wanted to see if this will work. In Eclipse within each dynamic web

how to write a valve

2016-10-13 Thread Campbell, Lance
Tomcat 8.0.38 In my Eclipse development environment when particular servlet requests are made I want to simulate going through Shibboleth prior to Tomcat handling the request. I wanted to see if this will work. In Eclipse within each dynamic web application I would add a valve to the