#107 closed enhancement (fixed)
403 response code for nnrpd authentication filters
Reported by: | Julien ÉLIE | Owned by: | eagle |
---|---|---|---|
Priority: | low | Milestone: | 2.5.0 |
Component: | nnrpd | Version: | |
Severity: | wishlist | Keywords: | compliance |
Cc: |
Description
Perl and Python authentication filters for nnrpd should be able to return the new 403 response code (besides 281 and 481).
Keep mapping 502 to 481 for backwards compatibility with INN 2.4 and RFC 2980.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
[8266] Remove useless intermediate variables to handle the response code of Perl and Python authentication filters. We now have a pointer to the response code that we can use in several functions.
Note: See
TracTickets for help on using
tickets.
Fixed in [8261] and [8262] for INN 2.5.
Documentation update for INN 2.4 in [8263].
Allow the user to send 403 response codes (with an error string) with nnrpd Perl and Python filters. Only 281, 481 and 403 (as the default value) are possible.