Great. Thank you.

Am 23.10.2007 um 14:26 schrieb [EMAIL PROTECTED]:

+ // out is an OutputStream that's acquired on demand (SLING-71) + final OutputStream onDemand = new OnDemandOutputStream () {
+                @Override
+                protected OutputStream getOut() throws IOException {
+                    return resp.getOutputStream();
+                }
+            };

Reply via email to