[Tickets #6713] Re: Lighttpd rpc publishing doesn't work
bugs at horde.org
bugs at horde.org
Fri May 16 15:59:28 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6713
-----------------------------------------------------------------------
Ticket | 6713
Updated By | horde at hauke-m.de
Summary | Lighttpd rpc publishing doesn't work
Queue | Kronolith
Version | 2.2-RC3
Type | Bug
State | Feedback
Priority | 2. Medium
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
horde at hauke-m.de (2008-05-16 11:59) wrote:
When Lighting talks to Lighttpd it sends a Content-Length and a
Content-Type attribute to the webserver in the http put request.
The HTTP_CONTENT_LENGTH is not supported by the pear WebDav
implementation so it sends back an "501 not implemented" http status for
everything it doesn't know.
After changing ./pear/HTTP/WebDAV/Server.php to not ending with "The
service does not support" when it finds the HTTP_CONTENT_LENGTH
attribute I am able to publish some entries to the calendar with
Lighting and lighttpd as webserver.
With Apache 2.2 as webserver Lighting doesn't ad the Content-Length and
Content-Type attribute to the http request, but I don't know why.
In the newest WebDav Server.php out of the cvs the problem is fixed:
http://cvs.php.net/viewvc.cgi/pear/HTTP_WebDAV_Server/Server.php?view=markup
More information about the bugs
mailing list