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

Kc change #1062

Merged
merged 18 commits into from
Jun 30, 2021
Prev Previous commit
Next Next commit
Minor PR tweaks.
  • Loading branch information
raboczi committed Jun 30, 2021
commit 3d148fa1e3b10db1b81855588485d5bcc4748912
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ protected String determineUrlToUseForThisRequest(final HttpServletRequest httpSe
try {
uri = new URI(requestUriStr);
} catch (URISyntaxException e) {
LOGGER.error("Exception " + ExceptionUtils.getStackTrace(e));
LOGGER.error("Bad request URI", e);
}
if (session == null || session.getAttribute("USER") == null) {
requestUriStr = uri.resolve("/login.zul").toString();
Expand Down
1 change: 0 additions & 1 deletion core-assemblies/apromore-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@
<destinationFile>${project.build.directory}/assembly/etc/site.cfg</destinationFile>
</configuration>
</execution>

</executions>
</plugin>
</plugins>
Expand Down