Skip to content

Commit

Permalink
GH-5064: added slash in overview.jsp
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Hanssens <[email protected]>
  • Loading branch information
barthanssens committed Jul 23, 2024
1 parent 7e70a2e commit 146063b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile-jetty
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY --from=temp /tmp/eclipse-rdf4j*/war/*.war /var/lib/jetty/webapps/

RUN mkdir -p /var/rdf4j && \
chown -R jetty:jetty /var/rdf4j /var/lib/jetty/webapps && \
java -jar $JETTY_HOME/start.jar --add-to-start=logging-jetty
java -jar $JETTY_HOME/start.jar --add-to-start=console-capture,logging-slf4j,slf4j-simple-impl,requestlog

USER jetty

Expand Down
2 changes: 1 addition & 1 deletion tools/server/src/main/webapp/WEB-INF/views/overview.jsp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<c:redirect url="home/overview.view" />
<c:redirect url="/home/overview.view" />

0 comments on commit 146063b

Please sign in to comment.