[
https://jira.jboss.org/jira/browse/JBDEPLOY-133?page=com.atlassian.jira.p...
]
Ales Justin resolved JBDEPLOY-133.
----------------------------------
Resolution: Done
Added HostNameCreator interface.
- HostNameCreator::createHostName(VFSDeploymentUnit)
Changed InMemoryClassesDeployer to use it:
URL dynamicClassRoot = new URL("vfsmemory", createHost(unit),
"");
protected String createHost(VFSDeploymentUnit unit)
{
return (hostNameCreator != null) ? hostNameCreator.createHostName(unit) :
GUID.asString();
}
Allow for reproduceable host name in InMemoryClassesDeployer
------------------------------------------------------------
Key: JBDEPLOY-133
URL:
https://jira.jboss.org/jira/browse/JBDEPLOY-133
Project: JBoss Deployers
Issue Type: Feature Request
Components: deployer
Affects Versions: JBDEPLOY-2.0.0.CR5
Reporter: Ales Justin
Assignee: Ales Justin
Fix For: JBDEPLOY-2.0.0.GA
User should be able to create reproduceable host name in InMemoryClassesDeployer.
e.g. to match security permissions against vfsmemory url
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira