Skip to content

Commit 3e51b90

Browse files
author
Pedro Osório
committed
Using escaped username in progress api call affecting launch of servers for AD users
Signed-off-by: Pedro Osório <[email protected]>
1 parent 0fa35a0 commit 3e51b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binderhub/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ async def handle_chunk(chunk):
302302
)
303303
)
304304

305-
url_parts = ["users", username]
305+
url_parts = ["users", escaped_username]
306306
if server_name:
307307
url_parts.extend(["servers", server_name, "progress"])
308308
else:

0 commit comments

Comments
 (0)