Opened 16 years ago
Closed 15 years ago
#333 closed enhancement (worksforme)
More detailed and informative error reporting is needed
Reported by: | burtadsit | Owned by: | |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
bp really needs to get an overhaul in the error messaging front. It's not the style or appearance, it's the detail level that needs improvement.
Multiple sources of errors percolate up the chain to the same or similar messages.
Change History (4)
#3
@
15 years ago
==Agree==
Similiar ticket, but description of a specific case Ticket-947
One of my guys saw this type of thing too.
There are a couple choices here, more detailed backend reporting or javascript front-end validation prior to submit.
==Security==
If the error messages are coming from an ajax response I feel that the more ambiguous the better. This is a good security practice, as not to give too much away and limiting the attack surface.
==Validation==
The existing validation does work. It displays an error, it prevents the event.
I believe using javascript validation in addition to the already existing backend validation could be a viable added solution.
Milestone Future Enhancements deleted