﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25460	Inconsistent behaviour from TimestampSigner with two different separators	Alex Barcelo	nobody	"I haven't been able to make exhaustive test, bad I seem to have a consistent failure that I cannot explain.

Break code:
{{{
signer = TimestampSigner(sep="":"") 
signer.unsign(""kapo99:1ZfASc:UeDD0RvkDeC7qHNrI9HettcfRCQ"", max_age=9999)
# Should be valid, but:
signer = TimestampSigner(sep=""/"") 
signer.unsign(""kapo99/1ZfASc/UeDD0RvkDeC7qHNrI9HettcfRCQ"", max_age=9999)
# Fails with BadSignature
}}}

The secret key of my installation is (yes, not very original as a development key):
{{{
SECRET_KEY=""development_secret_key""
}}}"	Bug	closed	Core (Other)	1.8	Normal	invalid	signing		Unreviewed	0	0	0	0	0	0
