[Bug 69363] WebdavServlet#parseProperties() incorrectly calculates href

2024-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69363 --- Comment #7 from Remy Maucherat --- (In reply to Mark Thomas from comment #5) > Not an issue. There was a bug in the test suite and I just needed to pull > the latest code. I'll get these changes committed shortly. Good advice on the update

[Bug 69363] WebdavServlet#parseProperties() incorrectly calculates href

2024-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69363 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 69363] WebdavServlet#parseProperties() incorrectly calculates href

2024-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69363 --- Comment #5 from Mark Thomas --- Not an issue. There was a bug in the test suite and I just needed to pull the latest code. I'll get these changes committed shortly. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 69363] WebdavServlet#parseProperties() incorrectly calculates href

2024-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69363 --- Comment #4 from Mark Thomas --- Hmm. With these changes implemented I am seeing a failure in the basic Litmus WebDAV tests. I'm investigating... -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 69363] WebdavServlet#parseProperties() incorrectly calculates href

2024-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69363 --- Comment #3 from Remy Maucherat --- Last, https://github.com/apache/tomcat/blob/142c45a4271e1fd8d400196a883fb560ebded110/java/org/apache/catalina/servlets/WebdavServlet.java#L1461 should simply use getPathPrefix(req). Only checking the conte

[Bug 69363] WebdavServlet#parseProperties() incorrectly calculates href

2024-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69363 --- Comment #2 from Remy Maucherat --- And https://github.com/apache/tomcat/blob/142c45a4271e1fd8d400196a883fb560ebded110/java/org/apache/catalina/servlets/WebdavServlet.java#L1809 should also probably use getPathPrefix(req) instead of simply r

[Bug 69363] WebdavServlet#parseProperties() incorrectly calculates href

2024-10-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69363 --- Comment #1 from Remy Maucherat --- Then https://github.com/apache/tomcat/blob/142c45a4271e1fd8d400196a883fb560ebded110/java/org/apache/catalina/servlets/WebdavServlet.java#L1468 should use getPathPrefix(req).length(). -- You are receiving

[Bug 69363] WebdavServlet#parseProperties() incorrectly calculates href

2024-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69363 Michael Osipov changed: What|Removed |Added CC||micha...@apache.org -- You are recei