[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED. This is not done]
[automatically because of the potential for mail loops. ]
Synopsis: %{REMOTE_USER} returns empty string during RewriteCond/RewriteRules
evaluation
State-Changed-From-To: analyzed-closed
State-Changed-By: rse
State-Changed-When: Wed Feb 25 07:47:01 PST 1998
State-Changed-Why:
There _IS_ a clean and elegant workaround for this:
Just use %{LA-U:REMOTE_USER} instead of %{REMOTE_USER}
to look-ahead the variable via sub-request.
No one has noticed this in the past (including myself)
because this %{LA-X:yyy} syntax was totally mis-documented.
The documentation now was corrected.