configureIncludes of Configurator always expects an * ?
int i = glob.indexOf("*"); final String prefix = glob.substring(0, i);
This has been fixed.
neddless to say that the blog (geronimo.conf) has no "*", so giving an StringIndexOutOfBoundsException exception.
And when using the original value *.conf (at twiddle), it stops at
url = new URL(urlspec); line 701 of Strings, method toURL.
This I am looking into resolving now.
Looks like the WinNT WinNTFileSystem.canonicalize() does not like any '*' but Unix versions work fine.
--jason
