Skip Menu |

This queue is for tickets about the Mojolicious-Plugin-DeCSRF CPAN distribution.

Report information
The Basics
Id: 104788
Status: new
Priority: 0/
Queue: Mojolicious-Plugin-DeCSRF

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.94
Fixed in: (no value)



Subject: Tests fail (with newer Mojolicious?)
I see test failures like # Failed test 'content is similar' # at t/basic.t line 45. # '/protected?token=j%40hb # /url_with_placeholders/Test/blablaTest?test=smthg&token=j%40hb # ' # doesn't match '(?-xism:^/protected\?token=\S{4}\n/url_with_placeholders/Test/blablaTest\?test=smthg\&token=\S{4}\n$)' # Looks like you failed 1 test of 28. t/basic.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/28 subtests # Failed test 'content is similar' # at t/config.t line 38. # '/protected?csrf=w%24J9A4uq # ' # doesn't match '(?-xism:^/protected\?csrf=\S{8}\n$)' # Looks like you failed 1 test of 9. t/config.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/9 subtests Seems like a behaviour change in newer versions of Mojolicious. I have 6.11 installed.