Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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 Julien ÉLIE

Resolution: fixed
Status: newclosed

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.

comment:2 Changed 14 years ago by Julien ÉLIE

[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.