Josef Albert Meile wrote at 2004-3-2 09:48 +0100:
>>What's the problem here? This redirect looks like its supposed to be 
>>raised...
>If you see the code:
>if m.find('/'):
>----raise Redirect, (
>--------"%s/%s" % (REQUEST['URL1'], m))
>
>m.find('/') will be always true,
Always, unless "m" starts with a "/".
-- 
Dieter