* Taku YASUI:

> Thank you for reporting.
>
> I'll upload new upstream version to sid soon.
> And I attach the patch to fix this problem.
>
> Thanks,
> --- hiki/session.rb.orig      2007-06-23 22:09:37.468750000 +0900
> +++ hiki/session.rb   2007-06-23 22:08:53.578125000 +0900
> @@ -12,7 +12,7 @@
>        @conf = conf
>        @max_age = max_age
>        if session_id
> -        if /[0-9a-f]{16}/ =~ session_id
> +        if /\A[0-9a-f]{16}\z/ =~ session_id

Shouldn't this be \Z, in case there's an embedded line break in the
string?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to