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
; 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
;> 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
&
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
>
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?
pattern="%h %{Host}i %t "%r" %s %b
>> %{klm_tracking_id}c %S %D" />
>>
>
> Best regards,
> Konstantin Kolinko
>
> ---------
> To unsubscribe, e-mail: users-unsub
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
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