Re: valve execution order

2020-03-27 Thread Mark Thomas
t;>>> I'm trying to create a valve which will prevent another valve >>>>> from working in case a particular request is made. Is there a way >>>>> to control the valve execution order so that I can inject my >>>>> valve right before the valv

Re: valve execution order

2020-03-23 Thread Jonathan Yom-Tov
; On 3/23/20 09:59, Mark Thomas wrote: > > On 23/03/2020 13:13, Jonathan Yom-Tov wrote: > >> I'm trying to create a valve which will prevent another valve > >> from working in case a particular request is made. Is there a way > >> to control the valve execution o

Re: valve execution order

2020-03-23 Thread Christopher Schultz
;> to control the valve execution order so that I can inject my >> valve right before the valve I want to stop? > > Valves should be added (and hence executed) in the order they > appear in the XML. > > Also, Valves on an Engine always execute before those on a Host &

Re: valve execution order

2020-03-23 Thread Mark Thomas
On 23/03/2020 13:13, Jonathan Yom-Tov wrote: > I'm trying to create a valve which will prevent another valve from working > in case a particular request is made. Is there a way to control the valve > execution order so that I can inject my valve right before the valve I want >

valve execution order

2020-03-23 Thread Jonathan Yom-Tov
I'm trying to create a valve which will prevent another valve from working in case a particular request is made. Is there a way to control the valve execution order so that I can inject my valve right before the valve I want to stop?

Re: RemoveIpValve and valve execution order

2011-11-22 Thread rswart
            pattern="%h %{Host}i %t "%r" %s %b >> %{klm_tracking_id}c %S %D" /> >> > > Best regards, > Konstantin Kolinko > > --------- > To unsubscribe, e-mail: users-unsub

Re: RemoveIpValve and valve execution order

2011-11-21 Thread Konstantin Kolinko
2011/11/22 rswart : > > > Hi, > > I'm trying to configure the RemoteIp in combination with AccessLogValve. > request.getRemoteAddr() return the  correct remote-ip from X-Forwarded-For > header, but AccessLogValve still logs the unmodified (proxy) ip-address. Can > this be related to the execution o

RemoveIpValve and valve execution order

2011-11-21 Thread rswart
force the order somehow? Version = 7.0.22, valves: Richard -- View this message in context: http://old.nabble.com/RemoveIpValve-and-valve-execution-order-tp32872128p32872128.html Sent from the Tomcat - User mailing list archive at Nabbl