Defect #10673
openDot and comma in wiki pagename
0%
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?
Files
Related issues
Updated by Etienne Massip about 13 years ago
Updated by Alexander Oryol about 13 years ago
- File commas.patch commas.patch added
Yes, it is potentially conflict with rails ".format" feature.
Patch updated for commas-allow.
Updated by Alexander Oryol about 13 years ago
- File comma_allow.patch comma_allow.patch added
Patch updated. In routes.rb: needn't more :requirements => { :id => /.*/ }
Updated by Valery Bulash about 12 years ago
Someone - please, update these patches to 2.2.1-stable.
Evidently, routes.rb changed so much since that April'2012.
Updated by Zer Guz almost 9 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.
Updated by Vladimir Perepechenko about 8 years ago
+1 We need dots to be allowed. We have wiki pages that correspond to project versions
Updated by Alex Moroz over 4 years ago
+1 We need dots to be allowed. We have wiki pages that correspond to project versions
Updated by T. Peter over 3 years ago
+1 We need dots to be allowed. We have wiki pages that correspond to project versions
Same here
Updated by Jonathan Riedmair over 2 years ago
+1 We need dots to be allowed. We have wiki pages that correspond to project versions