Actions
Bug #24115
openIf we 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:
41
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 over 1 year 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 over 1 year 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:
Updated by François ARMAND 11 days ago
- Subject changed from We can create a user with a space in the username but we cannot delete it after to If we can create a user with a space in the username but we cannot delete it after
- Assignee set to Clark ANDRIANASOLO
- Priority changed from N/A to 2
- Target version changed from 7.3 to 8.2
- Priority changed from 49 to 41
Actions