-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.4-RC1, 3.2.0-dev
-
Fix Version/s: 3.1.7-RC1
-
Component/s: User Control Panel (UCP)
-
Labels:None
-
GitHub Pull Request URL:
For avatar gallery subfolders like images/avatars/gallery/cat/cat the path will be treated as cat%2Fcat which triggers HTTP 404 errors on avatar images located in images/avatars/gallery/cat/cat subfolder.
This is due to the path handling (/ to %2F replacement)
https://github.com/phpbb/phpbb/blob/3.1.x/phpBB/phpbb/avatar/driver/local.php#L185
rawurlencode($cat)
|