login password #69
Labels
No Label
Bug
Done
Pas urgent
Proposition
Question
TODO
Tests
URGENT BORDEL DE Q
Waiting for review
back
front
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: PGL/Clyde#69
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
j'ai fait du "test driven dev"
et me suis rendu compte que si le password contenait un caractère spcécial (% par exemple), ma fonction récupérait un String null
de plus dans le cas d'autres caractères spéciaux (^) une réponse en html est envoyée :
HTTP Status 400 – Bad Request
Type Exception Report
Message Invalid character found in the request target [/login?identifier=2&password=student^ ]. The valid characters are defined in RFC 7230 and RFC 3986
Description The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
Exception
c'est front ou back ?
(Happy #69 th issue tho)
c'est plus backend en soi mais en gros dans le header du password, si il y a un caractère spécial ça me donne null dans ma fct backend
À été fix en déplaçant les paramètres pour la connexion vers le body !