Actions
Bug #24115
openWe can create a user with a space in the username but we cannot delete it after
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
I was bothered the first time
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Small
Priority:
49
Name check:
To do
Fix check:
To do
Regression:
No
Description
Try to create a user "hello world" witness that the user is created, try to delete it afterward, the user is not removed
Files
Updated by Elaad FURREEDAN 10 months ago ยท Edited
The space in the URL parameter is encoded as %20
but in backend the space seems to be encoded as +
I don't think the backend should decode %20
as +
if I follow the RFC3986: https://www.ietf.org/rfc/rfc3986.txt (not sure about that)
Actions
#2
Updated by Elaad FURREEDAN 10 months ago
- File clipboard-202401311305-nrjou.png clipboard-202401311305-nrjou.png added
- File clipboard-202401311305-temut.png clipboard-202401311305-temut.png added
The URL request:
The response from the API:
Actions