﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
18818,"wp_sanitize_redirect() kills ""@"" in URL's",theandystratton,theandystratton,"We had a URL like:

http://site.com/path/to/page?email=theandystratton@gmail.com

WP 301's to

http://site.com/path/to/page/?email=theandystratton@gmail.com

But wp_redirect()'s call to wp_sanitize_redirect() kills the ""@"" symbol. The reason for this being that a theme/plugin could be using query string arguments for something (i.e. form that accepts pre-populated input  via query string, like an email address or arbitrary text).

This could have been an oversight OR it could be on purpose, if so, would like to know (I'd assume a security reason).",defect (bug),closed,normal,,General,3.2.1,normal,invalid,,
