Skip to content

Commit

Permalink
COCOON-2041 WebDAV Returns improper status on PUT
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/trunk@932756 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jashaj committed Apr 10, 2010
1 parent fc902fd commit cadc5f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -100,7 +100,7 @@ public int save(String in, String out) throws IOException {

int status;
if (exists) {
status = STATUS_OK;
status = STATUS_NO_CONTENT;
}
else {
status = STATUS_CREATED;
Expand Down

0 comments on commit cadc5f7

Please sign in to comment.