DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32588>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32588 Summary: NPE in DirectoryIndexGenerator Product: Slide Version: Nightly Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: WebDAV Server AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I'm seeing the following stack trace after an update today: java.lang.NullPointerException at org.apache.slide.webdav.util.DirectoryIndexGenerator.generate(DirectoryIndexGenerator.java:304) at org.apache.slide.webdav.method.GetMethod.displayDirectory(GetMethod.java:144) at org.apache.slide.webdav.method.GetMethod.executeRequest(GetMethod.java:240) at org.apache.slide.webdav.method.AbstractWebdavMethod.executeRedirect(AbstractWebdavMethod.java:572) at org.apache.slide.webdav.method.AbstractWebdavMethod.run(AbstractWebdavMethod.java:443) at org.apache.slide.webdav.WebdavServlet.service(WebdavServlet.java:151) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) It looks (very much) like it was caused by the 1.12 version change to jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/DirectoryIndexGenerator.java for bug 29348. Doing a GET on any collection will exhibit this bug as currentDescriptor will be null in this case. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
