Re: request.getUserPrincipal() is null but StandardSession.principal is set

2015-01-26 Thread Konstantin Kolinko
2015-01-26 15:10 GMT+03:00 Thomas Strauß : > > -Ursprüngliche Nachricht- >> Von: Konstantin Kolinko [mailto:knst.koli...@gmail.com] >> Gesendet: Montag, 26. Januar 2015 13:01 >> An: Tomcat Users List >> Betreff: Re: request.getUserPrincipal() is null but &

AW: request.getUserPrincipal() is null but StandardSession.principal is set

2015-01-26 Thread Thomas Strauß
-Ursprüngliche Nachricht- > Von: Konstantin Kolinko [mailto:knst.koli...@gmail.com] > Gesendet: Montag, 26. Januar 2015 13:01 > An: Tomcat Users List > Betreff: Re: request.getUserPrincipal() is null but StandardSession.principal > is set > In this mailing list th

AW: request.getUserPrincipal() is null but StandardSession.principal is set

2015-01-26 Thread Thomas Strauß
t- Von: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Gesendet: Montag, 26. Januar 2015 11:43 An: Tomcat Users List Betreff: Re: request.getUserPrincipal() is null but StandardSession.principal is set 2015-01-26 11:54 GMT+03:00 Thomas Strauß : > Hi, > > we have an issue with late

Re: request.getUserPrincipal() is null but StandardSession.principal is set

2015-01-26 Thread Konstantin Kolinko
2015-01-26 14:27 GMT+03:00 Thomas Strauß : > Hi, > > thanks for replying, yes, this question is also posted on SO. > > You did actually help me understand the problem better, yet, I cannot resolve > it for the moment. > > To summarize my findings: I have a principal set in the protected resource.

AW: request.getUserPrincipal() is null but StandardSession.principal is set

2015-01-26 Thread Thomas Strauß
in Kolinko [mailto:knst.koli...@gmail.com] Gesendet: Montag, 26. Januar 2015 11:43 An: Tomcat Users List Betreff: Re: request.getUserPrincipal() is null but StandardSession.principal is set 2015-01-26 11:54 GMT+03:00 Thomas Strauß : > Hi, > > we have an issue with later and latest Tomcat versions, t

Re: request.getUserPrincipal() is null but StandardSession.principal is set

2015-01-26 Thread Konstantin Kolinko
2015-01-26 11:54 GMT+03:00 Thomas Strauß : > Hi, > > we have an issue with later and latest Tomcat versions, that prevent us from > upgrading to a version later than something like 7.0.22. > > We use FormBasedAuthentication with a custom realm. > > This is tested with Tomcat 7.0.57 and JDK 7u76 on

request.getUserPrincipal() is null but StandardSession.principal is set

2015-01-26 Thread Thomas Strauß
Hi, we have an issue with later and latest Tomcat versions, that prevent us from upgrading to a version later than something like 7.0.22. We use FormBasedAuthentication with a custom realm. This is tested with Tomcat 7.0.57 and JDK 7u76 on Windows. My setup has a login form calling the j_secur