You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: