Changeset 766 for trunk/CHANGES

Show
Ignore:
Timestamp:
03/09/08 03:58:16 (21 months ago)
Author:
bradfitz
Message:

SECURITY: patch from Jeremey James <jbj@…> to not crash
on zero byte chunked upload when buffered uploads are enabled.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES

    r765 r766  
     1    -- SECURITY: patch from Jeremey James <jbj@forbidden.co.uk> to not crash 
     2       on zero byte chunked upload when buffered uploads are enabled. 
     3 
    14    -- on successful write, update Perlbal::Socket's alive_time, so slowly 
    25       reproxied writes don't timeout the connection and kill it.  Patch 
     
    1215       to bring in more config; can be nested. 
    1316 
    14     -- SECURITY - Previously a single upward directory traversal was possible 
     17    -- SECURITY: Previously a single upward directory traversal was possible 
    1518       when concat get was enabled. This behavior has been fixed in code to 
    1619       match with standard file serving.