[Bug 56989] Classes being loaded from wrong web app.

2014-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56989 Mel Martinez changed: What|Removed |Added CC||m.marti...@ll.mit.edu -- You are r

[Bug 56989] Classes being loaded from wrong web app.

2014-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56989 Konstantin Kolinko changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from

[Bug 56989] Classes being loaded from wrong web app.

2014-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56989 --- Comment #2 from Mel Martinez --- Hi Konstantin, Thanks for your quick response on this topic. I will try to find the time to throw together a pair of sample web apps that will reproduce the problem (I cannot provide our actual project

[Bug 56989] Classes being loaded from wrong web app.

2014-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56989 --- Comment #3 from Mel Martinez --- Sigh. Some typos. I wish Bugzilla allowed us to edit comments. - should be The issue is that a) the SecurityContextHolder class has a static reference to a 'strategy' object. b) When a reques

[Bug 56989] Classes being loaded from wrong web app.

2014-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56989 --- Comment #4 from Konstantin Kolinko --- You may try running with a debugger http://wiki.apache.org/tomcat/FAQ/Developing#Debugging With a breakpoint in static method SecurityContextHolder.initialize(). It may be interesting to know what

[Bug 56989] Classes being loaded from wrong web app.

2014-09-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56989 Mark Thomas changed: What|Removed |Added Severity|critical|normal --- Comment #5 from Mark Thom

[Bug 56989] Classes being loaded from wrong web app.

2014-09-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56989 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---