-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 6.0.2
-
Component/s: Container, ZK Update Engine
-
Security Level: Jimmy
-
None
-
Environment:
Tomcat
-
None
1. ZK 6.5.1.1 works fine with tomcat;
2. ZK 6.0.2 ~ ZK 6.5.0 doesn't work with tomcat, but if run with "jetty", it works fine.
the null pointer exception is cause by
String ctxpath = ((HttpServletRequest)request).getContextPath();
in ClassWebResource.java
- relates to
-
ZK-4809 NPE with comet server push (servlet 3) reconnect on Tomcat
-
- Closed
-