Community
Participate
Working Groups
A dot in a wiki folder name causes message page not found when trying to edit a page. For example CLIP1.2.5RC3. Was reported by Maciel Eduardo (maciel@hp.com)
Spaces are also a problem as it turns out.
This is caused by the fact that these are not valid routes, so these are handled by the last defined route map.connect '*path', :controller => 'other', :action => 'show404', :requirements => { :path => /.*/ }
Only characters, digits and underscores are now allowed. User will get an error message when trying to create a Wiki with dots or strange characters.
Created attachment 114036 [details] mylyn/context/zip
Fixed and verified (I think)