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

KEYCLOAK-5945 Strip default ports from urls #4774

Merged
merged 1 commit into from Dec 4, 2017

Conversation

stianst
Copy link
Contributor

@stianst stianst commented Nov 30, 2017

No description provided.

@stianst stianst self-assigned this Nov 30, 2017
config.setAuthServerUrl("http://localhost:80/auth");
keycloakDeployment.setAuthServerBaseUrl(config);

assertEquals("http://localhost/auth", keycloakDeployment.getAuthServerBaseUrl());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@matzew
Copy link
Contributor

matzew commented Nov 30, 2017

Thanks

@matzew
Copy link
Contributor

matzew commented Nov 30, 2017

btw. the title of the PR is wrong - should be KEYCLOAK-5945

@stianst stianst changed the title KEYCLOAK-5946 Strip default ports from urls KEYCLOAK-5945 Strip default ports from urls Dec 1, 2017
@stianst stianst merged commit 5467d67 into keycloak:master Dec 4, 2017
@stianst stianst deleted the KEYCLOAK-5945 branch December 7, 2017 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants