|
Joop van de Wege created an issue |
Issue Type: |
|
---|---|
Affects Versions: |
2.10.0, 2.9.2 |
Assignee: |
Unassigned |
Attachments: |
ManifestLoader.java |
Components: |
REST |
Created: |
06/Nov/16 3:09 PM |
Environment: |
Linux and Windows both 32 and 64bit |
Priority: |
|
Reporter: |
I asked on the geoserver-users/wildfly-users list last week and got some responses to start looking into rights but that didn’t turn out to be the problem. Turned on TRACE for almost everything and got no permission problems anywhere. At last setup a develop environment, installed the latest tomcat, wildfly-8.2.1 and wildfly-10.1.0 and deployed geoserver-2.9.2.war from geoserver.org. Problem exists only in Wildfly. Warning: I know enough java to be dangerous { archivePath = archivePath.substring(0, archivePath.length() - “/WEB-INF/classes”.length()); // Required for wars } try (InputStream input = new URL(archivePath + “/META-INF/MANIFEST.MF”).openStream()) { return new Manifest(input); } catch (Exception e) { throw new RuntimeException(“Loading MANIFEST for class " + clz + " failed!”, e); } } }} And changed the line: Did that 2 more times. I hope someone is willing to clean this up alot and accept it into master. A grateful geoserver user, Joop |
This message was sent by Atlassian JIRA (v1000.499.4#100018-sha1:b6a952e) |
|