cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Ajp12Interceptor.java

2000-11-19 Thread nacho
nacho 00/11/19 07:54:29 Modified:src/share/org/apache/tomcat/modules/server Ajp12Interceptor.java Log: Need to recycle the internal http10 of AJP12Response Revision ChangesPath 1.5 +9 -3 jakarta-tomcat/src/share/org/apache/tomcat

Bypassing IIS security

2000-11-19 Thread Nacho
Hola A todos: Lately I'm trying to figure out a way to bypass the basic/digest security handling done by ISS, and so let it be done by tomcat, as it's a pain under IIS as it requires to have the users created at OS level, ( at least i unable to found a way to do that ), but apart from MS

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/helper CookieTools.java

2000-11-19 Thread nacho
nacho 00/11/19 18:09:02 Modified:src/share/org/apache/tomcat/helper CookieTools.java Log: Bad cookie format, needs a space after semicolons Revision ChangesPath 1.6 +10 -10 jakarta-tomcat/src/share/org/apache/tomcat/helper/CookieTools.java Index

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/task ApacheConfig.java StopTomcat.java

2000-11-19 Thread nacho
nacho 00/11/19 18:10:38 Modified:src/share/org/apache/tomcat/task ApacheConfig.java StopTomcat.java Log: Cleaning dependencies related to old packaging Revision ChangesPath 1.22 +4 -4 jakarta-tomcat/src/share/org/apache/tomcat/task

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ContextManager.java

2000-11-19 Thread nacho
nacho 00/11/19 18:12:24 Modified:src/share/org/apache/tomcat/core ContextManager.java Log: Porting patches from tomcat_32 Revision ChangesPath 1.148 +2 -3 jakarta-tomcat/src/share/org/apache/tomcat/core/ContextManager.java Index: ContextManager.java

RE: [Proposal] Tomcat 3.2b8

2000-11-17 Thread Nacho
Hola a todos: cycle (3.2b8) before calling it good. We need to make sure that we didn't introduce any regression errors with all the bug fixes -- and we need to resolve the JSP issues that Larry raised this morning. +1 to 3.2b8 +1 to Larry fix of jasper. I propose to do a 3.2b8

RE: Tomcat3.3

2000-11-17 Thread Nacho
Hola Costin: 1. In the current "main branch", incorporate all the fixes from tomcat3.2, plus fixes for the new bugs. +1 Saludos , Ignacio J. Ortega

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core OutputBuffer.java

2000-11-16 Thread nacho
nacho 00/11/16 08:59:18 Modified:src/share/org/apache/tomcat/core OutputBuffer.java Log: Flushing the byte buffer after a flush of char buffer. Revision ChangesPath 1.9 +6 -4 jakarta-tomcat/src/share/org/apache/tomcat/core/OutputBuffer.java Index

[REPOST]Upgrading Ant 1.1 build xml files to Ant 1.2

2000-11-12 Thread Nacho
(Sorry for the repost i did send an old version that did not take into account includesexcludes inside copydir tasks) Hola a todos: I've attached a xsl stylesheet, to upgrade build files from ant_11 to ant_12, it only takes into account copydir,copyfile and deltree tasks, but is easy to add

cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_ajp12_worker.c jk_ajp13.c jk_ajp13.h jk_ajp13_worker.c jk_connect.c jk_connect.h jk_global.h jk_jni_worker.c jk_lb_worker.c jk_map.c jk_msg_buff.c jk_msg_buff.h jk_pool.h jk_service.h jk_sockbuf.c jk_uri_worker_map.c jk_util.c jk_util.h jk_worker.c

2000-11-10 Thread nacho
nacho 00/11/10 10:48:53 Modified:src/native/mod_jk/apache1.3 Makefile.linux mod_jk.c src/native/mod_jk/common jk_ajp12_worker.c jk_ajp13.c jk_ajp13.h jk_ajp13_worker.c jk_connect.c jk_connect.h jk_global.h jk_jni_worker.c

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves LocalStrings_es.properties

2000-11-10 Thread nacho
nacho 00/11/10 15:50:10 Added: catalina/src/share/org/apache/catalina/valves LocalStrings_es.properties Log: Spanish translation Revision ChangesPath 1.1 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/logger LocalStrings_es.properties

2000-11-10 Thread nacho
nacho 00/11/10 15:52:06 Added: catalina/src/share/org/apache/catalina/logger LocalStrings_es.properties Log: Spanish translation Revision ChangesPath 1.1 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/logger

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/resources LocalStrings_en.properties

