On Sat, Oct 15, 2011 at 11:49 AM, Brian Burch wrote:
> On 15/10/11 14:47, Yogesh Shankarappa wrote:
>
>> Thanks for your response. I tried your suggestion, unfortunately it did
>> not
>> work.
>> There must be a solution for this as most web applications have both
Thanks for your response. I tried your suggestion, unfortunately it did not
work.
There must be a solution for this as most web applications have both public
and
protected URLs.
On Fri, Oct 14, 2011 at 5:50 PM, sailendra karthik <
karthiksailen...@gmail.com> wrote:
> On 10/15/1
Hello All,
I am trying to configure web.xml to have both protected and
public URLs but still the app
authenticates the public URLs. Protected URLs works fine. I would greatly
appreciate if you can
help to configure the whole application has protected except for few URLs
which should be
Chris, thanks for your response. I realized later and added it. It works now
:-)
On Mon, Sep 19, 2011 at 4:04 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Yogesh,
>
> On 9/18/2011 9:23 PM,
Hello All,
I am unable to get request.getUserPrincipal() or
request.getRemoteUser() after successful external authentication.
I would greatly appreciate if you could let me know of any configuration on
tomcat server to be looked at to get the user principal.
Below is the implementation