Bug #2378
Compatibility to Redmine 3.0.1
Start date:
Due date:
% Done:
100%
Redmine version:
External issue:
Description
internal error with redmine 3.0.1 while try to access a project.
Log:
Started GET "/projects/redmine" for 192.168.0.25 at 2015-04-15 11:05:17 +0200 Processing by ProjectsController#show as HTML Parameters: {"id"=>"redmine"} Current user: mm (id=3) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms) ArgumentError (The provided regular expression is using multiline anchors (^ or $), which may present a security risk. Did you mean to use \A and \z, or forgot to add the :multiline => true option?): app/models/project.rb:292:in `find' app/controllers/application_controller.rb:293:in `find_project'
Subtasks
Associated revisions
Redmine 3.x support (#2378)
History
#1 Updated by Andriy Lesyuk about 8 years ago
- Status changed from New to Open
- Target version set to 0.1.1
#2 Updated by Andriy Lesyuk about 8 years ago
- Description updated (diff)
- Status changed from Open to In Progress
- % Done changed from 0 to 50