mirror of https://gitlab.com/bashrc2/epicyon
Unquote hashtag
parent
c3ce17cb6b
commit
38376b61f4
|
@ -3000,6 +3000,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
self._404()
|
self._404()
|
||||||
return
|
return
|
||||||
hashtag = usersPath.split('/tags/')[1].strip()
|
hashtag = usersPath.split('/tags/')[1].strip()
|
||||||
|
hashtag = urllib.parse.unquote_plus(hashtag)
|
||||||
if not hashtag:
|
if not hashtag:
|
||||||
# no hashtag was given in the path
|
# no hashtag was given in the path
|
||||||
self._404()
|
self._404()
|
||||||
|
|
Loading…
Reference in New Issue