[Bug 69360] Inconsistent DELETE behavior between DefaultServlet and WebdavServlet

2024-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69360 --- Comment #8 from Michael Osipov --- Incorporated Mark's objection. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-

[Bug 69360] Inconsistent DELETE behavior between DefaultServlet and WebdavServlet

2024-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69360 Michael Osipov changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 69360] Inconsistent DELETE behavior between DefaultServlet and WebdavServlet

2024-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69360 --- Comment #6 from Michael Osipov --- (In reply to Remy Maucherat from comment #5) > (In reply to Michael Osipov from comment #4) > > (In reply to Remy Maucherat from comment #3) > > > METHOD_NOT_ALLOWED is not a bad status to return for WebDA

[Bug 69360] Inconsistent DELETE behavior between DefaultServlet and WebdavServlet

2024-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69360 --- Comment #5 from Remy Maucherat --- (In reply to Michael Osipov from comment #4) > (In reply to Remy Maucherat from comment #3) > > METHOD_NOT_ALLOWED is not a bad status to return for WebDAV DELETE if it > > fails, although 500 is ok as wel

[Bug 69360] Inconsistent DELETE behavior between DefaultServlet and WebdavServlet

2024-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69360 --- Comment #4 from Michael Osipov --- (In reply to Remy Maucherat from comment #3) > METHOD_NOT_ALLOWED is not a bad status to return for WebDAV DELETE if it > fails, although 500 is ok as well since the cause is not really known. Well, for r

[Bug 69360] Inconsistent DELETE behavior between DefaultServlet and WebdavServlet

2024-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69360 --- Comment #3 from Remy Maucherat --- METHOD_NOT_ALLOWED is not a bad status to return for WebDAV DELETE if it fails, although 500 is ok as well since the cause is not really known. -- You are receiving this mail because: You are the assigne

[Bug 69360] Inconsistent DELETE behavior between DefaultServlet and WebdavServlet

2024-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69360 --- Comment #2 from Michael Osipov --- (In reply to Michael Osipov from comment #1) > Moreover, I'd even use the method sendNotAllowed() for consistency reasons. Nope, won't work because when a collection is hit it could be partially deleted.

[Bug 69360] Inconsistent DELETE behavior between DefaultServlet and WebdavServlet

2024-10-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69360 --- Comment #1 from Michael Osipov --- Moreover, I'd even use the method sendNotAllowed() for consistency reasons. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 69360] Inconsistent DELETE behavior between DefaultServlet and WebdavServlet

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