Hello, First of all, thanks for this great piece of software. It is really very configureable and versatile, useable in different situations. I'm embedding it...
Florian Xhumari
Florian.Xhumari@...
Sep 1, 1999 5:00 pm
119
It is a good idea to have a null logger in many situations. If you want to have a go at writing it - that would be great as we are pretty task loaded at the...
Greg Wilkins
gregw@...
Sep 1, 1999 10:21 pm
120
That's exactly what we've done as well. The following solution turns of ALL log messages and it seems to work fine. Petr ... ...
Petr Jiricka
petr.jiricka@...
Sep 2, 1999 7:55 am
121
Hello, when looking at the source of com.mortbay.HTTP.Cookies, I found the following code: int maxAge = (int) ...
Petr Jiricka
petr.jiricka@...
Sep 2, 1999 3:59 pm
122
I finally found a machine with IE4 and found out what is going on here. IE4 is sending duplicate headers. During authentication, it sends 2 identical Referer...
Greg Wilkins
gregw@...
Sep 2, 1999 5:12 pm
123
Jetty Release 2.2.6 is now available at http://www.mortbay.com. This is a bug fix release as there were a couple of issues with 2.2.5 I believe most of these...
Greg Wilkins
gregw@...
Sep 5, 1999 10:38 am
124
Release 2.2.7 is available at ftp://ftp.mortbay.com/pub This is an experimental development release for content encoding: Release 2.2.7 - 9 Sep 1999 + Reverted...
Greg Wilkins
gregw@...
Sep 13, 1999 12:37 am
125
A couple of notes from putting together a Win32 makefile for Jetty. 1. We can write makefiles that are dramatically simpler and more efficient by taking...
Preston L. Bannister
preston@...
Sep 15, 1999 7:26 pm
126
... You've got this problem because you're using the Sun JDK 1.1.x compiler. The famous blank final bug. This is fixed in JDK 1.2.x, though actually, the best...
Jonathan Revusky
jrevusky@...
Sep 15, 1999 7:49 pm
127
From: Jonathan Revusky [mailto:jrevusky@...] ... Since one of my targets (OS/390) only has Java 1.1 (1.1.8 currently) it is desirable to be able to build...
Preston L. Bannister
preston@...
Sep 16, 1999 12:37 am
128
Greg, I have some HtmlFilter includes that use getRealPath(). To avoid using the deprecated HttpServletRequest.getRealPath(), I have added the ServletContext...
Kent Johnson
kjohnson@...
Sep 16, 1999 4:17 pm
129
I know I've been neglecting portable building of jetty, as a) I really like my recursive ones that do build, installs and tests for me. They are the best when...
I tried to get it run once, but Kaffe is just missing too much stuff. Jetty uses the odd bit of reflection and Kaffe just does not appear to handle that very...
Greg Wilkins
gregw@...
Sep 18, 1999 4:24 pm
132
In Sun's Java Web Server, we can use servlets to get the client's certificate and verify it, all the processes are based on SSL connection. Protekt and Mortbay...
skedin@...
Sep 20, 1999 1:18 pm
133
... I'll pass this onto the protekt folks at Forge.com.au, as I don't know much about this. I expect that it will not be too difficult to organise once the SSL...
Greg Wilkins
gregw@...
Sep 20, 1999 1:40 pm
134
X509Certificate certChain[] = (X509Certificate[])req.getAttribute("javax.net.ssl.peer_certificates"); if (certChain != null) { for (int i = 0; i <...
Stephen Kuo
skedin@...
Sep 20, 1999 4:05 pm
135
A minor issue: I'd suggest not using tabs in the Jetty sources. No matter what my tab setting, it is bound to be wrong at least part of the time, if the...
Preston L. Bannister
preston@...
Sep 20, 1999 7:13 pm
136
Hello Is there a way to run two servers on the same port. Or does Jetty know the concept of 'virtual servers'? Stephan...
stephan.meier@...
Sep 20, 1999 7:31 pm
137
... No, Jetty does not do virtual servers on the same IP and port. It can do same port and different IP (even if the IP all map to the same interface). It is...
Greg Wilkins
gregw@...
Sep 20, 1999 10:47 pm
138
... MMMmmmm, well in my day, tabs were ALWAYS on 8 space boundares and source was always looked at in fixed width fonts. Good editors will allow shift widths ...
Greg Wilkins
gregw@...
Sep 20, 1999 11:00 pm
139
Having thought about the best way that I can contribute effort and the Jetty source code to the Jakarta project ( and about the best way to use Jakarta...
Greg Wilkins
gregw@...
Sep 22, 1999 10:26 pm
140
The implementation of the javax.* classes that come with Jetty is different than for the JSDK. Is this necessary - do the javax.* classes tie into Jetty's...
Preston L. Bannister
preston@...
Sep 22, 1999 10:26 pm
141
The following Jetty releases are now available at http://www.mortbay.com/ Release 2.3.0A - 22 Sep 1999 + Added GNUJSP 1.0 for the JSP 1.0 API. + Added "Powered...
Greg Wilkins
gregw@...
Sep 22, 1999 10:26 pm
142
... Guess I should mention the reason for asking :). I was trying to import the Jetty sources into IBM's Visual Age for Java, and got conflicts with the JSDK...
Preston L. Bannister
preston@...
Sep 22, 1999 11:54 pm
143
I want to be able to use the Bean tag and the <%@ import = "com.blah.blah" %> directive. Gnujsp usually allows you to define a bean.jar or a repository for...
simon_warrington@...
Sep 23, 1999 6:55 am
144
The HttpRequest.destroy() method nulls out a number of fields in the object to "help the garbage collector". My take on this is that this *might* help out a...
Preston L. Bannister
preston@...
Sep 23, 1999 11:22 am
145
... The destroy method was implemented several months ago as a result of stress testing. Jetty's memory footprint got larger and larger under stress until...
Greg Wilkins
gregw@...
Sep 23, 1999 10:01 pm
146
... I haven't had time to lift the hood on JSP yet, I only wrap it up... you might want to direct this question the the GNUJSP folks. sorry... -- Greg...
Greg Wilkins
gregw@...
Sep 23, 1999 10:24 pm
147
Unfortunatly the release package for 2.3.0A was incorrectly built and did not contain a compiled version of the software. A new package of Jetty-2.3.0A has now...