There is a problem in com.mortbay.HTTP.Filter.HtmlFilter. If an include tag is split across two writes, the static text before the tag is repeated in the...
Kent Johnson
KJohnson@...
Apr 3, 2000 3:46 pm
328
Hi, I just started using the translate handler class and either there is something I don't understand about it or there is a bug. We are basically just...
Jonathan Revusky
jrevusky@...
Apr 3, 2000 5:03 pm
329
I have a fix for insertSplit at least, but I have not tried the other cases, but I think it fixes all of them: HtmlFilter: 189 case 3: // Got an = // write...
Greg Wilkins
gregw@...
Apr 5, 2000 12:25 am
330
Jonathon, the query params are extracted before the translate handler is called, so it can't be used to inject new parameters. It is difficult to make that...
Greg Wilkins
gregw@...
Apr 5, 2000 12:36 am
331
... This fixes insertSplit but not lessThanTagSplit1. com.mortbay.HTTP.Filter.HtmlFilter : lessThanTagSplit1 - FAIL at ...
Kent Johnson
KJohnson@...
Apr 5, 2000 1:38 pm
332
Sorry to do this bit by bit... but here is a fix that fixes your other test case: HtmlFilter.java:175 case 0: // Normal text end=i; // If we are sitting on...
Greg Wilkins
gregw@...
Apr 5, 2000 11:10 pm
333
Jetty 3 development has been pretty much stalled over the last few months. But as I've stopped my global roaming and will soon have a desk, machine, internet...
Greg Wilkins
gregw@...
Apr 6, 2000 4:37 pm
334
... Well, I guess you're calling for opinions. First of all, let me say that I've used jetty in projects in 2 different companies as a kind of way of providing...
Jonathan Revusky
jrevusky@...
Apr 7, 2000 12:31 am
335
... I don't agree with you. If you glance at server benchmark. I mean volano at http://www.volano.com/benchmarks.html You will found that JDK 1.1.8 from IBM is...
Vitaly Lipovetsky
vit@...
Apr 7, 2000 6:18 am
336
Hi, I've just installed Jetty3.0.A5 and got it running under Java 1.3/Forte (replacing the collections package with java.util). I mailed the sources to...
Hartmut Benz (EMN)
hartmut.benz@...
Apr 7, 2000 7:14 am
337
... There is a collections1_1.zip This is an implementation 1.2 collections for 1.1 You can download it from www.sun.com somewhere from at infobus pages So I...
Vitaly Lipovetsky
vit@...
Apr 7, 2000 7:35 am
338
Well, on IBM OS/390 they won't be on 1.2 until late this year. Also IBM's 1.1.8 JDK on Win32 and Linux performs *very* well. Perhaps better than available 1.2...
Preston L. Bannister
preston@...
Apr 7, 2000 7:47 am
339
... I know the JDK 1.1.8 is very fast. But, on linux, if you use the borland JIT compiler available freely downloadable from their site, there's not so much ...
Jonathan Revusky
jrevusky@...
Apr 7, 2000 11:49 am
340
So there are a few opinions for and against, but the one that does it for me is that Kent can't go 1.2 for a while. Jetty would be about half as fast and...
Greg Wilkins
gregw@...
Apr 7, 2000 3:57 pm
341
Is it possible to upgrade Jetty 2 to Servlets 2.2 spec ? I tried to move my servlets from LiteWebServer to jetty2 and got a lot of problems. For example: using...
Vitaly Lipovetsky
vit@...
Apr 9, 2000 10:00 am
342
Jetty2 will never run the servlet 2.2 spec. There is too much history in Jetty2 to run HTTP/1.1 and 2.2 efficiently. I'm currently developing Jetty3, which...
Greg Wilkins
gregw@...
Apr 9, 2000 12:58 pm
343
... Will Jetty3 with tomcat 2.2 support SSL and auto-reloading servlets ? ... -- My best regards, Vitaly Lipovetsky. Deputy head of IT division First Ukrainian...
Vitaly Lipovetsky
vit@...
Apr 9, 2000 2:23 pm
344
... It will support SSL in a similar way that Jetty2 supports SSL, ie it will come with some adaptor classes that make it work with SSL packages from other...
Greg Wilkins
gregw@...
Apr 9, 2000 3:13 pm
345
Two new releases of Jetty are now available via http://www.mortbay.com Release 2.4.1: This is a stabilization release of Jetty 2: Release 2.4.1 - 9th April...
Greg Wilkins
gregw@...
Apr 9, 2000 3:43 pm
346
Firstable say that we had modified the class JavaEmitter (jsp1.0) because the jsp class generated have an out.close() that makes impossible to build a jsp that...
rafael.posse@...
Apr 10, 2000 7:44 pm
347
Will Jetty3 work with tomact either via TCP/IP or simply calling tomcat object methods ? -- My best regards, Vitaly Lipovetsky. Deputy head of IT division ...
Vitaly Lipovetsky
vit@...
Apr 10, 2000 8:49 pm
348
We have a system based on Jetty 2.1.5 which currently run on a customer installation behind an Apache with mod_proxy. We get complaints that a lot of the...
Jesper Jorgensen
jesper@...
Apr 10, 2000 9:31 pm
349
Hopefully in about a month.... (see Jetty 3). ... ===== -- Greg Wilkins <gregw@...> Mort Bay Consulting Australia and UK. GB Phone:...
Greg Wilkins
gregw@...
Apr 11, 2000 1:19 pm
350
I have a JSP who includes another JSP with params. I want to know the value of the param using the request.getParameterValues method and it returns null, but...
Rafael Posse
rafael.posse@...
Apr 12, 2000 8:44 pm
351
I think this is a bug in include... I'll have a look and try to get a patch out in the next few days. cheers ... -- Greg Wilkins<gregw@...>...
Greg Wilkins
gregw@...
Apr 12, 2000 10:17 pm
352
Hi all, To introduce myself,I am a developer working at Oracle Corporation -currently trying to configure your RocketJSP engine(1.0beta) onto Jetty 2.2.8. I am...
Balaji Natarajan
bnataraj@...
Apr 13, 2000 2:10 pm
353
Thanks for the request dispatcher fix, I'll inlcude it in the next release. However you may want to contact the GNUJSP folks so that the out.close() does not...
Greg Wilkins
gregw@...
Apr 13, 2000 6:40 pm
354
Here are some fixes for the RequestDispatcher that fix the nested include problem and the multivalued param problem that Rafael has found. You can test then in...
Greg Wilkins
gregw@...
Apr 15, 2000 12:22 pm
355
Here's my wish list for logging from Jetty: - Log to the console or a file (or maybe both at the same time?) - Start a new log file each day - Maybe purge old...
Kent Johnson
KJohnson@...
Apr 20, 2000 6:24 pm
356
I can offer my classes to do logging in such a way. Look at attach sources. I does everything what you need. ... -- My best regards, Vitaly Lipovetsky. Deputy...