Skip Menu |

This queue is for tickets about the URI-ParseSearchString CPAN distribution.

Report information
The Basics
Id: 57223
Status: new
Priority: 0/
Queue: URI-ParseSearchString

People
Owner: Nobody in particular
Requestors: mtmail-cpan [...] gmx.net
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 3.41
Fixed in: (no value)



Subject: remove new lines from parsed queries
Test case: "http://www.google.es/search?sourceid=navclient&hl=es&ie=UTF-8&rlz=1T4GZEZ_esES258ES258&q=Urbanizaci%c3%b3n+Las+Encinas+%0d%0aBoadilla+del+Monte" When URI unescaped you will find a newline in the query. I think this is unexpected output with any search engine. Can you remove or map those? In my local copy I added $query =~ s![\n\r]!!g; thanks