Skip to content

Commit 5c2a5d6

Browse files
committed
Seems this could fix: Supervisor#640
1 parent 40d1c92 commit 5c2a5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def render(self):
427427
return NOT_DONE_YET
428428
if message is not None:
429429
server_url = form['SERVER_URL']
430-
location = server_url + '?message=%s' % urllib.quote(
430+
location = server_url + "/" + '?message=%s' % urllib.quote(
431431
message)
432432
response['headers']['Location'] = location
433433

0 commit comments

Comments
 (0)