https://issues.apache.org/bugzilla/show_bug.cgi?id=46114

           Summary: PUT request does not create directory
           Product: Apache httpd-2
           Version: 2.2.8
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_dav
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I have a folder called share. It has all permissions to all users.

When i say 

PUT /share/file.html HTTP/1.1
Host: localhost
Content-Length: 2

It works fine. But when i say 

PUT /share/NewFolder/file.html HTTP/1.1
Host: localhost
Content-Length: 2

Here, NewFolder is not a directory inside share. My PUT request is not creating
a new folder. How can we do that??

My error log file looks like this:

[Wed Oct 29 09:44:42 2008] [error] [client 127.0.0.1] Unable to PUT new
contents for /share/folder/filee.html.  [403, #0]
[Wed Oct 29 09:44:42 2008] [error] [client 127.0.0.1] (2)No such file or
directory: An error occurred while opening a resource.  [500, #0]


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to