Author: thomas.heute(a)jboss.com
Date: 2008-01-17 19:28:07 -0500 (Thu, 17 Jan 2008)
New Revision: 9531
Modified:
modules/portlet/branches/JBP_PORTLET_BRANCH_1_0/portlet/src/main/org/jboss/portal/portlet/invocation/response/FragmentResponse.java
Log:
Write should keep the offset and length parameters
Modified:
modules/portlet/branches/JBP_PORTLET_BRANCH_1_0/portlet/src/main/org/jboss/portal/portlet/invocation/response/FragmentResponse.java
===================================================================
---
modules/portlet/branches/JBP_PORTLET_BRANCH_1_0/portlet/src/main/org/jboss/portal/portlet/invocation/response/FragmentResponse.java 2008-01-17
22:42:31 UTC (rev 9530)
+++
modules/portlet/branches/JBP_PORTLET_BRANCH_1_0/portlet/src/main/org/jboss/portal/portlet/invocation/response/FragmentResponse.java 2008-01-18
00:28:07 UTC (rev 9531)
@@ -279,7 +279,7 @@
}
//
- out.write(b);
+ out.write(b, off, len);
}
public void write(int b) throws IOException
Show replies by date