Hi,
I'm trying to get the Apache RemoteUser in Hyperion. I don't want to get the hyperion user, but the Apache one.
The standard java method « getRemoteUser » doesn't work (returns null). I think that it's related to mod_jk (I've found a lot of info in google with "getRemoteUser null" related to mod_jk... But the workaround is to modify Tomcat, and hyperion doesn't use Tomcat)
Anybody has an advice ?
Thanks in advance.
I'm trying to get the Apache RemoteUser in Hyperion. I don't want to get the hyperion user, but the Apache one.
The standard java method « getRemoteUser » doesn't work (returns null). I think that it's related to mod_jk (I've found a lot of info in google with "getRemoteUser null" related to mod_jk... But the workaround is to modify Tomcat, and hyperion doesn't use Tomcat)
Anybody has an advice ?
Thanks in advance.
Comment