This project is archived and is in readonly mode.

Changeset [6776edccf6fb553eb0ac6db55e1d30df1b5b6589] by Chris Roos

May 10th, 2008 @ 03:55 AM

Escape globbed parameters in routes correctly.

:controller => 'glob', :action=> 'show', :additional => ['foo/bar', 'baz']

Should generate /glob/show/foo%2Fbar/baz not /glob/show/foo/bar/baz

http://github.com/rails/rails/co...

Committed by Repository

  • M actionpack/lib/action_controller/routing/segments.rb
  • M actionpack/test/controller/routing_test.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>