Klaus Spd has sent me the following adaption of the JSERV SSI servlet for Jetty. Note that he had to do a fair bit of work to get around the differences...
Greg Wilkins
gregw@...
Aug 3, 1999 8:06 am
88
I know that the servlet 2.2 specification is only in public review but are there any plans for implementing this specification in Jetty ? I read it and it...
Jesper Jørgensen
jesper@...
Aug 3, 1999 8:13 am
89
... Yes there are. The way forward on this is to use the output of the Jakarta project at http://java.apache.org. I have been getting a little involved...
Greg Wilkins
gregw@...
Aug 3, 1999 10:13 am
90
On second thoughts - I did not include this SSI handler in the release that just went out (2.2.4). Problem is that getServlet(String) was removed for security...
Greg Wilkins
gregw@...
Aug 3, 1999 10:33 am
91
Release 2.2.4 of Jetty is now available at http://www.mortbay.com This is a minor bug fix release: Release 2.2.4 - 2 Aug 1999 + HtmlFilter blanks...
Greg Wilkins
gregw@...
Aug 3, 1999 10:51 am
92
<37a6c56c.b72213d-@...> wrote: original article:http://www.egroups.com/group/jetty-discuss/?start=90 ... this is probably a good idea anyway. but...
klausspd@...
Aug 3, 1999 4:03 pm
93
I'm back to working with JSP (via GNUJSP per 0.92 spec since Jakart is an unknown) and find an interesting behavior under Java 1.2. I strongly suspect it is...
Doyle Davidson
ddavidso@...
Aug 9, 1999 6:39 pm
94
Is anyone using Jetty for a standalone server in an Intranet setting? I would like to use it for some Database applications and am curious if it can perform...
david.bryson@...
Aug 9, 1999 10:06 pm
95
Just a quick note to voice my current thoughts on the future of Jetty, Jakarta, JSP etc. Despite the carry on in the Jakarta mailing lists, I'm still sure that...
Greg Wilkins
gregw@...
Aug 10, 1999 12:22 am
96
... What do you mean Jakart is unknown??? - Who gave you the ego to change the name of the project like that. IT IS CALLED Jakarta!!!! (Sorry - just a joke for...
Greg Wilkins
gregw@...
Aug 10, 1999 12:56 am
97
... I'd say that Jetty was more often than not used in an Intranet setting. It's original incarnation was as a bug/task traking system and was used by several...
Greg Wilkins
gregw@...
Aug 10, 1999 1:18 am
98
... Actually, it is not "ego" that permits me to do that, just my "eg" :-) ... Yes, using "builtin-javac" (I think that's right) fixed the problem. I dove ...
Doyle Davidson
ddavidso@...
Aug 10, 1999 12:54 pm
99
Thanks, Greg, for the new FilterHandler and HtmlFilter! They almost work :-) HtmlFilter.activate() has to set the Expires header, too. Following is the...
Kent Johnson
kjohnson@...
Aug 12, 1999 7:10 pm
100
Discovered that when a servlet rethrows an exception using the ServletException: catch ( Exception ex ) { throw new ServletException( ex ); } The...
Doyle Davidson
ddavidso@...
Aug 18, 1999 7:21 pm
101
Jetty release 2.2.5 is now available at http://www.mortbay.com This is a minor bug fix release. Release 2.2.5 - 19 Aug 1999 + Fixed bug with closing...
Greg Wilkins
gregw@...
Aug 19, 1999 10:58 pm
102
Greg, Thanks for jumping on the ServletException handling, but you were rather too enthusiastic. I think I can get by with only one copy of the stack trace in...
Doyle Davidson
ddavidso@...
Aug 20, 1999 1:18 pm
103
The PRP file loaded by HTTP.Server cannot be edited while Jetty is running. Maybe the file is been kept open longer than needed? Also, the JSDK 2.2 changed the...
Juancarlo Añez
juancarlo@...
Aug 20, 1999 1:35 pm
104
It would be great to have the ability to reference other properties within property values. For example: config : ./etc main.root.File.PROPERTIES :...
Juancarlo Añez
juancarlo@...
Aug 20, 1999 1:35 pm
105
Greetings, my environment: NT 4.0, jdk1.1.8, gnjsp-1.04a, jetty 2.2.5 Problem1: Basic authentication doesn't work with IE 4.0 - I have only tested with IE 4.0...
Dr. Heinrich Abele
abele@...
Aug 20, 1999 4:45 pm
106
... DOH! All work and no play makes Greg's quality control go out the window! It looks like a few other issues have surfaced, so another release is not far...
Greg Wilkins
gregw@...
Aug 20, 1999 11:08 pm
107
... OK, this should be simple to fix. ... Each increment of the JSDK has diluted any pleasure with a fair bit of pain. I think I might add to my previously...
Greg Wilkins
gregw@...
Aug 20, 1999 11:13 pm
108
... This is a good idea, I have worked with config files like this before and found it a very powerful construct (albeit a little confusing sometimes). I'll...
Greg Wilkins
gregw@...
Aug 20, 1999 11:23 pm
109
Greg, I agree that XML should be the way to go, eventually. XML is a meta language, so everything in Jetty's current implementation of property trees should...
Juancarlo Añez
juancarlo@...
Aug 20, 1999 11:39 pm
110
BTW, what I'm trying to acheive is having each host name have its resources loaded from a different set of directories without too much property file work. I'm...
Juancarlo Añez
juancarlo@...
Aug 20, 1999 11:42 pm
111
... I have not had a chance to reproduce this yet, as I don't have easy access to IE4.0, but will try to get to a machine in the next few days. [To discuss...
I just started using Jetty and servlets. I was expecting Servlet.destroy() to be called when the server exits. The Jetty sources appears to indicate that...
Patrick Logan
patrickdlogan@...
Aug 26, 1999 7:19 pm
114
Why does request.getParameterNames() include "JettySessionId" as one of the keys (the value is "bxusbijl") when I have a session? My URL doesn't contain it so...
Doyle Davidson
ddavidso@...
Aug 26, 1999 9:26 pm
115
... The reason for this is that I'm a lazy so-in-so and that I hope that system.exit() will cure all my lost resources:-) But a good point and this will be...
Greg Wilkins
gregw@...
Aug 26, 1999 10:22 pm
116
... Ah, this is a little bit of Jetty history showing through (and a current bug!). The original sessions in Jetty predated the servlet API for them, so Jetty ...