This is causing problems with any redirects within a struts framework. Consider the following 2 jsp's, deployed within a web-app using the default (root)...
larry_sanderson2000
lsanders@...
Jun 3, 2002 6:31 pm
3154
Hi, I use BASIC authentification in jetty ( versions before 3.1.7 ) But since I upgrade to Jetty 3.1.7, my authentification configuration doesn't work. First I...
nioto_fr
nioto_fr@...
Jun 4, 2002 4:38 pm
3155
I am having a problem with redirects while using Apache as a reverse- proxy. I have done a bit of debugging, and have determined that this is actually an...
larry_sanderson2000
lsanders@...
Jun 4, 2002 8:15 pm
3156
All releases are available on the alternate FTP site. Remember that browsers will remember usernames and passwords and send those for BASIC authentication. No...
What version of Jetty are you using? This has been fixed in the latest Jetty as the following trace shows: [507] telnet localhost 8080 Trying 127.0.0.1... ...
I have reported this to the Apache folks, but have not heard back yet. I think your response only applies to 304 responses (Not Modifieds). I'm more ...
lsanders
lsanders@...
Jun 4, 2002 9:20 pm
3159
MMMmmm right you are. My code is only exempting 304 replies. It should be a simple fix to do, but I need to read the spec again and make sure I don't break...
... send ... contract :-) ... best ... After a little investigation, I found the problem ( bug in SecurityConstraint ). But looking at CVS web , I see that...
nioto_fr
nioto_fr@...
Jun 5, 2002 9:23 am
3161
Larry, I'm going to move cautiously on this one, as RFC2616 says: "All 1xx (informational), 204 (no content), & 304 (not modified) responses MUST NOT include a...
OK, it actually does not look that risky to support. Here is the change that I have made in 4.1.Dx that appears to be working OK. If you could make it on...
Shouldn't the "if (status>=300 && status<400)" logic go in the HTTP1.1 case so that HTTP1.0 and others will be handled as before? In particular, HTTP 1.0...
lsanders
lsanders@...
Jun 5, 2002 4:04 pm
3164
I was looking over the ByteBufferOutputStream code in Jetty 4.0.1. This class creates a 5K buffer on every creation, which happens on every ...
lsanders
lsanders@...
Jun 5, 2002 4:39 pm
3165
I think it is OK, as this code is only for persistent connections. In Http/1.0, persistent connections had to have a content length. So setting a cl of 0...
Certainly! I've just done the first 4.1.x dev release, which is going to be a prettier site to look at if you are interested in internals (none of that horrid...
I am running Jetty 4.0.1 with jre 1.3.1, on Windows XP Prof. I am having a problem with my WAR file and classpaths. I am a newbie converting from JRun. I...
I have submitted my patch to source forge: http://sourceforge.net/tracker/index.php?func=detail&aid=565018&group_id=732 2&atid=307322 ... prettier ... facade ...
lsanders
lsanders@...
Jun 5, 2002 8:10 pm
3169
Hi, What you are trying to do should work fine?!?!? Can you ut together a little helloWorld war file that demonstrates the problem and send it to me. I'll be...
Hi, I installed Jetty with Netview for Solaris 8. Jetty is configured for port 8888 but there is no response from (I assume b/c of this error). libucb.so.1 is...
gsaradzic
gsaradzic@...
Jun 5, 2002 11:07 pm
3171
Hi, Jetty is an open source project, which IBM have used in a commercial product (they did not even tell us). So we don't offer support for netview. ...
Greg, it looks like a 3.1.8 release is a due, these changes have been queued up for a while... + Made SecurityConstraint.addRole() require authentication. +...
Brett Sealey
bretts@...
Jun 5, 2002 11:39 pm
3173
Find out where libucb.so.1 is installed (try /usr/ucblib or /usr/libucb) and add that directory to the end of your LD_LIBRARY_PATH environment variable (colon...
Brett Sealey
bretts@...
Jun 5, 2002 11:49 pm
3174
You can also create a symbolic link to the .so in your "java.library.path". Normally the "java.library.path" is in your jre/lib directory. Dave ... ...
After setting up the test, I realized it was a JSP giving me the error. I still thought that adding a jar to the lib would work, but that doesen't work as I...
Hi , I m using jetty API and i have this exception : 16:35:17.450 DEBUG [SocketListener-4]org.mortbay.util.ThreadPool$JobR unner.run(ThreadPool.java:720)02> +...
yomgosse
xyomguix@...
Jun 6, 2002 4:03 pm
3178
This is a normal event. It is the exception thrown when a connection times out. The debug trace clearly says that the exception has been ignored and it is...
What would cause this stack trace: 2002-06-06 08:13:09,926 WARN [org.jboss.jetty.Jetty] WARNING: Servlet Exception for...
Hunter Hillegas
lists@...
Jun 6, 2002 4:47 pm
3180
Hunter, Sorry but I have no idea what the vagrantController is or why it would be throwing a ServletException??? It is not part of Jetty? I don't think it is...
Sorry, I should have been more clear. vagrantController is mine. I suspect that the script doesn't add tools.jar to the CLASSPATH, which I modified. I think...
Hunter Hillegas
lists@...
Jun 6, 2002 10:30 pm
3182
Hello, I'm using JBoss 3.0 with the integrated Jetty. The web.xml file of my application includes an attribute for an absolute path: file:/.../scripts. This...