Project

General

Profile

Actions

Bug #24115

open

We can create a user with a space in the username but we cannot delete it after

Added by Elaad FURREEDAN 3 months ago. Updated 3 months ago.

Status:
New
Priority:
N/A
Assignee:
-
Target version:
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

Actions #1

Updated by Elaad FURREEDAN 3 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

Also available in: Atom PDF