[jboss-jira] [JBoss JIRA] (AS7-2415) Unable to deploy file with a space in the name
Bartosz Baranowski (JIRA)
jira-events at lists.jboss.org
Wed Feb 1 08:05:48 EST 2012
[ https://issues.jboss.org/browse/AS7-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663346#comment-12663346 ]
Bartosz Baranowski commented on AS7-2415:
-----------------------------------------
This check ( think ) is one in org.jboss.as.controller.PathElement class. It has regexp to check if path element is either a wildcard or valid path element - not a wildcard, \s or [\x00-\x1F\x7F] . So reasons for failure may be various.
> Unable to deploy file with a space in the name
> ----------------------------------------------
>
> Key: AS7-2415
> URL: https://issues.jboss.org/browse/AS7-2415
> Project: Application Server 7
> Issue Type: Enhancement
> Components: Domain Management
> Affects Versions: 7.1.0.Alpha1
> Reporter: Paul Gier
> Assignee: Bartosz Baranowski
> Priority: Optional
> Attachments: deployment-error.txt
>
>
> I'm not able to deploy a file if the filename has a space in the name. If I copy the file to the deployments directory, I get this error in the log.
> {quote}
> 19:16:16,367 ERROR [org.jboss.as.controller] (DeploymentScanner-threads - 2) Operation ("composite") failed - address: (undefined): java.lang.IllegalArgumentException: Invalid value specification jar-sign-seal-test junk.jar
> {quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list