https://bz.apache.org/bugzilla/show_bug.cgi?id=36636

Wim Lewis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|Linux                       |All
           Hardware|PC                          |All

--- Comment #20 from Wim Lewis <[email protected]> ---
I can confirm this problem still exists in the 2.4.x releases and in 2.5/trunk
(r1734315).

A workaround is to use mod_buffer to buffer the entire PROPFIND response before
sending it to the client:

    <If "toupper(%{REQUEST_METHOD}) == 'PROPFIND'" >
        SetOutputFilter BUFFER
    </If>

Of course this increases memory use and request latency, but it does prevent a
single client on a slow connection from locking up the entire DAV repository.

-- 
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