mirror of https://gitlab.com/bashrc2/epicyon
Indicate non-zero length
parent
e6eebb1365
commit
2d9dd2c145
|
@ -2269,6 +2269,8 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
if not skip_param:
|
if not skip_param:
|
||||||
login_str += login_prm + '='
|
login_str += login_prm + '='
|
||||||
else:
|
else:
|
||||||
|
if len(login_prm.split('&')[0]) > 0:
|
||||||
|
login_str += login_prm + '*'
|
||||||
if '&' in login_prm:
|
if '&' in login_prm:
|
||||||
login_str += \
|
login_str += \
|
||||||
'&' + login_prm.split('&')[1] + '='
|
'&' + login_prm.split('&')[1] + '='
|
||||||
|
|
Loading…
Reference in New Issue