From 001037ee3231eb4c015e69aee391158b1f5f8982 Mon Sep 17 00:00:00 2001 From: Uriel Date: Sat, 21 Feb 2009 00:05:30 +0000 Subject: [PATCH] Minor TODO notoe: maybe we should treat relative and absolute url redirect arguments differently. --- bin/werc.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/werc.rc b/bin/werc.rc index 9668edd..7938100 100755 --- a/bin/werc.rc +++ b/bin/werc.rc @@ -89,6 +89,7 @@ fn werc_exec_request { f=$i if not { t=$i + # TODO: should handle absolute and relative urls differently. from=$base_url^$req_path to=`{ echo $from | sed 's!'$f'!'$t'!' } if(! ~ $to $from)