1
Bug reports / double slash in url
« on: May 15, 2008, 12:10:09 PM »
I am trying to use HFS to serve a linux distro across a network (PXE network boot).
I was using Apache, but it didnt keep access logs taht i needed to debug the installation.
So i decided to use HFS.
But for some reason, someone has made a boo boo in the code for pxelinux where it adds a slash to a url twice.
eg. http://192.168.0.1/xubuntu//distro/hardy/Release
Apache just replaces the // with a single /, but HFS just returns 404.
I was wondering if you could put out a patch ( i kinda want it soon ) that adresses this issue?
I was using Apache, but it didnt keep access logs taht i needed to debug the installation.
So i decided to use HFS.
But for some reason, someone has made a boo boo in the code for pxelinux where it adds a slash to a url twice.
eg. http://192.168.0.1/xubuntu//distro/hardy/Release
Apache just replaces the // with a single /, but HFS just returns 404.
I was wondering if you could put out a patch ( i kinda want it soon ) that adresses this issue?