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

            Bug ID: 55910
           Summary: Continuation lines are broken during buffer resize
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Core
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 31133
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31133&action=edit
continuation-lines.patch

Handling of line wrapping is broken if "\" is the last character before buffer
resizing. Right know that's the 206. character.

Testcase:
<VirtualHost *:80>
DocumentRoot /var/www/test
ServerName foo.bar
ServerAlias 3456789 123456789 123456789 123456789 \
123456789 123456789 123456789 123456789 123456789 \
123456789 123456789 123456789 123456789 123456789 \
123456789 123456789 123456789 123456789 123456789 1234 \
123456789 
</VirtualHost>

I've also attached a quick fix.

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