315995 Incorrect package name in system classes list
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1934 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
595f0e6f72
commit
b2ad3a2d8b
|
@ -12,6 +12,7 @@ jetty-7.1.4-SNAPSHOT
|
|||
+ 315744 Fixed STOP.PORT and STOP.KEY in start.jar
|
||||
+ 315748 Removed --fromDaemon from start.jar
|
||||
+ 315925 Improved context xml configuration handling
|
||||
+ 315995 Incorrect package name in system classes list
|
||||
+ JETTY-1231 Support context request log handler
|
||||
|
||||
jetty-7.1.3.v20100526
|
||||
|
|
|
@ -90,7 +90,7 @@ public class WebAppContext extends ServletContextHandler
|
|||
"javax.", // Java SE classes (per servlet spec v2.5 / SRV.9.7.2)
|
||||
"org.xml.", // needed by javax.xml
|
||||
"org.w3c.", // needed by javax.xml
|
||||
"apache.commons.logging.", // special case
|
||||
"org.apache.commons.logging.", // TODO: review if special case still needed
|
||||
"org.eclipse.jetty.continuation.", // webapp cannot change continuation classes
|
||||
"org.eclipse.jetty.jndi.", // webapp cannot change naming classes
|
||||
"org.eclipse.jetty.plus.jaas.", // webapp cannot change jaas classes
|
||||
|
|
Loading…
Reference in New Issue