Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When downloading get 401 unauthorized error. #1018

Open
jliou opened this issue Jan 7, 2014 · 1 comment
Open

When downloading get 401 unauthorized error. #1018

jliou opened this issue Jan 7, 2014 · 1 comment

Comments

@jliou
Copy link

jliou commented Jan 7, 2014

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
Copy link
Contributor

bohansen commented Apr 9, 2014

Should be fixed on master now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants