Patch #12077
Links ending with non-english letters don't parse completely
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - |
Description
Here is an example, a link that ends with russian letters. But not the whole link becomes clickable:
http://domain.com/something/неплохо
If i put a trailing slash or brackets around it - it parses correctly:
http://domain.com/something/неплохо/
(http://domain.com/something/неплохо)
This bug is a pain because wiki urls with or without a trailing slash are different
Related issues
History
#1
Updated by Sergey Bir over 10 years ago
similar to #8055
#2
Updated by Toshi MARUYAMA over 10 years ago
- Category changed from Issues to Text formatting
#3
Updated by Danil Tashkinov about 10 years ago
Please see the attached patch. Have modified regular expression and application_helper_test.
redmine version 1.4.5
#4
Updated by Jan Niggemann (redmine.org team member) about 10 years ago
- Tracker changed from Defect to Patch
#5
Updated by Filou Centrinov almost 10 years ago
It's seems to be fixed, isn't it?
#6
Updated by Sergey Bir almost 10 years ago
- Status changed from New to Resolved
yeah now it seems to be fixed
#7
Updated by Toshi MARUYAMA almost 10 years ago
- Status changed from Resolved to Closed
Sergey Bir wrote:
yeah now it seems to be fixed
It seems fixed by #12397.
Thank you for your feedback.