Jetty + REMOTE_USER
Peter Schober
peter.schober at univie.ac.at
Sun Sep 13 08:55:20 EDT 2015
* Matthew Slowe <m.slowe at kent.ac.uk> [2015-09-12 20:42]:
> I was using the REMOTE_USER environment variable in Apache land and
> passing it back as a header to Jetty... unless there's a better way to
> do this?
Probably a matter of terminology, at least I would read "passing as
header" to be short for "passing as an HTTP Request Header".
You certainly can get REMOTE_USER over via AJP (if Jetty supports
that), but when passing it as an HTTP Request Header it will look more
like HTTP_REMOTE_USER or something like that, which is not the same
thing, it's an arbitrarily named request header.
-peter
More information about the users
mailing list