Re: javax.security.auth.subject within session

2019-01-17 Thread Mark Thomas
On 17/01/2019 14:06, Tim K wrote: > On Thu, Jan 17, 2019, 8:09 AM Mark Thomas >> On 17/01/2019 12:46, Tim K wrote: >>> When I dump the session object of an authenticated (JNDIRealm) user on my >>> local dev environment versus my development server, for some reason >>> the javax.security.auth.subj

Re: javax.security.auth.subject within session

2019-01-17 Thread Tim K
On Thu, Jan 17, 2019, 8:09 AM Mark Thomas On 17/01/2019 12:46, Tim K wrote: > > When I dump the session object of an authenticated (JNDIRealm) user on my > > local dev environment versus my development server, for some reason > > the javax.security.auth.subject shows up on the dev server but not m

Re: javax.security.auth.subject within session

2019-01-17 Thread Mark Thomas
On 17/01/2019 12:46, Tim K wrote: > When I dump the session object of an authenticated (JNDIRealm) user on my > local dev environment versus my development server, for some reason > the javax.security.auth.subject shows up on the dev server but not my > local. I also spun up a docker container wit

javax.security.auth.subject within session

2019-01-17 Thread Tim K
When I dump the session object of an authenticated (JNDIRealm) user on my local dev environment versus my development server, for some reason the javax.security.auth.subject shows up on the dev server but not my local. I also spun up a docker container with pretty much default tomcat config and ja