Hey Greg, I've been working with the compressionFilter (the one included in Jetty/demo/examples) and noticed that the Content-Encoding header set in the ...
!%*&£$$$$@@@@!***!!!!!!! These filters have $%*&"!ed so many things up! I think you are right - we can now assume that processing is over when the service...
... My sentiments exactly!!! I would also add #######!!! ... I think I see what you're saying here... flushing the wrapped outputstream, in this case the...
... All filters have finished executing BEFORE the service method even gets called. However they work by adding all sorts of "wonderful" side effects to the...
I have committed a "fix" to CVS. The ServletHandler now does: if (!httpResponse.isCommitted() && response.isWrapped()) response.getWrapper().flushBuffer(); ...
Hello, Looks like my previous message was deleted from the message board. anyway just retrying my question which was:- I use the jetty.bat to start the jetty...
chc_225
chc_225@...
Mar 3, 2002 4:52 pm
2974
Please visit http://ejen.sourceforge.net for detailed informations, demonstrations and downloads. Introduction ... The Ejen program is a text generation system...
Now you can learn the secrets which use the most powerful system (MARKETING) and the most powerful tool (INTERNET), to make at least $5000 A WEEK. This system...
Larry
lschmitzs2s@...
Mar 4, 2002 4:03 am
2977
Yes, There are two mechanisms that can be used at the moment. You can set a header Transfer-Encoding: gzip and Jetty will take care of the compression for you....
... I use Jetty 4 on Win2K. It will do an orderly shutdown by either control-C in the DOS window, or just closing the window. See if that works for you... Kent...
Hey Greg, Ok, here's my example (attached) I'm sure it's got some environment-specific stuff in there but here's a quick rundown: *jtest - top-level directory...
OK, I think I have fixed this one now also. Filters are HORRID! so many wrappers that wrap other wrappers.... We are passing watchdog and your test case now....
Hey Greg, I updated my CVS tree after your changes this weekend and re-ran some tests. The simple tests worked great! However, I'm now encountering a new ...
Ouch - this ones a doozie! After you do a forward, the container is meant to disable the outputStream (or writer), so that no more output can be sent from the...
Hey Greg, Thanks for the amazingly stupendously fast turnaround! u da man. Regarding the ContentEncodingHandler; is this the handler that gets enabled if...
Hi, Im trying to port an application I wrote which emulated various responses for a third-party custom web server. I built a micro-web server and handled the...
... Ta. Can't have outstanding bugs when I'm upstanding at JavaOne :-) ... OK - here is how it works, but with a swipe at the servlet spec first. Jetty has...
Release Candidate 1 of Jetty 4.0 is now available via jetty.mortbay.org Jetty 4 implements the 2.3 servlet spec and represent a large step forward in features...
Hello, I have downloaded Jetty RC1 and tried running my apps with the updated JARs. When starting the server I get a lot of exceptions about elements in my...
I have to add that I read the note about the XML parser being validating by default. I simply do a addWebApplication and do not explicitly employ any XML...
4.0.RC1 has XML validation turned on by default. This can be turned off with java -Dorg.mortbay.xml.XmlParser.NotValidating=true ... but it would be better for...