RynoRn commented on a change in pull request #182: NIFIREG-261 - Convert JS
build to webpack
URL: https://github.com/apache/nifi-registry/pull/182#discussion_r281126928
##########
File path:
nifi-registry-core/nifi-registry-web-ui/src/main/webapp/WEB-INF/web.xml
##########
@@ -19,7 +19,8 @@
<!-- servlet to map to login page -->
<servlet>
<servlet-name>Login</servlet-name>
- <jsp-file>/WEB-INF/pages/index.jsp</jsp-file>
+ <jsp-file>/index.html</jsp-file>
+ <!--<jsp-file>/WEB-INF/pages/index.jsp</jsp-file>-->
Review comment:
Do you think we still need these `<jsp-file>` comments? Please remove them
if not.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services