Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 8.0.0.M1
-
Fix Version/s: 8.0.0.M2
-
Component/s: None
-
Labels:None
-
Environment:OS: Windows XP SP3
JDK: Sun JDK 1.6.0_18
-
Number of attachments :
Description
ServletContainerInitializer cannot work in jetty 8.0M1.
In my test case, I use ServletContainerInitializer to find an load all the Servlet class and register one servlet:AddedServletOnStartup with its url-pattern: /add. But the container doesn't recognize it.