[ 
https://issues.apache.org/jira/browse/JCR-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642900#action_12642900
 ] 

alexander.klimetschek edited comment on JCR-1837 at 10/27/08 4:34 AM:
----------------------------------------------------------------------

> JBoss with embedded tomcat (jbossweb). 
I would guess it is a problem with the servlet container.

The missing Transfer-Encoding header is part of the request, so it either 
depends on the client or there is some logic involved depending on the server 
(and I'd think this is done by the servlet container, not by the servlets 
itself). You should investigate the responses before. A quick look at the HTTP 
spec did not reveal when Transfer-Encoding chunked would be "enabled" by the 
server.

      was (Author: alexander.klimetschek):
    I would guess it is a problem with the servlet container. The missing 
Transfer-Encoding header is part of the request, so it either depends on the 
client or there is some logic involved depending on the server (and I'd think 
this is done by the servlet container, not by the servlets itself). You should 
investigate the responses before. A quick look at the HTTP spec did not reveal 
when Transfer-Encoding chunked would be "enabled" by the server.
  
> Mac OS X 10.5 (leopard) transfer trouble
> ----------------------------------------
>
>                 Key: JCR-1837
>                 URL: https://issues.apache.org/jira/browse/JCR-1837
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-webdav
>         Environment: Mac OS X 10.5 WebDAVFS
> Jackrabbit 1.4.5
>            Reporter: Cédric Chantepie
>             Fix For: 1.4.1
>
>
> When trying to upload (put) file, at least of 10Mb, Mac OS X 10.5 Finder 
> (included WebDAVFS client part) fails transfert with error code -36, 
> eventually leaving lock causing more trouble to other Mac OS X client (even 
> if tiger), and eventually crashing WebDAV mount.
> It can be related to Apple change about WebDAV PUT, using Transfert-Encoding: 
> Chunk from 10.5 release 
> (http://discussions.apple.com/message.jspa?messageID=7282319#7282319).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to