Problem to download a file from 2 browsers at the time

2006-06-20 Thread password password
Hello, I have this JSP that download an excel file. It works fine if I use only one browser at the same time. The problem is when I try to do this but from 2 browsers at the same time, (for example in a same computer). From each browser I can download a part of the file but not the c

svn commit: r415547 - /tomcat/connectors/trunk/jni/native/src/network.c

2006-06-20 Thread mturk
Author: mturk Date: Tue Jun 20 00:51:16 2006 New Revision: 415547 URL: http://svn.apache.org/viewvc?rev=415547&view=rev Log: Optimize the send/recv by not restoring the timeout on each call. Modified: tomcat/connectors/trunk/jni/native/src/network.c Modified: tomcat/connectors/trunk/jni/nati

svn commit: r415548 - /tomcat/connectors/trunk/jni/native/src/poll.c

2006-06-20 Thread mturk
Author: mturk Date: Tue Jun 20 00:54:26 2006 New Revision: 415548 URL: http://svn.apache.org/viewvc?rev=415548&view=rev Log: Make sure that the minimum poll timeout is used. This is usable with long pollTimeout setting, by forcing the timeout to the lowest socket remaining timeout. Modified:

svn commit: r415549 - /tomcat/connectors/trunk/jni/native/src/network.c

2006-06-20 Thread mturk
Author: mturk Date: Tue Jun 20 00:56:27 2006 New Revision: 415549 URL: http://svn.apache.org/viewvc?rev=415549&view=rev Log: Ups. Deleted the crucial Revision tag :) Modified: tomcat/connectors/trunk/jni/native/src/network.c Modified: tomcat/connectors/trunk/jni/native/src/network.c URL: ht

DO NOT REPLY [Bug 39834] - JkLogLevel debug causes Segmentation fault

2006-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39821] - JK busy number is abnormal

2006-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r415610 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/Bootstrap.java

2006-06-20 Thread funkman
Author: funkman Date: Tue Jun 20 04:12:30 2006 New Revision: 415610 URL: http://svn.apache.org/viewvc?rev=415610&view=rev Log: Remove JMX warning message since java5 is required Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/Bootstrap.java Modified: tomcat/tc6.0.x/trunk/jav

Re: Problem to download a file from 2 browsers at the time

2006-06-20 Thread Mark Thomas
This question belongs on the users list. See http://tomcat.apache.org/lists.html for more information. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 39844] New: - non-HTTP forward will alway result NullPointerException

2006-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39844] - non-HTTP forward will alway result NullPointerException

2006-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39844] - non-HTTP forward will alway result NullPointerException

2006-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39844] - non-HTTP forward will alway result NullPointerException

2006-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39845] New: - Copy context.xml from exploded war

2006-06-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r415794 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.java

2006-06-20 Thread costin
Author: costin Date: Tue Jun 20 13:43:37 2006 New Revision: 415794 URL: http://svn.apache.org/viewvc?rev=415794&view=rev Log: Direct calls instead of introspection via JMX Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/tc6.0.x/trunk/java/o

svn commit: r415796 - in /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/threads: Expirer.java Reaper.java

2006-06-20 Thread costin
Author: costin Date: Tue Jun 20 13:45:36 2006 New Revision: 415796 URL: http://svn.apache.org/viewvc?rev=415796&view=rev Log: Dead code, nobody seems to be using it. Removed: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/threads/Expirer.java tomcat/tc6.0.x/trunk/java/org/apache/tomcat/

svn commit: r415797 - /tomcat/tc6.0.x/trunk/java/org/apache/coyote/Request.java

2006-06-20 Thread costin
Author: costin Date: Tue Jun 20 13:46:23 2006 New Revision: 415797 URL: http://svn.apache.org/viewvc?rev=415797&view=rev Log: Add a quick comment. Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/Request.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/Request.java URL: http:

svn commit: r415811 [2/2] - in /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/modeler: ./ modules/

2006-06-20 Thread costin
Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/modeler/Registry.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/modeler/Registry.java?rev=415811&r1=415810&r2=415811&view=diff ===

svn commit: r415813 - in /tomcat/sandbox/java/org/apache/tomcat/util/modeler: ./ modules/

2006-06-20 Thread costin
Author: costin Date: Tue Jun 20 14:32:40 2006 New Revision: 415813 URL: http://svn.apache.org/viewvc?rev=415813&view=rev Log: Graduated Removed: tomcat/sandbox/java/org/apache/tomcat/util/modeler/AttributeInfo.java tomcat/sandbox/java/org/apache/tomcat/util/modeler/BaseAttributeFilter.jav

svn commit: r415816 - in /tomcat/sandbox/java/org/apache/tomcat/util: buf/MessageBytes.java loader/Repository.java net/simple/SimpleEndpoint.java

2006-06-20 Thread costin
Author: costin Date: Tue Jun 20 14:38:01 2006 New Revision: 415816 URL: http://svn.apache.org/viewvc?rev=415816&view=rev Log: Cleanup Modified: tomcat/sandbox/java/org/apache/tomcat/util/buf/MessageBytes.java tomcat/sandbox/java/org/apache/tomcat/util/loader/Repository.java tomcat/san

svn commit: r415818 [3/3] - in /tomcat/sandbox: java/org/apache/coyote/servlet/ java/org/apache/coyote/servlet/mapper/ java/org/apache/coyote/servlet/servlets/ java/org/apache/coyote/servlet/util/ jav

2006-06-20 Thread costin
Added: tomcat/sandbox/java/org/apache/coyote/servlet/WebappServletMapper.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/java/org/apache/coyote/servlet/WebappServletMapper.java?rev=415818&view=auto == --- tomcat/sand

svn commit: r415843 - /tomcat/sandbox/java/org/apache/commons/logging/package.html

2006-06-20 Thread costin
Author: costin Date: Tue Jun 20 16:42:23 2006 New Revision: 415843 URL: http://svn.apache.org/viewvc?rev=415843&view=rev Log: simple doc Added: tomcat/sandbox/java/org/apache/commons/logging/package.html Added: tomcat/sandbox/java/org/apache/commons/logging/package.html URL: http://svn.apac

svn commit: r415854 - /tomcat/sandbox/java/org/apache/commons/logging/DirectJDKLog.java

2006-06-20 Thread costin
Author: costin Date: Tue Jun 20 17:53:06 2006 New Revision: 415854 URL: http://svn.apache.org/viewvc?rev=415854&view=rev Log: Cleanup Modified: tomcat/sandbox/java/org/apache/commons/logging/DirectJDKLog.java Modified: tomcat/sandbox/java/org/apache/commons/logging/DirectJDKLog.java URL: ht

using httpclient to login into tomcat with authenication

2006-06-20 Thread Derek Lac
I need to find a way to go into tomcat programmatically and bypassing the form based authentication. I turned on form based authenticated by adding security-constraint in web.xml. As a result of that, I need to type in admin, admin as user name and password to assess a page called hello.jsp

Re: using httpclient to login into tomcat with authenication

2006-06-20 Thread Amila Suriarachchi
hi, first think what happend in formbased authentication 1. first user sends a request to a restricted resource 2. server sends the loging page to broser 3. then user submits a request to j_security_check with user name and password 4. sever sends the initialy requested page to user. so u have to