rt/launcher/src/main/java/org/apidesign/bck2brwsr/launcher/InvocationContext.java
branchmodel
changeset 946 986cb1517ead
parent 772 d382dacfd73f
child 954 6448c284fe21
     1.1 --- a/rt/launcher/src/main/java/org/apidesign/bck2brwsr/launcher/InvocationContext.java	Tue Feb 26 16:54:16 2013 +0100
     1.2 +++ b/rt/launcher/src/main/java/org/apidesign/bck2brwsr/launcher/InvocationContext.java	Sun Apr 07 22:30:45 2013 +0200
     1.3 @@ -102,6 +102,7 @@
     1.4          final String httpPath;
     1.5  
     1.6          Resource(InputStream httpContent, String httpType, String httpPath) {
     1.7 +            httpContent.mark(Integer.MAX_VALUE);
     1.8              this.httpContent = httpContent;
     1.9              this.httpType = httpType;
    1.10              this.httpPath = httpPath;