Re: Configuration for both protected and public URLs in a web application

2011-10-16 Thread Yogesh Shankarappa
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

Re: Configuration for both protected and public URLs in a web application

2011-10-15 Thread Yogesh Shankarappa
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

Configuration for both protected and public URLs in a web application

2011-10-14 Thread Yogesh Shankarappa
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

Re: get UserPrincipal() is null on Tomcat v6.0.33

2011-09-19 Thread Yogesh Shankarappa
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,

get UserPrincipal() is null on Tomcat v6.0.33

2011-09-18 Thread Yogesh Shankarappa
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