Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small path fix for the dev ui #15529

Merged
merged 1 commit into from
Mar 8, 2021
Merged

Small path fix for the dev ui #15529

merged 1 commit into from
Mar 8, 2021

Conversation

phillip-kruger
Copy link
Member

Since the /q path changes introduces in 1.12.1 the UI contains an extra / , so the references to the static content would be /q//dev.
Even though it still works, this fix the path to be correct.

Signed-off-by:Phillip Kruger phillip.kruger@gmail.com

Signed-off-by:Phillip Kruger <phillip.kruger@gmail.com>
@phillip-kruger phillip-kruger added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Mar 8, 2021
@geoand geoand merged commit 0ec090d into quarkusio:master Mar 8, 2021
@quarkus-bot quarkus-bot bot added this to the 1.13 - master milestone Mar 8, 2021
@gsmet gsmet modified the milestones: 1.13 - master, 1.12.2.Final Mar 8, 2021
@ebullient
Copy link
Contributor

Will double check w/ some tests -- but trimming/munging the path like this isn't quite right (even if it cosmetically does the job). We should have opened the follow-on item for the dev console as soon as we finished #15030 ..

@ebullient
Copy link
Contributor

This particular fix only fixed some of the paths.. and the other path value (httpRootPath) right next to it, still ended in a slash.

@phillip-kruger
Copy link
Member Author

Yea I can apply it to httpRootPath too, although it's not used at the moment (as far as I know).

@ebullient
Copy link
Contributor

I have a PR in flight w/ Stuart.. as what you fixed here will break a few of the other URLs that didn't include the slash.. (and it's not quite the right fix. Will ask you to review. ;)

This was referenced Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/vertx triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants