https://issues.apache.org/bugzilla/show_bug.cgi?id=51348
Bug #: 51348
Summary: Potential NullPointerException in
org.apache.catalina.servlets.WebdavServlet at line
1336
Product: Tomcat 6
Version: 6.0.32
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
A WebDAV LOCK_REFRESH request may cause a NullPointerException because of an
(IMHO) wrong check at line 1332 in WebdavServlet.java 1056763 2011-01-08
18:56:57Z markt.
I suggest line 1332 should be:
...
if (toRenew != null) {
...
--
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: [email protected]
For additional commands, e-mail: [email protected]