-
-
Notifications
You must be signed in to change notification settings - Fork 207
Labels
HacktoberfestEasy issues for attracting Hacktoberfest participants.Easy issues for attracting Hacktoberfest participants.bugSomething isn't workingSomething isn't workinggood-first-issueGood for newcomersGood for newcomers
Description
The FreeRADIUS PostAuthView (/api/v1/freeradius/postauth/
) returns HTTP 500 error if the length of called_station_id
field exceeds 50 characters.
A possible fix could be to update the PostAuthSerializer and set max_length
attribute on the called_station_id
field. This way, the view would return HTTP 400 with the error reason.
Metadata
Metadata
Assignees
Labels
HacktoberfestEasy issues for attracting Hacktoberfest participants.Easy issues for attracting Hacktoberfest participants.bugSomething isn't workingSomething isn't workinggood-first-issueGood for newcomersGood for newcomers
Type
Projects
Status
Done