EMSL-MSC / pacifica-upload-status

Pacifica Upload Status Page
GNU General Public License v2.0
0 stars 2 forks source link

[Bug] Getting redirect on cart creation after non-cookie auth in place #324

Open GitBytes opened 5 years ago

GitBytes commented 5 years ago

When checking files or directories for cart creation, we are getting redirected still even though we have authenticated by other means.

For example, we have set the redirect for cart but have already authenticated with kerberos creds, so we should be bypassing cookie auth and allowing cart creation even if redirect is set. the redirect for cart should only happen if a user is anonymous or no other auth has been made but the redirect for cart setting is set to true.