backlogs / redmine_backlogs

A Redmine plugin for agile teams
https://backlogs.github.io/www/
GNU General Public License v2.0
773 stars 460 forks source link

When downloading get 401 unauthorized error. #1018

Open jliou opened 10 years ago

jliou commented 10 years ago

as a logged in user when ever i tried to export the xml file i get the following errors:

Started GET "/rb/sprint/download/7.xml" for 10.40.31.162 at 2014-01-07 19:53:18 +0000 Processing by RbSprintsController#download as XML Parameters: {"sprint_id"=>"7"} Current user: anonymous Filter chain halted as :authorize rendered or redirected Started GET "/rb/sprint/download/7.xml" for 10.40.31.162 at 2014-01-07 19:53:31 +0000 Processing by RbSprintsController#download as XML Parameters: {"sprint_id"=>"7"} Current user: anonymous Filter chain halted as :authorize rendered or redirected Completed 401 Unauthorized in 16.0ms (ActiveRecord: 5.5ms)

not sure why its attempting to do it as anonymous user.

bohansen commented 10 years ago

Should be fixed on master now.