[EMAIL PROTECTED] schrieb:
> @@ -793,7 +874,7 @@
> try {
> if (is == null && slingHome != null) {
> File resFile = new File(file);
> - if (!resFile.isAbsolute() ) {
> + if (!resFile.isAbsolute() && slingHome != null) {
I think you don't need the second slingHome check as the first if only
evaluates to true if slingHome is not null.Carsten -- Carsten Ziegeler [EMAIL PROTECTED]
