Creating a wikipage with slash results in 500 error
Closed
Creating a wikipage with slash results in 500 error
Created by: sjoerdmulder
It does create the page though, when i checkout the wiki using the git-access it has created it. But gitlab doesn't seem to recognize it properly.
Result from production.log file
Started POST "/wiki/wikis" for 127.0.0.1 at 2013-03-23 13:26:28 +0100
Processing by WikisController#create as HTML
Parameters: {"utf8"=>"✓", "wiki"=>{"title"=>"extra/file", "format"=>"markdown", "content"=>"# Why?", "message"=>""}, "project_id"=>"wiki"}
Completed 500 Internal Server Error in 43ms
NoMethodError (undefined method `escaped_url_path' for nil:NilClass):
app/models/wiki_page.rb:160:in `set_attributes'
app/models/wiki_page.rb:171:in `save'
app/models/wiki_page.rb:127:in `create'
Please register or sign in to reply