java - Wildfly: Why I get only "Forbidden" if I call my Web application? -
yesterday our web application ran fine on wildfly 9. since morning "forbidden" in web browser. don't use jaas. there no difference if set following value false
in standalone.xml
:
... <subsystem xmlns="urn:jboss:domain:ejb3:3.0"> ... <default-missing-method-permissions-deny-access value="true"/> ... </subsystem> ...
what can reasons wildfly shows "forbidden" page?
edit
if set log level package org.jboss.security
trace
following message in log file while calling page:
2016-01-27 12:58:15,354 trace [org.jboss.security] (default task-5) pbox00354: setting security roles threadlocal: null
not sure means ...
my ear project , inherited war project in eclipse broken. there several things missing @ example application.xml
.
not sure why these things missing , have lost it. after fixing both projects deployments works again.
Comments
Post a Comment