On Wed, Feb 4, 2009 at 4:37 PM, Ales Justin <ales.justin(a)gmail.com> wrote:
AbstractWarDeployer::deploy has some bad assumptions.
if (unit instanceof VFSDeploymentUnit)
{
VFSDeploymentUnit vfsUnit = (VFSDeploymentUnit)unit;
URL expWarUrl = vfsUnit.getRoot().toURL();
if (warName.endsWith("/") == false ||
warName.endsWith("!/") ==
true) // Hack for jar urls being exposed
This is pretty fragile to check if you need to unpack.
I am not willing to discuss anything right now. I am browsing the svn
history, and I see revisions 83709 and 83774. 5.0.1 is a minor bugfix
release, so please revert those gratuitous nonsense that was done
behind my back.
Rémy