Opened 17 years ago
Closed 17 years ago
#32 closed defect (fixed)
A plugin must set a response status
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | |
Keywords: | Cc: |
Description
If a plugin doesn't set a respose status, null is returned to the web application which doesn't know how to handle that and silently ignores anything after that.
This should be fixed in the core by checking that a response is always set and if not, an exception should be thrown.
Note: See
TracTickets for help on using
tickets.