Re: whitespace jsp stripper, gzip encoding

2001-05-07 Thread Craig R. McClanahan
On Mon, 7 May 2001, Matt Jones wrote: > Hi all, > This is my first message to this list. I made a mod to > my copy of CharDataGenerator.java in the jsp engine > that condenses whitespace, making the generated jsp > code and the html that's sent to the client smaller. I > think this might be som

whitespace jsp stripper, gzip encoding

2001-05-07 Thread Matt Jones
Hi all, This is my first message to this list. I made a mod to my copy of CharDataGenerator.java in the jsp engine that condenses whitespace, making the generated jsp code and the html that's sent to the client smaller. I think this might be something other people might like, and am wondering what