[google-appengine] Re: Total Files Limit (3000) and Zip/Unzip solution

2010-10-21 Thread MasterGaurav
And now, added support for "If-None-Match" and "ETag" as well. Spawned a new project at Github - http://github.com/gvaish/gae-utils As before, any critics, feedback, inputs and bugs/issues are more than welcome :) -Gaurav http://www.mastergaurav.com On Oct 21, 5:09 pm, MasterGaurav wrote: >

[google-appengine] Re: Total Files Limit (3000) and Zip/Unzip solution

2010-10-21 Thread MasterGaurav
Hi Stephen, Great catch! Here's the updated code: --- if(req.getHeader("If-Modified-Since") != null) { long entryTime = entry.getTime(); String rawDate = req.getHeader("If-Modified-Since");

[google-appengine] Re: Total Files Limit (3000) and Zip/Unzip solution

2010-10-21 Thread Stephen
On Oct 21, 8:43 am, MasterGaurav wrote: > Hi, > > I have put up an updated Unzippper servlet to serve static files > (actually based > onhttp://code.google.com/p/googleappengine/issues/detail?id=161#c68)... > just in case you are looking for a solution. > > http://code.google.com/p/googleappeng