I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

Bug #2378

Compatibility to Redmine 3.0.1

Added by Marc M almost 9 years ago. Updated over 7 years ago.

Status:
In Progress
Priority:
Major
Assignee:
Target version:
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

Bug #2408: Redmine 2.5.xd fails to find project by aliasesClosedAndriy Lesyuk

Associated revisions

Revision 20 (diff)
Added by Andriy Lesyuk over 7 years ago

Redmine 3.x support (#2378)

History

#1 Updated by Andriy Lesyuk over 7 years ago

  • Status changed from New to Open
  • Target version set to 0.1.1

#2 Updated by Andriy Lesyuk over 7 years ago

  • Description updated (diff)
  • Status changed from Open to In Progress
  • % Done changed from 0 to 50

Also available in: Atom PDF

Terms of use | Privacy policy