[jboss-cvs] JBossAS SVN: r94239 - branches/Branch_5_x/server/src/main/org/jboss/web/deployers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 2 00:01:11 EDT 2009


Author: ALRubinger
Date: 2009-10-02 00:01:10 -0400 (Fri, 02 Oct 2009)
New Revision: 94239

Modified:
   branches/Branch_5_x/server/src/main/org/jboss/web/deployers/AbstractWarDeployer.java
Log:
[JBAS-7100][JBAS-7148] Revert a no-longer-necessary change to AbstractWarDeployer which exposed another bug

Modified: branches/Branch_5_x/server/src/main/org/jboss/web/deployers/AbstractWarDeployer.java
===================================================================
--- branches/Branch_5_x/server/src/main/org/jboss/web/deployers/AbstractWarDeployer.java	2009-10-02 03:54:27 UTC (rev 94238)
+++ branches/Branch_5_x/server/src/main/org/jboss/web/deployers/AbstractWarDeployer.java	2009-10-02 04:01:10 UTC (rev 94239)
@@ -357,7 +357,7 @@
 
             VFSDeploymentUnit vfsUnit = (VFSDeploymentUnit)unit;
             VirtualFile root = vfsUnit.getRoot();
-            VirtualFile unjared = VFSUtils.explode(root);
+            VirtualFile unjared = VFSUtils.unjar(root);
             // file was not unjared yet
             if (root != unjared)
             {




More information about the jboss-cvs-commits mailing list