rkdfx commented on PR #24160: URL: https://github.com/apache/camel/pull/24160#issuecomment-4762330698
Separate from this PR, but I hit a dev-console bug while testing and couldn't find a ticket for it, so flagging it here in case you want to file one. If you open the console index with a trailing slash (`http://localhost:8080/q/dev/`) and click any console, you land on `/q/dev/dev/<id>` (eg `/q/dev/dev/route-diagram`) and get "Developer console not found: dev". Without the trailing slash (`/q/dev`) it works. It's every console link, not just the diagram. The index renders the links as relative `href="dev/<id>"` (ManagementHttpServer, around line 1060), so from `/q/dev` they resolve to `/q/dev/<id>`, but from `/q/dev/` they double up to `/q/dev/dev/<id>`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
