[
https://issues.jboss.org/browse/WFCORE-2730?page=com.atlassian.jira.plugi...
]
Jan Kalina updated WFCORE-2730:
-------------------------------
Steps to Reproduce:
{{<permission class-name="javax.security.jacc.WebResourcePermission"
target-name="" action="GET"/>}}
was:
{{<permission class-name="javax.security.jacc.WebResourcePermission"
target-name="" action="GET"/> }}
empty target-name in constant-permission-mapper is not allowed
--------------------------------------------------------------
Key: WFCORE-2730
URL:
https://issues.jboss.org/browse/WFCORE-2730
Project: WildFly Core
Issue Type: Bug
Reporter: Eva Jarkovská
Assignee: Jan Kalina
I need to have an empty target-name because of the WebResourcePermission. But with
unspecified target-name the primary underlying error message was:
{code}
| > ParseError at [row,col]:[367,5]
| > Message: "WFLYCTL0113: '' is an invalid value for parameter
| > target-name. Values must have a minimum length of 1 characters"
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)