Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10640 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] [TINY] auto_link should allow equal sign (=) in url path

Reported by: bgreenlee Assigned to: core
Priority: normal Milestone: 2.x
Component: ActionPack Version: edge
Severity: normal Keywords:
Cc:

Description

Amazon uses the equal sign (=) in their url paths, and the auto_link regex did not allow for that. This patch fixes that.

Attachments

auto_link_equal_sign_in_url.diff (1.5 kB) - added by bgreenlee on 12/28/07 20:44:00.

Change History

12/28/07 20:44:00 changed by bgreenlee

  • attachment auto_link_equal_sign_in_url.diff added.

12/28/07 20:46:27 changed by bgreenlee

  • summary changed from auto_link should allow equal sign (=) in url path to [PATCH] [TINY] auto_link should allow equal sign (=) in url path.

12/28/07 20:59:34 changed by rick

  • status changed from new to closed.
  • resolution set to fixed.

(In [8506]) Fix that auto_link looks for ='s in url paths (Amazon urls have them). Closes #10640 [bgreenlee]