Re: WebDAV and Microsoft clients

2024-05-23 Thread Mark Thomas
On 22/05/2024 21:47, Michael Osipov wrote: On 2024/05/22 17:21:07 Mark Thomas wrote: All, I've been looking at the WebDav Servlet for the last few days and in particular how it interacts with Microsoft clients. Which clients are we talking about? Windows Explorer? Yes. The client that gets

Re: WebDAV and Microsoft clients

2024-05-23 Thread Rémy Maucherat
On Wed, May 22, 2024 at 7:21 PM Mark Thomas wrote: > > All, > > I've been looking at the WebDav Servlet for the last few days and in > particular how it interacts with Microsoft clients. > > Basic operations including: > - directory listings > - create new file > - create new directory > - rename

[Bug 69016] HttpURLConnection getOutputStream createCapacityException

2024-05-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69016 Mark Thomas changed: What|Removed |Added Severity|blocker |normal --- Comment #4 from Mark Thomas

[Bug 68919] Make Tomcat return 503 on stopped web applications

2024-05-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68919 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 68742] SingleSignOn session invalidation logic fallacy results in 408 request timed out.

2024-05-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68742 Mark Thomas changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEEDINFO

[Bug 69031] Not Implemented 501 by truncated method name

2024-05-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69031 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|NEEDINFO

[Bug 68919] Make Tomcat return 503 on stopped web applications

2024-05-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68919 --- Comment #5 from Michael Osipov --- (In reply to Mark Thomas from comment #4) > How to respond when a web application is stopped is very much personal > preference. Some administrators will want 404, some 403, some something else. > > Handi

[Bug 68919] Make Tomcat return 503 on stopped web applications

2024-05-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68919 --- Comment #6 from Mark Thomas --- (In reply to Michael Osipov from comment #5) > (In reply to Mark Thomas from comment #4) > > How to respond when a web application is stopped is very much personal > > preference. Some administrators will wan

[Bug 69031] Not Implemented 501 by truncated method name

2024-05-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69031 --- Comment #12 from Pepe --- Thank you very much for the analysis. I will now take a closer look at httpclient5. So the error remains in the apache family :-) -- You are receiving this mail because: You are the assignee for the bug.

Re: (tomcat) branch main updated: Add support for shallow copies when using WebDAV

2024-05-23 Thread Konstantin Kolinko
вт, 21 мая 2024 г. в 14:55, : > > The following commit(s) were added to refs/heads/main by this push: > new 4176706761 Add support for shallow copies when using WebDAV > 4176706761 is described below > > commit 4176706761242851b14be303daf2a00ef385ee49 > Author: Mark Thomas > AuthorDate: Tue M

[Bug 68919] Make Tomcat return 503 on stopped web applications

2024-05-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68919 --- Comment #7 from Konstantin Kolinko --- Some notes from me: 1. If a web application has been stopped (or failed to start), its mappings are absent from the org.apache.catalina.mapper.Mapper. That is the key point here. Period. 2. Falling

(tomcat) branch main updated: Move infinite copy test to include all recurrsive code

2024-05-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 5b6258fb09 Move infinite copy test to include all rec

(tomcat) branch 10.1.x updated: Move infinite copy test to include all recurrsive code

2024-05-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 09163e5985 Move infinite copy test to include all

(tomcat) branch 9.0.x updated: Remove export / backport code - no longer required for 9.0.x

2024-05-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new fe768c5655 Remove export / backport code - no longe

Re: (tomcat) branch main updated: Add support for shallow copies when using WebDAV

2024-05-23 Thread Mark Thomas
On 23/05/2024 12:53, Konstantin Kolinko wrote: вт, 21 мая 2024 г. в 14:55, : The following commit(s) were added to refs/heads/main by this push: new 4176706761 Add support for shallow copies when using WebDAV 4176706761 is described below commit 4176706761242851b14be303daf2a00ef385ee49 A

(tomcat) 01/02: Add support for shallow copies when using WebDAV

2024-05-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 5ba3e76797babe431f16878825e2a6a192e18863 Author: Mark Thomas AuthorDate: Tue May 21 12:54:40 2024 +0100 Add support f

(tomcat) branch 9.0.x updated (f6d7d02984 -> 365535db88)

2024-05-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from f6d7d02984 Sync FFM for 9.0 new 5ba3e76797 Add support for shallow copies when using WebDAV new 365535db88 Mov

(tomcat) 02/02: Move infinite copy test to include all recurrsive code

2024-05-23 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 365535db8833cf0c36342c9c2633ea4d4eecad63 Author: Mark Thomas AuthorDate: Thu May 23 13:26:46 2024 +0100 Move infinite

Re: WebDAV and Microsoft clients

2024-05-23 Thread Michael Osipov
On 2024/05/23 08:00:24 Mark Thomas wrote: > On 22/05/2024 21:47, Michael Osipov wrote: > > On 2024/05/22 17:21:07 Mark Thomas wrote: > >> All, > >> > >> I've been looking at the WebDav Servlet for the last few days and in > >> particular how it interacts with Microsoft clients. > > > > Which clien