> What that I need is something like "JkEnvVar" of mod_jk
> http://tomcat.apache.org/connectors-doc/reference/apache.html
> that forward REMOTE_USER as request property.
"Environment variables whose names have the prefix AJP_ are forwarded
to the origin server as AJP request attributes (with the A
Il 08/05/2012 14:24, Eric Covener ha scritto:
On Tue, May 8, 2012 at 8:08 AM, Francesco Sordillo wrote:
Il 08/05/2012 12:45, Eric Covener ha scritto:
On Tue, May 8, 2012 at 6:14 AM, Francesco Sordillo
wrote:
but, as I said before, REMOTE_USER is not in the attribute header! The
prob
On Tue, May 8, 2012 at 8:08 AM, Francesco Sordillo wrote:
>
>
> Il 08/05/2012 12:45, Eric Covener ha scritto:
>
>> On Tue, May 8, 2012 at 6:14 AM, Francesco Sordillo
>> wrote:
>
>
>>> but, as I said before, REMOTE_USER is not in the attribute header! The
>>> problem is that using a proxy, request
Il 08/05/2012 12:45, Eric Covener ha scritto:
On Tue, May 8, 2012 at 6:14 AM, Francesco Sordillo wrote:
but, as I said before, REMOTE_USER is not in the attribute header! The
problem is that using a proxy, requests attribute are lost!
Since you say it's lost -- In what environment is th
On Tue, May 8, 2012 at 6:14 AM, Francesco Sordillo wrote:
> Hi to all.
>
> I'm running JBoss 5.1.2 with Apache 2.2 with mod_proxy_ajp and mod_shib 2.4
> on RHEL 6.2 environment, so Shibboleth as SSO authentication.
> Proxying Apache request to JBoss we are not able to retreive REMOTE_USER via
> re
Hi to all.
I'm running JBoss 5.1.2 with Apache 2.2 with mod_proxy_ajp and mod_shib
2.4 on RHEL 6.2 environment, so Shibboleth as SSO authentication.
Proxying Apache request to JBoss we are not able to retreive REMOTE_USER
via request attribute. An example of application code is:
String userna