Hi Eric,

 thanks, but does not work.

login_jsid=Cookie  prints "Cookie"
login_jsid=%{Cookie} prints "%{Cookie}"

Apparently the right sides of the assignment are just taken as literals
without evaluating them as variables.

Had a brief look at mod_log_debug, but do not see how it helps me in this
case.

Thanks
Martin

On Thu, Mar 22, 2018 at 5:50 PM, Eric Covener <cove...@gmail.com> wrote:

> On Thu, Mar 22, 2018 at 12:50 PM, Eric Covener <cove...@gmail.com> wrote:
> > have you looked at mod_log_debug?
> >
> >>     SetEnvIfExpr "%{REQUEST_URI} == '/cb2/facelets/logon.xhtml' &&
> %{REQUEST_METHOD} == 'GET'" login_get login_jsid=%{HTTP_COOKIE}e
> >
> > is the last token  of the above line wrong? Shouldn't it just be
> "Coookie"?
>
> w/o the extra o.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


-- 
------------------------------------------------------
Martin Knoblauch
email: k n o b i AT knobisoft DOT de
www: http://www.knobisoft.de

Reply via email to