You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
In #67 we added tests about the url encoding of user info fields. However, in the discussion to define the expected behaviour in PSR-7, the concern has been raised that there can be unclear cases where some characters look like url encoded and others are not encoded
Example
Should the % in pa%65sw:ord be encoded? Most likely yes, but there is disagreement in the discussion on the PSR-7 what to do in such a case.
The text was updated successfully, but these errors were encountered:
Description
In #67 we added tests about the url encoding of user info fields. However, in the discussion to define the expected behaviour in PSR-7, the concern has been raised that there can be unclear cases where some characters look like url encoded and others are not encoded
Example
Should the
%
inpa%65sw:ord
be encoded? Most likely yes, but there is disagreement in the discussion on the PSR-7 what to do in such a case.The text was updated successfully, but these errors were encountered: