Hmm, well that's not really what I'm talking about, but we<br>ought to look into that. <br><br> Where would I be able to see what<br>"svn-get-source" is doing? Is that a shell function, or ant target, or something?
<br><br><br><br><div><span class="gmail_quote">On 10/31/07, <b class="gmail_sendername">Mamye Kratt</b> <<a href="mailto:mamye@laszlosystems.com">mamye@laszlosystems.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff">
<div><font face="Arial">The svn error is below:</font></div>
<div><font face="Arial"></font> </div>
<div>
<div>
<div>On Oct 22, 2007, at 3:04 PM, Mamye Kratt wrote:</div><br>
<blockquote type="cite"><span style="word-spacing: 0px; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; border-spacing: 0px;">
<div><font face="Arial"><span style="font-family: Arial;">svn-get-source:</span></font></div>
<div><font face="Arial"><span style="font-family: Arial;"> [exec] svn: REPORT request
failed on '/!svn/vcc/default'</span></font></div>
<div><font face="Arial"><span style="font-family: Arial;"> [exec] svn: REPORT of
'/!svn/vcc/default': Could not read chunk size: Connection was closed by
server. (<a href="http://svn.openlaszlo.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://svn.openlaszlo.org</a>)</span></font></div>
<div><br> </div>
<div> </div></span></blockquote></div></div>
<blockquote style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;"><span class="q">
<div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">----- Original Message ----- </div>
<div style="background: rgb(228, 228, 228) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">
<b>From:</b>
<a title="henry.minsky@gmail.com" href="mailto:henry.minsky@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Henry
Minsky</a> </div>
<div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>To:</b> <a title="max@openlaszlo.org" href="mailto:max@openlaszlo.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Max Carlson</a> ; <a title="laszlo-dev@openlaszlo.org" href="mailto:laszlo-dev@openlaszlo.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Laszlo-dev bug reporting</a> </div></span><div><span class="e" id="q_115f7177149d1481_2">
<div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Sent:</b> Wednesday, October 31, 2007 8:07
AM</div>
<div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><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.
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> <<a href="mailto:henry.minsky@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">henry.minsky@gmail.com</a>>
wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Change
20071028-hqm-6 by hqm@IBM-2E06404CB67 on 2007-10-28 20:42:12
EDT<br> in
/cygdrive/c/users/hqm/openlaszlo/trunk<br> for <a href="http://svn.openlaszlo.org/openlaszlo/trunk" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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 WEB-INF/lib/xpp3-1.1.3.4d_b4.jar<br>A WEB-INF/lib/xpp3-1.1.4c.jar<br>M WEB-INF/lps/lfc/kernel/swf/LzLoadQueue.as
<br>A WEB-INF/lps/server/src/org/openlaszlo/data/HttpData.java
<br>M WEB-INF/lps/server/src/org/openlaszlo/data/XMLGrabber.java<br>M WEB-INF/lps/server/src/org/openlaszlo/data/HTTPDataSource.java<br>M 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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">hminsky@laszlosystems.com</a><br><br></span></div></blockquote>
</div>
</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>