https://issues.apache.org/bugzilla/show_bug.cgi?id=49669
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> 2010-10-04 20:29:30 EDT --- Reviewing the fix, which is r988296 plus r988429, and whether this should be proposed for 6.0.x, I do not understand the following: There are two Policy classes in JDK 1.6: (1) java.security.Policy (2) javax.security.auth.Policy (@deprecated as of JDK version 1.4 -- Replaced by java.security.Policy) The contextClassLoader field is in (2), but the fix preloads (1) and not (2). So, - how does this fix the issue? - why the issue was observed in the first place? Does Axis 1 make a call to the deprecated class? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org