Paul, We are now using the jasper derived JSP servlet from Glassfish. this is definitely going in the right direction with regards to dependencies: tomcat...
Greg Wilkins
jetty-discuss@...
Sep 1, 2006 7:20 am
8049
All, I have pulled a jetty-6.0.0 branch in svn: http://svn.jetty.codehaus.org/jetty/jetty/branches/jetty-6.0.0 It does not have the experimental sslEngine and...
Greg Wilkins
jetty-discuss@...
Sep 1, 2006 7:47 am
8050
Hi Greg, are there any plans to provide integration with JBoss? I looked at the Jetty 6 archives and it seems to be missing. Thanks, Peter ... To:...
jetty-discuss@...
Sep 1, 2006 8:21 am
8051
OK. Thanks :-) Glad to hear that. I will try to volunteer. ... To: "Discussion for Jetty development." <jetty-discuss@...> From: Jan Bartel...
[ http://jira.codehaus.org/browse/JETTY-105?page=all ] ... Assignee: Greg Wilkins ... -- This message is automatically generated by JIRA. - If you think it was...
Greg Wilkins (JIRA)
jetty-discuss@...
Sep 1, 2006 2:24 pm
8054
[ http://jira.codehaus.org/browse/JETTY-105?page=comments#action_73892 ] ... Well, Jetty certainly uses the unwrapped requests when sendError is called. ...
Greg Wilkins (JIRA)
jetty-discuss@...
Sep 1, 2006 2:30 pm
8055
[ http://jira.codehaus.org/browse/JETTY-105?page=comments#action_73893 ] ... Tomcat and Sun Java Application Server invoke error page mechanism outside the...
Marat Radchenko (JIRA)
jetty-discuss@...
Sep 1, 2006 2:35 pm
8056
[ http://jira.codehaus.org/browse/JETTY-105?page=comments#action_73895 ] ... Same issue in Resin: http://bugs.caucho.com/view.php?id=1325 ... -- This message...
Marat Radchenko (JIRA)
jetty-discuss@...
Sep 1, 2006 3:09 pm
8057
Hi, Let me try and explain again. In my application, when user make a HTTP request from their web browser, I have a filter to obtain http session id and...
Y
jetty-discuss@...
Sep 2, 2006 8:06 am
8058
Jetty release candidate 6.0.0rc3 is now available via http://jetty.mortbay.org This release contains minor cleanups of the build process and some error...
Nik, firstly, I have CC'd this to the jetty-discuss list so it can be an open discussion and others can contribute. I just want to go over the tasks that I see...
I haven't verified this myself, BUT was told that one can exploit an XSS attack through Jetty's error pages. This is much likely the XSS on Google: -...
Pier Fumagalli
jetty-discuss@...
Sep 3, 2006 11:21 am
8061
Pier, I can't actually see how this can be exploited directly with Jetty - but best to be safe than sorry - so I have set the charset of the error pages in...
I'm checking back with the people here @ work who actually found this issue to see what's going on exactly, it got me quite puzzled as well (too much info to...
Pier Fumagalli
jetty-discuss@...
Sep 3, 2006 11:45 pm
8064
Session Dump example produces an exception with 6.0.0rc3 ... Key: JETTY-107 URL: http://jira.codehaus.org/browse/JETTY-107 Project: Jetty Issue Type: Bug ...
Russell Howe (JIRA)
jetty-discuss@...
Sep 4, 2006 10:29 am
8065
... Greg, I'm still having problems to reproduce (my IE6 doesn't show any anomaly), but those are a couple of examples using jetty.mortbay.org.... Dunno, I'm...
Pier Fumagalli
jetty-discuss@...
Sep 4, 2006 11:55 am
8066
[ http://jira.codehaus.org/browse/JETTY-107?page=all ] Greg Wilkins resolved JETTY-107. ... Resolution: Fixed Fix Version/s: 6.0.0 the servlet has and...
Greg Wilkins (JIRA)
jetty-discuss@...
Sep 4, 2006 12:14 pm
8067
Pier, I have now updated to the jetty.mortbay.org site to run on the latest version with what I hope is the fix for this.... namely that the content type is...
Greg Wilkins
jetty-discuss@...
Sep 4, 2006 1:07 pm
8068
Y, I believe the problem maybe that you have setSecureCookies(true) set on your session manager. What version of jetty are you using? A secure cookie that is...
Salut, I've updated the Grizzly implementation, which now mostly match the current Jetty default connector performance (very simple throughput test). I've...
Jeanfrancois Arcand
jetty-discuss@...
Sep 6, 2006 12:16 am
8071
Class WebAppContext.WebAppErrorHandler - - can it be made an outer class please ? I'd like to use it outside of a WAR file application and it's presently tied...
Paul Hammant
jetty-discuss@...
Sep 6, 2006 7:20 am
8072
Hello, I am trying to get the same behaviour as I had with JBoss (using jboss-web.xml) when I define for each web application a context path (often "/") and...
Kamal El Bedraoui
jetty-discuss@...
Sep 6, 2006 7:51 am
8073
Hi, I have a problem regarding file locking when using the Maven jetty plugin under Windows. Here is how to reproduce this error: 1) Extract an Example...
Pawlowicz, Jakub
jetty-discuss@...
Sep 6, 2006 9:53 am
8074
Hi Jakub, On your webdefault.xml, try changing the useFileMappedBuffer to false. <init-param> <param-name>useFileMappedBuffer</param-name> ...
David Yu
jetty-discuss@...
Sep 6, 2006 10:02 am
8075
Hi David! Did you mean <context-param>, because I don't know where to put the code you've sent? Could you please send me an example of webdefault.xml? BTW is...
Pawlowicz, Jakub
jetty-discuss@...
Sep 6, 2006 10:43 am
8076
Hi Jakub, Since you are using jetty6 rc3, the webdefault.xml can be found on JETTY_HOME/etc/ directory. By default, useFileMappedBuffer is set to true. Just...
David Yu
jetty-discuss@...
Sep 6, 2006 10:56 am
8077
Thanks for your help, David! That did the trick. Keep up the great work! Regards, Jakub Pawlowicz ________________________________ From:...