[jboss-jira] [JBoss JIRA] Resolved: (JBDEPLOY-133) Allow for reproduceable host name in InMemoryClassesDeployer

Ales Justin (JIRA) jira-events at lists.jboss.org
Fri Nov 21 06:46:46 EST 2008


     [ https://jira.jboss.org/jira/browse/JBDEPLOY-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

        



More information about the jboss-jira mailing list