Skip to content

Instantly share code, notes, and snippets.

@marocchino
Created April 11, 2011 01:48
Show Gist options
  • Select an option

  • Save marocchino/912961 to your computer and use it in GitHub Desktop.

Select an option

Save marocchino/912961 to your computer and use it in GitHub Desktop.
<%= new_post_path(:foo=>"&&<?> ' == nil",:bar => 2) %>
/posts/new?bar=2&amp;foo=%26%26%3C%3F%3E+%27+%3D%3D+nil
<%= raw new_post_path(:foo=>"&&<?> ' == nil",:bar => 2) %>
/posts/new?bar=2&foo=%26%26%3C%3F%3E+%27+%3D%3D+ni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment