[jboss-jira] [JBoss JIRA] Created: (JBAOP-489) Undeploy does not work if path has space characters
Flavia Rainone (JIRA)
jira-events at lists.jboss.org
Fri Nov 23 07:25:23 EST 2007
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
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