mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-31 00:04:40 +02:00
Use rawurlencode instead of urlencode to sanatize URL-unsafe characters returned by the info providers.
This commit is contained in:
parent
12e9497ccf
commit
a5d184baef
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ class FileDTOTest extends TestCase
|
|||
|
||||
//Remaining URL unsafe characters must be escaped
|
||||
["test%5Ese", "test^se"],
|
||||
["test+se", "test se"],
|
||||
["test%20se", "test se"],
|
||||
["test%7Cse", "test|se"],
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue