#3149 em dash in link on wiki causes 500 [22494]

v1.0.0
closed
Wiki
nobody
2015-08-20
2011-11-01
Chris Tsai
No

Found this while troubleshooting the 500 error reported on: https://sourceforge.net/apps/trac/sourceforge/ticket/22494

I was able to narrow this down to a 500 error occurring whenever this page was linked to in the wiki page: http://en.wikipedia.org/wiki/Aho–Corasick_string_matching_algorithm

When I replaced the URL with the following it worked fine: http://en.wikipedia.org/wiki/Aho%E2%80%93Corasick_string_matching_algorithm

Related

Tickets: #2743

Discussion

  • Dave Brondsema

    Dave Brondsema - 2011-11-17
    • milestone: limbo --> forge-backlog
     
    • status: open --> code-review
    • assigned_to: Tim Van Steenburgh
    • qa: John Hoffmann ☠
    • size: --> 2
    • milestone: forge-backlog --> forge-dec-16
     
  • forge:tv/3149

    QA: Add a link with unquoted unicode chars to a wiki page. Make sure the page renders and the link works. Add a quoted version of the link and make sure that works too. E.g., this is the markdown I used:

    <http://en.wikipedia.org/wiki/Aho–Corasick_string_matching_algorithm>
    
    http://en.wikipedia.org/wiki/Aho%E2%80%93Corasick_string_matching_algorithm
    
     
  • John Hoffman - 2011-12-12
    • status: code-review --> closed
     
  • John Hoffman - 2011-12-12

    Merged to dev.

     

Log in to post a comment.