Use MVC based login for MVC based admin application
parent
af4873abfe
commit
83db8be9f5
|
|
@ -58,7 +58,7 @@ public class IsAuthenticatedFilter implements ContainerRequestFilter {
|
||||||
Response.temporaryRedirect(
|
Response.temporaryRedirect(
|
||||||
URI.create(
|
URI.create(
|
||||||
String.format(
|
String.format(
|
||||||
"/%s/ccm/register?return_url=%s",
|
"/%s/@login?returnUrl=%s",
|
||||||
contextPath,
|
contextPath,
|
||||||
returnUrl
|
returnUrl
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue