https://issues.apache.org/bugzilla/show_bug.cgi?id=50535
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Mark Thomas <ma...@apache.org> 2011-01-20 11:39:49 EST --- Application server specific extensions to the Servlet specification are a really bad idea since they harm portability - the reason why we have a specification in the first place. On that basis I almost closed this one as WONTFIX. However, I do see a valid use case and one that I suspect will lead to a change in the spec. Some environments, particularly IDEs, unpack all their JARs into the WEB-INF/classes directory. This would break static resources in JARs. Enabling this option works around this issue. Since this is a proprietary extension, it is disabled by default and controlled by an attribute on the StandardContext but is not part of the Context interface. -- 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