2000-11-09 Thread nacho
nacho 00/11/09 14:50:50 Removed: src/share/org/apache/tomcat/resources Tag: tomcat_32 LocalStrings_en.properties Log: * Removing was added as binary to CVS - To unsubscribe, e-mail

More on redirection problems

2000-11-09 Thread Nacho
Hola a todos: After some more research in the issues related to NATs and tomcat standalone, and more reading, i think i have found a real and common problem in tomcat 3.X, that it's not present in Tomcat 4.0 ( this is from a brief reading of the code ). The problem, i think i'd found, is that

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade ServletWrapper.java

2000-11-06 Thread nacho
nacho 00/11/06 07:07:41 Modified:src/facade22/org/apache/tomcat/facade ServletWrapper.java Log: A peformance tip took from tomcat-dev Thanks to Sam Ruby to point out this Revision ChangesPath 1.10 +3 -1 jakarta-tomcat/src/facade22/org/apache/tomcat

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request JDBCRealm.java SimpleRealm.java

2000-11-06 Thread nacho
nacho 00/11/06 07:10:29 Modified:src/share/org/apache/tomcat/request JDBCRealm.java SimpleRealm.java Log: Adapting code to new start order. Revision ChangesPath 1.24 +36 -31 jakarta-tomcat/src/share/org/apache/tomcat/request

Why tomcat 3.x makes redirects (302) absolute ?

2000-11-04 Thread Nacho
Excuse my ignorance, Why tomcat 3.x makes redirects (302) absolute ? It leads to problems with NAT ( at router level ) redirects, and reverse proxys, and it can commented without aparent harm Saludos , Ignacio J. Ortega -

RE: Why tomcat 3.x makes redirects (302) absolute ?

2000-11-04 Thread Nacho
Hola Craig: See servlet 2.2 specification, section 6.3, first complete paragraph. Making the URL absolute is required. It's required when it's used trought the convenience methods (sendRedirect sendError) not when the container send itself a redirect... and this was the reasoning behind

RE: Why tomcat 3.x makes redirects (302) absolute ?

2000-11-04 Thread Nacho
Ohh unpleasure findings ( and i do need to read the damn RFC too :-) Tomcat 3.2 seems to have another bug!!! i've obtained this ( by means of telnet ) from different http servers, after done a GET / in all of them, i obtained This is from IIS 5.0 first finding: How IIS makes this work

RE: JDBCRealm

2000-11-03 Thread Nacho
Hola Paul: I'm the responsible of the presence of JDBCRealm in tomcat 3.x and 4.x from a code contributed by Carson Mc. Donald, FYI. I'm responsible too of any bugs in JDBCRealm, by auto asignation :-), and only maintainer. The initial error is here, and I can't figure out where it comes

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/request JDBCRealm.java SimpleRealm.java

2000-11-01 Thread nacho
nacho 00/11/01 16:38:03 Modified:src/share/org/apache/tomcat/request JDBCRealm.java SimpleRealm.java Log: Adjusting Realms to the new startup order Revision ChangesPath 1.23 +22 -20 jakarta-tomcat/src/share/org/apache/tomcat/request

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/modules/facade22 JspInterceptor.java

2000-11-01 Thread nacho
nacho 00/11/01 16:41:23 Modified:src/facade22/org/apache/tomcat/modules/facade22 JspInterceptor.java Log: Adding some (little mangling) to packagename, bugs in the handling of pages in the root of the context. Revision ChangesPath 1.8

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util SessionIdGenerator.java

2000-11-01 Thread nacho
nacho 00/11/01 16:42:58 Modified:src/share/org/apache/tomcat/util SessionIdGenerator.java Log: XXX Fixing the build quick and dirty need review Revision ChangesPath 1.6 +4 -0 jakarta-tomcat/src/share/org/apache/tomcat/util/SessionIdGenerator.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/context AutoSetup.java

2000-11-01 Thread nacho
nacho 00/11/01 16:43:48 Modified:src/share/org/apache/tomcat/context AutoSetup.java Log: Adapting code to new start order. Revision ChangesPath 1.18 +15 -19 jakarta-tomcat/src/share/org/apache/tomcat/context/AutoSetup.java Index: AutoSetup.java

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ContextManager.java

2000-10-23 Thread Nacho
-tomcat/src/share/org/apache/tomcat/core ContextManager.java nacho 00/10/23 09:55:51 Modified:src/share/org/apache/tomcat/core Tag: tomcat_32 ContextManager.java Log: Allowing to compile under jdk 1.1 Revision ChangesPath

<    1   2   3   4