[jboss-jira] [JBoss JIRA] Updated: (JBAOP-489) Undeploy does not work if path has space characters

Flavia Rainone (JIRA) jira-events at lists.jboss.org
Fri Nov 23 07:52:18 EST 2007


     [ http://jira.jboss.com/jira/browse/JBAOP-489?page=all ]

Flavia Rainone updated JBAOP-489:
---------------------------------

    Workaround Description: Use File.toURI().toURL() instead of File.toURL() because of bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4273532
                Workaround: [Workaround Exists]

> Undeploy does not work if path has space characters
> ---------------------------------------------------
>
>                 Key: JBAOP-489
>                 URL: http://jira.jboss.com/jira/browse/JBAOP-489
>             Project: JBoss AOP
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 2.0.0.beta2
>         Environment: Fedora Linux
>            Reporter: Flavia Rainone
>         Assigned To: Flavia Rainone
>             Fix For: 2.0.0.CR1
>
>   Original Estimate: 20 minutes
>  Remaining Estimate: 20 minutes
>
> AspectXMLLoader generates a name for bindings based on the path name.
> During undeployment, if there is a space ' ' character in this path name, the binding name will contain a "%20" where there was a ' ' char.
> However, the same doesn't happen during deployment: the binding is deployed with the original path name, containing the ' ' char.
> The result is that the binding is not undeployed since AspectManager couldn't find a binding with the queried name.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list