You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Maarten Coene (JIRA)" <ji...@apache.org> on 2010/06/10 22:10:14 UTC

[jira] Commented: (IVY-1193) Trying to move Ivy to an HTTP-based publish model, we discovered that it doesn't perform a MKCOL before doing a PUT.

    [ https://issues.apache.org/jira/browse/IVY-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877552#action_12877552 ] 

Maarten Coene commented on IVY-1193:
------------------------------------

In my opinion, the url resovler should stick to standard HTTP methods: GET, POST, PUT, DELETE. It's not a webdav resolver!

But maybe we could create a very simple webdav resolver by extending from URResolver and adding these MKCOL commands?
I don't know much about webdav, so maybe this is just a stupid idea? 

> Trying to move Ivy to an HTTP-based publish model, we discovered that it doesn't perform a MKCOL before doing a PUT.
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: IVY-1193
>                 URL: https://issues.apache.org/jira/browse/IVY-1193
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.0
>         Environment: All environments.
>            Reporter: Ervin Beba
>
> The problem is that when Ivy attempts to publish to a URL resolver via HTTP, it does not adhere to the WebDav requirement that you create the parent path (parent collections) with a MKCOL command before the PUT command. Ivy incorrectly just attempts to PUT artifacts to a path which hasn't been created.

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