Skip Menu |

This queue is for tickets about the Template-Toolkit CPAN distribution.

Report information
The Basics
Id: 19593
Status: resolved
Priority: 0/
Queue: Template-Toolkit

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

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



Subject: uri filter doesn't escape "@"
As the title, the FILTER uri does not work properly now. Since URI is such a common module that I don't think it does hurt if using URI::Escape::uri_escape replacing the code now. -- test -- [% "foo@bar" FILTER uri %] -- expect -- foo%40bar The above is what I tried adding in t/filter.t, failed.