Error 404 in wiki when page contains whitespace
Created by: Isammoc
Before 4.0, I created wiki page with title containing spaces.
That points to something like http://gitlab.example.og/myproject/wikis/another%20page
Since I upgraded to 4.0, these pages are no more reachable => 404 error page
So I looked into changes in routes.rb
and I see that :
https://github.com/gitlabhq/gitlabhq/commit/26622f4c#L3L110
Why this restriction ?
PS : I added %
in the regexp to be able to reach my pages and work right.