Defect #19811
Attachment back_url in login
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Attachments | |||
Target version: | - | |||
Resolution: | Affected version: | 3.0.2 |
Description
When user needs to be authenticated to download an attachment, he/she logs in as usual, but because the back_url
points to a file download instead of a HTML page, the login form stays visible.
This is confusing some users. I believe the page should be refreshed automatically to show the welcome#index
.
Is this fixable? For now I just extended the attachment#show
to also work for binary files (show the download link), but it doesn't look very good and it doesn't fix the attachment#download
links in back_url
, only the attachment#show
ones.
History
#1
Updated by Toshi MARUYAMA about 7 years ago
- Category set to Attachments