mcgilman commented on code in PR #8906:
URL: https://github.com/apache/nifi/pull/8906#discussion_r1622961535
##########
nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/AccessResource.java:
##########
@@ -412,7 +412,7 @@ private LogoutRequest completeLogoutRequest(final
HttpServletResponse httpServle
}
private String getNiFiLogoutCompleteUri() {
- return getNiFiUri() + "logout-complete";
+ return getNiFiUri() + "#/logout-complete";
Review Comment:
Must have misread your comment initially but we may be able to manually add
a Jetty config that just redirects `/nifi/logout-complete` to
`/nifi/#/logout-complete`. This is a good idea and would address the other
issue I noted above. Will try it out. 👍
--
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]