1 |
Index: src/java/org/xhtmlrenderer/swing/ImageResourceLoader.java |
2 |
=================================================================== |
3 |
RCS file: /cvs/xhtmlrenderer/src/java/org/xhtmlrenderer/swing/ImageResourceLoader.java,v |
4 |
retrieving revision 1.2 |
5 |
diff -u -r1.2 ImageResourceLoader.java |
6 |
--- src/java/org/xhtmlrenderer/swing/ImageResourceLoader.java 24 Jul 2009 09:21:02 -0000 1.2 |
7 |
+++ src/java/org/xhtmlrenderer/swing/ImageResourceLoader.java 24 Aug 2009 09:53:55 -0000 |
8 |
@@ -151,7 +151,7 @@ |
9 |
} |
10 |
|
11 |
public boolean isImmediateLoadUri(final String uri) { |
12 |
- return uri.startsWith("jar:file:") || uri.startsWith("file:"); |
13 |
+ return uri.startsWith("jar:") || uri.startsWith("file:"); |
14 |
} |
15 |
|
16 |
public synchronized void loaded(final ImageResource ir, final int width, final int height) { |