Skip to content
Snippets Groups Projects
Commit 9e49e6b1 authored by srosse's avatar srosse
Browse files

OO-1446: compatibility with Tomcat 8 (backport from 10.3)

parent 01c17770
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ public class WebappHelper implements Initializable, Destroyable, ServletContextA
servletContextPath = servletContext.getContextPath();
try {
InputStream meta = servletContext.getResourceAsStream("META-INF/MANIFEST.MF");
InputStream meta = servletContext.getResourceAsStream("/META-INF/MANIFEST.MF");
if(meta != null) {
try {
Properties props = new Properties();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment