Add support for raising HTTPOK and HTTPRedirection exceptions.
These need special casing in the publisher to be treated as successful and result in transaction commits. Also prefer `raise Redirect` style over `REQUEST.RESPONSE.redirect`.
Showing
Please register or sign in to comment