Seems like a decent idea, sorry to see a lack of response on that. -Cris...
Cris Perdue
cris@...
Mar 3, 2001 6:50 am
1288
Hi Greg et al, We are using Jetty 3.0.2 on Windows NT. Unfortunately the fact that it is case sensitive has caused us a lot of headaches as us NT guys (unlike...
Shimon Crown
shimon.crown@...
Mar 4, 2001 8:18 am
1289
Shimon, I hear what you are saying and I'm sure that this case sensitivity is a big pain for you NT guys. However, I don't really see there is much I can do...
Greg Wilkins
gregw@...
Mar 4, 2001 10:45 am
1290
Larry, I'm not sure what you are asking? Have you looked at the info on http://jetty.mortbay.com or run the demo? Both of these contain an overview of...
Greg Wilkins
gregw@...
Mar 4, 2001 11:06 am
1291
Nuno, I have CC'd this to jetty-discuss, as any security design changes should be discussed there. Can you explain a little what the intent of your...
Greg Wilkins
gregw@...
Mar 4, 2001 11:36 am
1292
Greg, Well at least I have good reasoning for your decision. ... much ... described. ... The log showed nothing. I suppose the only thing you could do is to...
Shimon Crown
shimon.crown@...
Mar 4, 2001 12:26 pm
1293
I thought Enhydra already had a HTTP server? But if not, (or even if), I'd support any integration - but have no time to do this myself. cheers ... -- Greg...
Greg Wilkins
gregw@...
Mar 4, 2001 12:42 pm
1294
... The problem is that I have a centralized place where I determine which permissions are granted to which code (depending on its codesource that includes...
Nuno PreguiƧa
nmp@...
Mar 4, 2001 1:33 pm
1295
Well there has always been the jar inside a war problem, now it looks like there is a class inside a war problem :-) I guess you could put your code in a...
Greg Wilkins
gregw@...
Mar 4, 2001 2:21 pm
1296
i'm interested in having an ntlm authentication handler for jetty. so, my first question is, has anybody done this yet? if the answer to that question is no,...
Kevin Seguin
seguin@...
Mar 4, 2001 4:55 pm
1297
... Kevin, An NTLM handler would be a good addition to Jetty, at least as a contrib module if not part of the main release. The first thing to do is have a...
Greg Wilkins
gregw@...
Mar 4, 2001 6:26 pm
1298
Hello, We are using jetty2.4.4. as our web server and we are having problems with files mappings we managed to block access to directories using the...
Svetlana Sternberg
svetlana_sternberg@...
Mar 5, 2001 7:21 am
1299
Hy how can we specificate the page that the user received after failing to pass user authentication (login dialog).Currently after 3 attempts the user gets a...
Svetlana Sternberg
svetlana_sternberg@...
Mar 5, 2001 8:19 am
1300
Hy how can we specificate the page that the user received after failing to pass user authentication (login dialog).Currently after 3 attempts the user gets a...
Svetlana Sternberg
svetlana_sternberg@...
Mar 5, 2001 8:19 am
1301
You can include a body with an unauthorized response, which the browswer should display after giving up on authenticating (IE has a bug where the body must be...
Greg Wilkins
gregw@...
Mar 5, 2001 8:34 am
1302
is there a way to add handlers (filter) to a context so that all requests will go through that handler/filter? basically, what i want to be able to do is add a...
Kevin Seguin
seguin@...
Mar 7, 2001 1:03 am
1303
Kevin, Yes it is possible to add handlers to a context. In fact all Jetty handling is done by handlers that are added to contexts: SecurityHandler ...
Greg Wilkins
grwilkin@...
Mar 7, 2001 11:28 am
1304
Thank you so much for your prompt response which solved the problem. I have another question: Currently I check if user credentials equals NULL. Now when the...
Svetlana Sternberg
svetlana_sternberg@...
Mar 8, 2001 1:57 pm
1305
I don't think this can be done?? The browser can either send a request with credentials or without. The server can't tell or know what events cause the...
Greg Wilkins
grwilkin@...
Mar 8, 2001 2:23 pm
1307
In case of Caucho Technology's Resin servlet container, Once JSP code initialized we can find it's servlet version in %Resin_HOME%\work\_jsp directory. So in...
sugar999@...
Mar 9, 2001 8:50 am
1308
Jetty uses the contexts temp directory to write the JSPs into. I can't remember off hand what the context attribute is, but by default Jetty uses whatever the...
Greg Wilkins
grwilkin@...
Mar 9, 2001 9:31 am
1309
... code ... Looks like the system property's name is "java.io.tmpdir" -- Jetty's JSP-rendered classes will be in a subdir thereof. James...
jlrobins@...
Mar 10, 2001 1:12 am
1310
hi there, this is a detailed description of the planned CVS modifications to integrate SASL in future distributions of Jetty, if it is to proceed. the object...
Raif S. Naffah
raif@...
Mar 11, 2001 12:41 am
1311
I found a reference to how some of the other servlet engines handle clustering / failover, in the guise of a chapter in the upcoming Jason Hunter book Java...
jlrobins@...
Mar 11, 2001 3:47 pm
1312
A very quick reply to a few things from memory (until I get my dev machine back on Tuesday). ... Why do you need to specialize handleConnection? SocketListener...
Greg Wilkins
gregw@...
Mar 11, 2001 9:31 pm
1313
Is it possible to add a servlet with a Class instance instead of class name? Ideally, the HandlerContext class would support a method like this... public...
Kent Johnson
kent@...
Mar 12, 2001 10:32 pm
1314
Cool, another Kent Johnson using Jetty! Kent Johnson Transparent Language, Inc. kjohnson@... http://www.transparent.com...
Kent Johnson
KJohnson@...
Mar 12, 2001 10:59 pm
1315
Will the real Kent Johnson please stand up!!! Kent2, Adding a handler by class instance may well be possible with some minor code changes, but it is not...
Greg Wilkins
gregw@...
Mar 12, 2001 11:15 pm
1316
I was just wondering if there is tool available that automates the configuration process?...
dnthomas
dnthomas@...
Mar 13, 2001 4:06 am
1317
... Unfortunately no. However there are probably tools available to help you create the standard web.xml files, which can be the majority of configuration. ...