Re: WebDAV and Microsoft clients

2024-05-22 Thread Michael Osipov
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? I know that DAV Redirector/Explorer are quite picky about TLS and

[Bug 69031] Not Implemented 501 by truncated method name

2024-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69031 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #10 from Mark Thoma

[Bug 69031] Not Implemented 501 by truncated method name

2024-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69031 Pepe changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #9 from Pepe --- The zipped pc

Re: ServiceBindingPropertySource

2024-05-22 Thread Felix Schumacher
Am 21.05.24 um 19:50 schrieb Christopher Schultz: All, I've been playing with this PropertySource and I'm wondering if it could be improved a little. First of all, it uses an environment variable SERVICE_BINDING_ROOT which is in line with the service binding standard which is documented ht

Re: WebDAV and Microsoft clients

2024-05-22 Thread Mark Thomas
On 22/05/2024 18:46, Rainer Jung wrote: Am 22.05.24 um 19:21 schrieb Mark Thomas: 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 dire

[Bug 69031] Not Implemented 501 by truncated method name

2024-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69031 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #8 from Mark Thomas

Re: WebDAV and Microsoft clients

2024-05-22 Thread Rainer Jung
Am 22.05.24 um 19:21 schrieb Mark Thomas: 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 - update contents (ie open

WebDAV and Microsoft clients

2024-05-22 Thread Mark Thomas
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 - update contents (ie open a file for editing and then saving it) al

[Bug 69031] Not Implemented 501 by truncated method name

2024-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69031 Pepe changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #7 from Pepe --- Add pcap File

[Bug 69031] Not Implemented 501 by truncated method name

2024-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69031 --- Comment #6 from Pepe --- Created attachment 39737 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39737&action=edit pcap file This is the pcap file with the post request that leads to the 501 error. The user data has already been tr

[Bug 69031] Not Implemented 501 by truncated method name

2024-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69031 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #5 from Mark Thomas

Re: ServiceBindingPropertySource

2024-05-22 Thread Rémy Maucherat
On Wed, May 22, 2024 at 9:06 AM Mark Thomas wrote: > > On 21/05/2024 18:50, Christopher Schultz wrote: > > > > > 1. Allow ServiceBindingPropertySource to use the SERVICE_BINDING_ROOT > > environment variable *or* a system property with an appropriate name > > such as service.binding.root, with th

[Bug 69031] Not Implemented 501 by truncated method name

2024-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69031 Pepe changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #4 from Pepe --- I have attach

[Bug 69031] Not Implemented 501 by truncated method name

2024-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69031 --- Comment #3 from Pepe --- Created attachment 39728 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39728&action=edit tcpdump ASCII This is the tcpdump snippet, with the truncated method "ST" instead of "POST" -- You are receiving t

[Bug 69031] Not Implemented 501 by truncated method name

2024-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69031 --- Comment #2 from Pepe --- Created attachment 39727 --> https://bz.apache.org/bugzilla/attachment.cgi?id=39727&action=edit truncate request-dumper filter. This is the output of the request-dump filter -- You are receiving this mail becau

[Bug 69031] Not Implemented 501 by truncated method name

2024-05-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69031 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark Thomas

Re: ServiceBindingPropertySource

2024-05-22 Thread Mark Thomas
On 21/05/2024 18:50, Christopher Schultz wrote: 1. Allow ServiceBindingPropertySource to use the SERVICE_BINDING_ROOT environment variable *or* a system property with an appropriate name such as service.binding.root, with the system property overriding the environment variable. Seems reaso