[
https://issues.apache.org/jira/browse/JCR-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
angela reopened JCR-973:
------------------------
the fix (adding check for ImportContext.getContentLength()) introduced a minor
inconsistency that didn't have
an effect before:
The ImportContextImpl retrieves the content length from an InputContext which
is passed with one constructor
but missing with the second one. Any usage of the latter constructor has the
effect, that the XmlHandler will be able to import.
In order to fix this, the ImportContextImpl should try to retrieve the content
length even if no InputContext is present.
> XML import using MacOS X WebDAV client does not work
> ----------------------------------------------------
>
> Key: JCR-973
> URL: https://issues.apache.org/jira/browse/JCR-973
> Project: Jackrabbit
> Issue Type: Bug
> Components: webdav
> Affects Versions: 1.3
> Environment: MacOSX 10.4
> Reporter: Tobias Bocanegra
> Assignee: Tobias Bocanegra
> Fix For: 1.3.1
>
>
> when trying to import a xml file via a webdav mount this does not work.
> this is mainly because the client first tries to create a 0-sized file, which
> fails with the xml importer. after the file is created, it will lock it and
> put the xml body. a second problem might be the "dot-underscore" files mac
> tries to create.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.