We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d1c92 commit 5c2a5d6Copy full SHA for 5c2a5d6
supervisor/web.py
@@ -427,7 +427,7 @@ def render(self):
427
return NOT_DONE_YET
428
if message is not None:
429
server_url = form['SERVER_URL']
430
- location = server_url + '?message=%s' % urllib.quote(
+ location = server_url + "/" + '?message=%s' % urllib.quote(
431
message)
432
response['headers']['Location'] = location
433
0 commit comments