Re: roles stripped when using login() in tomcat 8.5 but not 8.0

2018-01-25 Thread Mark Thomas
On 24/01/18 22:45, Robert J. Carr wrote: > Hi Mark, Konstantin- > > I looked in on that defect ticket and it appears you found and fixed a > problem. Great! But I also noticed you said the same problems were > happening for you in 8 and 8.5 and even happening in the same version of 8 > I was

Re: roles stripped when using login() in tomcat 8.5 but not 8.0

2018-01-24 Thread Robert J. Carr
On Tue, Jan 23, 2018 at 1:03 PM, Robert J. Carr wrote: > On Tue, Jan 23, 2018 at 9:54 AM, Konstantin Kolinko < > knst.koli...@gmail.com> wrote: > >> 2018-01-22 11:25 GMT+03:00 Robert J. Carr : >> > Hi Mark, everyone- >> > >> > I've constructed a sample app of ~5 files. The code is bundled in the

Re: roles stripped when using login() in tomcat 8.5 but not 8.0

2018-01-23 Thread Robert J. Carr
On Tue, Jan 23, 2018 at 9:54 AM, Konstantin Kolinko wrote: > 2018-01-22 11:25 GMT+03:00 Robert J. Carr : > > Hi Mark, everyone- > > > > I've constructed a sample app of ~5 files. The code is bundled in the > jar > > file in the WEB-INF/lib directory. Here's a public url for the > application >

Re: roles stripped when using login() in tomcat 8.5 but not 8.0

2018-01-23 Thread Konstantin Kolinko
2018-01-22 11:25 GMT+03:00 Robert J. Carr : > Hi Mark, everyone- > > I've constructed a sample app of ~5 files. The code is bundled in the jar > file in the WEB-INF/lib directory. Here's a public url for the application > (test.war; 8K): > > > https://drive.google.com/file/d/1mZRXrm90F4WN3mizqoqr

Re: roles stripped when using login() in tomcat 8.5 but not 8.0

2018-01-22 Thread Robert J. Carr
Hi Mark, everyone- I've constructed a sample app of ~5 files. The code is bundled in the jar file in the WEB-INF/lib directory. Here's a public url for the application (test.war; 8K): https://drive.google.com/file/d/1mZRXrm90F4WN3mizqoqrWYmQ1HHfrSS4/view?usp=sharing To reproduce the problem i

Re: roles stripped when using login() in tomcat 8.5 but not 8.0

2018-01-19 Thread Robert J. Carr
OK, thanks Mark, I'll try to come up with a test plan, but I'm seriously pressed for time as this has eaten two full days. Thanks again for the help! On Fri, Jan 19, 2018 at 12:14 AM, Mark Thomas wrote: > On 18/01/18 22:03, Robert J. Carr wrote: > > (Bear with me as there are a lot of details;

Re: roles stripped when using login() in tomcat 8.5 but not 8.0

2018-01-19 Thread Robert J. Carr
In my last (long) email I described how adding a BASIC login-config changes things and the roles are no longer getting stripped when using login() (even when never triggering a basic prompt). I figured I'd use this as a workaround until I figure out what is really going wrong. However, now I've n

Re: roles stripped when using login() in tomcat 8.5 but not 8.0

2018-01-19 Thread Mark Thomas
On 18/01/18 22:03, Robert J. Carr wrote: > (Bear with me as there are a lot of details; I'll try to be as clear as > possible) > > I've been setting up a simple application in tomcat 8.0 where some > resources are protected but others aren't. I want to login using AJAX > instead of FORM or BASIC

roles stripped when using login() in tomcat 8.5 but not 8.0

2018-01-18 Thread Robert J. Carr
(Bear with me as there are a lot of details; I'll try to be as clear as possible) I've been setting up a simple application in tomcat 8.0 where some resources are protected but others aren't. I want to login using AJAX instead of FORM or BASIC so I don't have any login-config specified in my depl