[jboss-jira] [JBoss JIRA] (WFLY-8681) Noninformative failure description when creating file handler with invalid path

Dmitrii Tikhomirov (JIRA) issues at jboss.org
Tue May 2 12:35:00 EDT 2017


Dmitrii Tikhomirov created WFLY-8681:
----------------------------------------

             Summary: Noninformative failure description when creating file handler with invalid path
                 Key: WFLY-8681
                 URL: https://issues.jboss.org/browse/WFLY-8681
             Project: WildFly
          Issue Type: Bug
          Components: Web (Undertow)
    Affects Versions: 11.0.0.Alpha1
            Reporter: Dmitrii Tikhomirov
            Assignee: Dmitrii Tikhomirov


Calling 
{noformat}
/subsystem=undertow/configuration=handler/file=my-testing-handler:add(path="/some/path")
{noformat}
results in this failure description, which just prints the provided path. 
{noformat}
{
    "outcome" => "failed",
    "failure-description" => "/some/path",
    "rolled-back" => true
}
{noformat}

The failure description should be enhanced to include information what it doesn't like about the path => e.g the path {"/some/path"} doesn't exist on file system



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list