Opened 18 years ago
Last modified 17 years ago
#36 assigned defect
Verify that a whitelisted address is not also blacklisted
Reported by: | rjl | Owned by: | dmorton |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | PHP scripts | Version: | 1.0.0 RC4 |
Severity: | minor | Keywords: | whitelist blacklist |
Cc: |
Description
From Matthew Jonkman:
A verification that they're not blacklisting something that's already whitelisted. Just to avoid conflicts and confusion.
Change History (4)
comment:1 Changed 18 years ago by dmorton
- Owner changed from rjl to dmorton
- Status changed from new to assigned
comment:2 Changed 18 years ago by dmorton
- Priority changed from normal to low
comment:3 Changed 18 years ago by jleaver
Java script is difficult as there are compatibility issues with browsers. The alternative is to return an error instead of updating the the formerly white or black listed item. However, I kind of like the way it works now.
comment:4 Changed 17 years ago by dmorton
- Milestone 1.0.0 RC6 deleted
Note: See
TracTickets for help on using
tickets.
Added better reporting in [532]. The only way I can see to do better is to either list every address changed, or to add a javascript warning before submitting. Comments?