I confirm that the debdiff supplied does fix the bug. In case anyone wants to test it, there is a build of it here:
https://launchpad.net/~wesley-wiedenmeier/+archive/ubuntu/tmp
Test case used to verify:
Config:
ubuntu@ubuntu:/etc/apache2$ cat sites-available/alias.conf <VirtualHost *:80> AliasMatch ^/alias-test/ /var/www/html/index.html </VirtualHost>
With old apache:
ubuntu@ubuntu:/etc/apache2$ curl localhost/alias-test/short_uri <!doctype html> <html> <body> <h1>TEST</h1> </body> </html> ubuntu@ubuntu:/etc/apache2$ curl localhost/alias-test/very_loooooooooooooooooooo ooooooooooooooooooooooooooooooooooooooooooooong_____uri curl: (52) Empty reply from server ubuntu@ubuntu:/etc/apache2$
With new apache:
ubuntu@ubuntu:/etc/apache2$ curl localhost/alias-test/short_uri <!doctype html> <html> <body> <h1>TEST</h1> </body> </html> ubuntu@ubuntu:/etc/apache2$ curl localhost/alias-test/very_loooooooooooooooooooo ooooooooooooooooooooooooooooooooooooooooooooong_____uri <!doctype html> <html> <body> <h1>TEST</h1> </body> </html>
I confirm that the debdiff supplied does fix the bug. In case anyone wants to test it, there is a build of it here:
https:/ /launchpad. net/~wesley- wiedenmeier/ +archive/ ubuntu/ tmp
Test case used to verify:
Config:
ubuntu@ ubuntu: /etc/apache2$ cat sites-available /alias. conf html/index. html
<VirtualHost *:80>
AliasMatch ^/alias-test/ /var/www/
</VirtualHost>
With old apache:
ubuntu@ ubuntu: /etc/apache2$ curl localhost/ alias-test/ short_uri ubuntu: /etc/apache2$ curl localhost/ alias-test/ very_looooooooo ooooooooooo ooooooooooooooo ooooooooooooooo ng_____ uri ubuntu: /etc/apache2$
<!doctype html>
<html>
<body>
<h1>TEST</h1>
</body>
</html>
ubuntu@
ooooooooooooooo
curl: (52) Empty reply from server
ubuntu@
With new apache:
ubuntu@ ubuntu: /etc/apache2$ curl localhost/ alias-test/ short_uri ubuntu: /etc/apache2$ curl localhost/ alias-test/ very_looooooooo ooooooooooo ooooooooooooooo ooooooooooooooo ng_____ uri
<!doctype html>
<html>
<body>
<h1>TEST</h1>
</body>
</html>
ubuntu@
ooooooooooooooo
<!doctype html>
<html>
<body>
<h1>TEST</h1>
</body>
</html>