summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/lighttpd/_changelog
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-03-14 05:32:01 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-03-14 05:32:01 (GMT)
commit5a8b4a54246cb05ee5b6661a5597a02a3c21687b (patch)
tree086a058dde716c67e9fdd5aa61a4d4cc41ef3b8d /abs/core-testing/lighttpd/_changelog
parent031d96551bb50e4cf0b0f5eeaa30aa759b9ceeb4 (diff)
downloadlinhes_pkgbuild-5a8b4a54246cb05ee5b6661a5597a02a3c21687b.zip
linhes_pkgbuild-5a8b4a54246cb05ee5b6661a5597a02a3c21687b.tar.gz
linhes_pkgbuild-5a8b4a54246cb05ee5b6661a5597a02a3c21687b.tar.bz2
lighttpd: Work around mythweb producing url's with //
Thanks for the help jams.
Diffstat (limited to 'abs/core-testing/lighttpd/_changelog')
-rw-r--r--abs/core-testing/lighttpd/_changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/lighttpd/_changelog b/abs/core-testing/lighttpd/_changelog
index b838943..a96d942 100644
--- a/abs/core-testing/lighttpd/_changelog
+++ b/abs/core-testing/lighttpd/_changelog
@@ -3,4 +3,4 @@ modified auth to require valid user (include auth-inc.conf)
# by mihanson:
upgraded to 1.4.26 to address http://linhes.org/flyspray/index.php?do=details&task_id=624
-
+Added -e 's|"^/mythweb|"^/{1,2}mythweb|' \ to the sed command to work around lighttpd no longer honoring // in a url and/or to work around mythweb producing url's with a // for streaming and downloading.