dev@glassfish.java.net

illegal chanracters in the path for directory deployment

From: Vince Kraemer <Vince.Kraemer_at_Sun.COM>
Date: Thu, 08 Nov 2007 17:13:14 -0800

I just tested using directory deployment of a web-app and ran into an
issue, because of one of the path components.

See https://glassfish.dev.java.net/issues/show_bug.cgi?id=3849.

So, now I need to add a regular expression to make sure that folks don't
create SIP Application Projects with a bogus path, so when they hit
deploy... their app will deploy and execute.

So, is there a regex that somebody has already figured out for this...

If there isn't... is there a known set of characters that absolutely
cannot be used in a path(in the case of directory deployment) or in the
name of a war file (for plain-old-deployment)?

thanks,
vbk