<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: LZ77 JavaScript Compressor Reloaded</title>
	<atom:link href="http://java2script.org/blog/2006/09/03/lz77-javascript-compressor-reloaded/feed/" rel="self" type="application/rss+xml" />
	<link>http://java2script.org/blog/2006/09/03/lz77-javascript-compressor-reloaded/</link>
	<description>Reusing existed Java codes into JavaScripts</description>
	<pubDate>Sat, 22 Nov 2008 00:24:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Zhou Renjian</title>
		<link>http://java2script.org/blog/2006/09/03/lz77-javascript-compressor-reloaded/#comment-344</link>
		<dc:creator>Zhou Renjian</dc:creator>
		<pubDate>Thu, 07 Sep 2006 14:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://j2s.sourceforge.net/blog/2006/09/03/lz77-javascript-compressor-reloaded/#comment-344</guid>
		<description>Hi Bart,

Thanks for pointing out the bug. It's a bug of client side code.

The client does not encode the JavaScript source before sending to server, so the server does not get the correct JavaScript source and won't return correct compressed JavaScript.

Now the bug is fixed.</description>
		<content:encoded><![CDATA[<p>Hi Bart,</p>
<p>Thanks for pointing out the bug. It&#8217;s a bug of client side code.</p>
<p>The client does not encode the JavaScript source before sending to server, so the server does not get the correct JavaScript source and won&#8217;t return correct compressed JavaScript.</p>
<p>Now the bug is fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart Guijt</title>
		<link>http://java2script.org/blog/2006/09/03/lz77-javascript-compressor-reloaded/#comment-342</link>
		<dc:creator>Bart Guijt</dc:creator>
		<pubDate>Wed, 06 Sep 2006 15:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://j2s.sourceforge.net/blog/2006/09/03/lz77-javascript-compressor-reloaded/#comment-342</guid>
		<description>Hi,

I tried the compressor (interesting way to compress code!) and stumbled upon the following bug: The compression halts at an occurrance of '&#38;&#38;' in the sourcefile.

I don't know whether it is because of the webpage or the servlet, but I figured you might be interested to know ;-)

Ciao,
Bart</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried the compressor (interesting way to compress code!) and stumbled upon the following bug: The compression halts at an occurrance of &#8216;&amp;&amp;&#8217; in the sourcefile.</p>
<p>I don&#8217;t know whether it is because of the webpage or the servlet, but I figured you might be interested to know <img src='http://java2script.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Ciao,<br />
Bart</p>
]]></content:encoded>
	</item>
</channel>
</rss>
