SP attributePrefix question
Tom Poage
tfpoage at ucdavis.edu
Mon Aug 29 19:12:13 BST 2011
On 08/29/2011 09:34 AM, Cantor, Scott wrote:
> On 8/29/11 12:30 PM, "Tom Poage" <tfpoage at ucdavis.edu> wrote:
>
>> On Aug 29, 2011, at 9:00 AM, Cantor, Scott wrote:
>>> By definition, an application cannot share a handler with another. There
>>> would be no way to distinguish the traffic.
>>
>> Ah, that's what I was missing. Thanks.
>
> A lot of things that were originally application-level options have
> migrated into content settings. You could certainly file a RFE for that.
If, by content settings, you mean we could eventually do something along
the lines of:
<Location /foo>
AuthType shibboleth
ShibRequestSetting requireSession 1
ShibRequestSetting attributePrefix "AJP_"
Require valid-user
ProxyPass ajp://localhost:8009/foo/
</Location>
that would be awesome.
Tom.
More information about the users
mailing list