This project is archived and is in readonly mode.
Changeset [52b71c01fd3c8a87152f55129a8cb3234190734a] by Santiago Pastorino
November 19th, 2010 @ 01:31 AM
Revert "Quick fix for not escaping []s (not ideal)"
According to http://www.ietf.org/rfc/rfc2616.txt
and
http://tools.ietf.org/rfc/rfc3986.txt
[ and ] are reserved characters
and should be escaped using "%" HEX HEX
This reverts commit 856d2fd874d72dd9f83204affff4edfef3308361
and
1ee9b40b18a0bed5bb10a0785f7e2730bac983f6..
https://github.com/rails/rails/commit/52b71c01fd3c8a87152f55129a8cb...
Committed by Santiago Pastorino
- M actionpack/test/controller/routing_test.rb
- M activesupport/lib/active_support/core_ext/object/to_param.rb
- M activesupport/lib/active_support/core_ext/object/to_query.rb
- M activesupport/test/core_ext/object/to_query_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>