You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used authorized.GET("/:login_name/images/:name", WrapHandler(s.imageGet)) to register the imageGet handler. However, it's common for image name to be nvidia/cuda, which cannot be properly matched with /:name.
Note other restful API may also have similar problems, such as special characters in environment name or username.
Description
We used
authorized.GET("/:login_name/images/:name", WrapHandler(s.imageGet))
to register theimageGet
handler. However, it's common for image name to benvidia/cuda
, which cannot be properly matched with/:name
.Note other restful API may also have similar problems, such as special characters in environment name or username.
cc @gaocegege
Reproduction
Additional Info
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: