Bug #1927
closedUsers Lists drop-down-switch : Switching to hotlink protected list via userlist drop down results in error
Description
When changing to a userlist that has hotlink protection enabled through the userlist drop down select results in a session error.
Files
Updated by krileon about 14 years ago
- Status changed from New to Feedback
- Assignee set to beat
- Target version set to CB 1.3
- % Done changed from 0 to 10
the spoof checking seams normal, but should the link not show at all in the drop-down or should the spoof string be added to the userlist at all times?
Updated by beat about 14 years ago
- Status changed from Feedback to Assigned
- Assignee changed from beat to krileon
- Estimated time set to 1:00 h
You can add the spoofcheck to the link, ideally depending of the target list being hotlink protected or not.
Updated by krileon about 14 years ago
- File 1927.patch 1927.patch added
- Status changed from Assigned to Resolved
- Assignee changed from krileon to beat
- % Done changed from 10 to 80
Proposed patch of always adding spoof input to form. Without it the form will submit to (as userlist drop-down does) without the spoof check causing the session error. Spoof parameter isn't checked unless the list is hotlink protected so is harmless to non-protected lists.
Updated by beat about 14 years ago
- Subject changed from switching to hotlink protected list via userlist drop down results in error to Users Lists drop-down-switch : Switching to hotlink protected list via userlist drop down results in error
- Status changed from Resolved to Closed
- % Done changed from 80 to 100
Committed in r1253 .
The hotlink-protection fix is only for forms, so it's ok.
Good point Kyle, thanks