Check for and remove illegal chars from error descriptions

Issue #284 resolved
Vladimir Dzhuvinov created an issue

FYI: https://tools.ietf.org/html/rfc6749#section-5.2

Values for the "error" parameter MUST NOT include characters outside the 
set %x20-21 / %x23-5B / %x5D-7E.

Values for the "error_description" parameter MUST NOT include characters 
outside the set %x20-21 / %x23-5B / %x5D-7E.

Comments (3)

  1. Log in to comment