Defect #10673
Dot and comma in wiki pagename
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Wiki | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
RFC 1738 Uniform Resource Locators (URL) in part 2.2 said:
"Thus, only alphanumerics, the special characters "$-_.+!*'(),", and reserved characters used for their reserved purposes may be used unencoded within a URL."
But Redmine code disallow commas and dots in wiki page title. Why? Which reason for it?
Related issues
History
#2
Updated by Etienne Massip almost 11 years ago
#3
Updated by Alexander Oryol almost 11 years ago
- File commas.patch
added
Yes, it is potentially conflict with rails ".format" feature.
Patch updated for commas-allow.
#4
Updated by Alexander Oryol almost 11 years ago
- File comma_allow.patch
added
Patch updated. In routes.rb: needn't more :requirements => { :id => /.*/ }
#5
Updated by Valery Bulash about 10 years ago
Someone - please, update these patches to 2.2.1-stable.
Evidently, routes.rb changed so much since that April'2012.
#6
Updated by Zer Guz over 6 years ago
+1 We need dots to be allowed. We have wiki pages that correspond to project versions and would like to call these the same.
#7
Updated by Vladimir Perepechenko almost 6 years ago
+1 We need dots to be allowed. We have wiki pages that correspond to project versions
#8
Updated by Alex Moroz over 2 years ago
+1 We need dots to be allowed. We have wiki pages that correspond to project versions
#9
Updated by T. Peter over 1 year ago
+1 We need dots to be allowed. We have wiki pages that correspond to project versions
Same here
#10
Updated by Jonathan Riedmair 4 months ago
+1 We need dots to be allowed. We have wiki pages that correspond to project versions