<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3199" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial>The svn error is below:</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV>
<DIV>
<DIV>On Oct 22, 2007, at 3:04 PM, Mamye Kratt wrote:</DIV><BR 
class=Apple-interchange-newline>
<BLOCKQUOTE type="cite"><SPAN class=Apple-style-span 
  style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px 0px; khtml-text-decorations-in-effect: none; apple-text-size-adjust: auto; orphans: 2; widows: 2">
  <DIV><FONT face=Arial><SPAN class=Apple-style-span 
  style="FONT-FAMILY: Arial">svn-get-source:</SPAN></FONT></DIV>
  <DIV><FONT face=Arial><SPAN class=Apple-style-span 
  style="FONT-FAMILY: Arial">&nbsp;&nbsp;&nbsp; [exec] svn: REPORT request 
  failed on '/!svn/vcc/default'</SPAN></FONT></DIV>
  <DIV><FONT face=Arial><SPAN class=Apple-style-span 
  style="FONT-FAMILY: Arial">&nbsp;&nbsp;&nbsp; [exec] svn: REPORT of 
  '/!svn/vcc/default': Could not read chunk size: Connection was closed by 
  server. (<A 
  href="http://svn.openlaszlo.org">http://svn.openlaszlo.org</A>)</SPAN></FONT></DIV>
  <DIV><BR class=Apple-interchange-newline>&nbsp;</DIV>
  <DIV>&nbsp;</DIV></SPAN></BLOCKQUOTE></DIV></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=henry.minsky@gmail.com href="mailto:henry.minsky@gmail.com">Henry 
  Minsky</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=max@openlaszlo.org 
  href="mailto:max@openlaszlo.org">Max Carlson</A> ; <A 
  title=laszlo-dev@openlaszlo.org 
  href="mailto:laszlo-dev@openlaszlo.org">Laszlo-dev bug reporting</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, October 31, 2007 8:07 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Laszlo-dev] for review, 
  Change 20071028-hqm-6,put XML parser back into server data proxy pipeline,to 
  do charset transcoding</DIV>
  <DIV><BR></DIV>Note, that this code does not know the content length before it 
  starts writing the output to<BR>the client, since it's being streamed.&nbsp; 
  So it doesn't set the content length explicitly, like it used to.<BR><BR>My 
  understanding of Tomcat's behavior is that if the content is small enough to 
  fit in some tomcat output <BR>buffer size , it will buffer it and then send it 
  all with a content length header. If it is larger than that<BR>then Tomcat 
  sends it in HTTP chunked encoding. I still have to verify this with a very 
  large file. <BR><BR><BR>
  <DIV><SPAN class=gmail_quote>On 10/28/07, <B class=gmail_sendername>Henry 
  Minsky</B> &lt;<A 
  href="mailto:henry.minsky@gmail.com">henry.minsky@gmail.com</A>&gt; 
  wrote:</SPAN>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">Change 
    20071028-hqm-6 by hqm@IBM-2E06404CB67 on 2007-10-28 20:42:12 
    EDT<BR>&nbsp;&nbsp;&nbsp;&nbsp;in 
    /cygdrive/c/users/hqm/openlaszlo/trunk<BR>&nbsp;&nbsp;&nbsp;&nbsp;for <A 
    href="http://svn.openlaszlo.org/openlaszlo/trunk">http://svn.openlaszlo.org/openlaszlo/trunk 
    </A><BR><BR>Summary: put XML parser back into server data proxy pipeline, to 
    do<BR>charset transcoding<BR><BR>New Features:<BR><BR>Bugs Fixed: 
    LPP-4924<BR><BR>Technical Reviewer: max<BR>QA Reviewer: pablo<BR>Doc 
    Reviewer: <BR><BR>Details:<BR><BR>The server data proxy now uses the XMLPULL 
    parser to parse<BR>the data from the backend, in order to use Java to force 
    a translation<BR>into UTF-8<BR>coding if needed.<BR><BR>This change also 
    uses a worker Thread to read from the backend, while 
    <BR>simultaneously<BR>pipelining the data back throug the XML PULL parser to 
    the client.<BR>This should improve<BR>response time and also removes a 
    potential memory overflow and DOS<BR>attack on the 
    server.<BR><BR>Tests:<BR><BR>test/lfc/data/alldata.lzx<BR>amazon<BR>calendar<BR><BR><BR>Files:<BR>D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WEB-INF/lib/xpp3-1.1.3.4d_b4.jar<BR>A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WEB-INF/lib/xpp3-1.1.4c.jar<BR>M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WEB-INF/lps/lfc/kernel/swf/LzLoadQueue.as<BR>A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WEB-INF/lps/server/src/org/openlaszlo/data/HttpData.java 
    <BR>M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WEB-INF/lps/server/src/org/openlaszlo/data/XMLGrabber.java<BR>M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WEB-INF/lps/server/src/org/openlaszlo/data/HTTPDataSource.java<BR>M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WEB-INF/lps/server/src/org/openlaszlo/data/DataSource.java<BR><BR><BR><BR>--<BR>Henry 
    Minsky<BR>Software Architect<BR><A 
    href="mailto:hminsky@laszlosystems.com">hminsky@laszlosystems.com</A><BR></BLOCKQUOTE></DIV><BR><BR 
  clear=all><BR>-- <BR>Henry Minsky<BR>Software Architect<BR><A 
  href="mailto:hminsky@laszlosystems.com">hminsky@laszlosystems.com</A><BR><BR></BLOCKQUOTE></BODY></HTML>