Re: somewhat off topic: managing Win32 limits in WebDAV

Mark Phillips wrote:
> I need to join the other list.
> 
> I am dealing with a server side limitation. Our set up is Apache 2.2 on
> Windows XP Pro for the moment. We wrote our own client and the URL limit is
> 10,000,000. Probably excessive but there you go.
> 
> In our tests, Apache reports a 403 error but that appears to be misleading.
> Further testing reveals a "magic" limit where URI's between 249 and 260
> characters in length fail on the MKCOL command.
> 
> So our supposition is the ever-popular MAX_PATH constraint. Of course, that
> may not be the issue and we open to new info.
> ...

I guess it depends on what APR (Apache Portable Runtime) supports on 
Windows. It's quite possible that it doesn't take advantage of the more 
modern Windows APIs that do not suffer from these length restrictions.

BR, Julian

Received on Thursday, 11 December 2008 08:36:56 UTC