dev@glassfish.java.net

Filenames with embedded periods confuse deploy?

From: Charles Oliver Nutter <charles.nutter_at_sun.com>
Date: Mon, 16 Apr 2007 02:17:01 -0500

I've noticed that if I have a WAR file with a name like myapp-1.2.3.war,
the deploy complains about it saying it's not of the appropriate type.
It also tries to assign it to a URI of "myapp-1". Since this form of
file naming is pretty common among open source projects, it seems like
this should be handled better, yes?

Admittedly, I haven't tried it on a recent GlassFish, but it ought to be
easy to reproduce...

- Charlie