Skip to content

Commit

Permalink
Revert "KEYCLOAK-5270 Realm cookie path for IE<=11 users (keycloak#5106
Browse files Browse the repository at this point in the history
…)" (keycloak#5183)

This reverts commit a67da7b.
  • Loading branch information
martin-kanis authored and stianst committed May 2, 2018
1 parent 6e123bc commit 9505925
Showing 2 changed files with 1 addition and 84 deletions.
Original file line number Diff line number Diff line change
@@ -629,8 +629,7 @@ protected static String getIdentityCookiePath(RealmModel realm, UriInfo uriInfo)

public static String getRealmCookiePath(RealmModel realm, UriInfo uriInfo) {
URI uri = RealmsResource.realmBaseUrl(uriInfo).build(realm.getName());
// KEYCLOAK-5270
return uri.getRawPath() + "/";
return uri.getRawPath();
}

public static String getAccountCookiePath(RealmModel realm, UriInfo uriInfo) {

This file was deleted.

0 comments on commit 9505925

Please sign in to comment.