Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The libprocess firewall provides a powerful mechanism to control which requests are accepted based on the pair (socket, request).
However the firewall itself has no control over the responses sent when a request is rejected beyond a custom message. It always sent a 403 Forbidden error, however there are cases where the firewall could potentially send other kind of errors (think 401 Unauthorized if authorization is implemented).