RedMine API Authentication required constantly
Added by Brian Kinder over 13 years ago
Several of our users are reporting getting a login message, mostly when trying to relate issues. The login message dissapears after a login attempt, but comes back right away when you try to relate issues again.
About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.3.7
Rack version 1.1
Rails version 2.3.11
Active Record version 2.3.11
Active Resource version 2.3.11
Action Mailer version 2.3.11
Active Support version 2.3.11
Application root /var/redmine
Environment production, Mongrel
Database adapter mysql Ver 14.14 Distrib 5.1.49
Database schema version 20110220160626
About your Redmine plugins
Screenshot Paste 1.1.0
SCM extensions plugin 0.1.0
Redmine Carousel plugin 1.0.1
Replies (4)
RE: RedMine API Authentication required constantly - Added by Ricardo Doi over 13 years ago
I second the problem.
We started testing the latest release (v1.1.2) and we are facing the same problem.
In the issue update page, when typing the related issue #, it triggers an ajax that request an (unknown) HTTP authentication identified by "Redmine API", and then kicking us back to html login screen.
The watched request:http://[redmine.domain]/issues/auto_complete?id=10059&project_id=test-project
(note the escaped "&")
About your application's environment Ruby version 1.8.7 (x86_64-linux) RubyGems version 1.3.7 Rack version 1.1.1 Rails version 2.3.11 Active Record version 2.3.11 Active Resource version 2.3.11 Action Mailer version 2.3.11 Active Support version 2.3.11 Application root /mnt/_www/redmine/redmine-1.1.2 Environment production Database adapter mysql Database schema version 20110228000100 About your Redmine plugins Redmine Charts 0.1.0 Projects Tree View plugin 0.0.4 Redmine Time Tracker plugin 0.4 Redmine Better Gantt Chart plugin 0.2.0 Redmine Todo Lists plugin 0.0.4.3 Redmine Work Time plugin 0.0.63 Redmine Assets plugin 0.0.1 Redmine Graphs plugin 0.1.0 Watcher Sellection by Group 0.0.1
RE: RedMine API Authentication required constantly - Added by Brian Kinder over 13 years ago
Hunted around a bit more, seems to be same issue as #7843
RE: RedMine API Authentication required constantly - Added by Ricardo Doi over 13 years ago
Just for info:
As you'd already stated, a patch fixed this problem (and some related):
http://www.redmine.org/issues/7843#note-14
Hope its included in the next stable release.
RE: RedMine API Authentication required constantly - Added by Etienne Massip over 13 years ago
Don't forget that 1.1.2 doesn't support Rails 2.3.11.
1.2.0 will.