cvs commit: jakarta-tomcat/src/native/mod_jk/nt_service nt_service.dsp

2000-11-19 Thread nacho
nacho 00/11/19 06:53:01 Modified:src/native/mod_jk/nt_service nt_service.dsp Log: syncing the build with the dir structure changes of 3.3 Revision ChangesPath 1.2 +2 -2 jakarta-tomcat/src/native/mod_jk/nt_service/nt_service.dsp Index: nt_service.dsp

Re: BugRat Bug Report #373

2000-11-19 Thread Tomas Westin
Hello, We've encountered this one frequently with mod_jk and AJP13 connections from apache to tomcat A good way to reproduce (at least in our enviroment) is to run examples/jsp/forward/forward.jsp After hitting the refresh button on that page a couple of times (10-15 if you want to be sure)

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

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

Re: Bypassing IIS security

2000-11-19 Thread Nick Bauman
I remember when I worked for Imation we had that problem with IIS3-4 (you can't add web users without adding them to the system, ie 1 user to IIS is 1 user to that whole machine!) Anything to prevent this requirement would be greatly appreciated if I rewind my experience a couple years. On Sun,

BugRat Report #410 has been filed.

2000-11-19 Thread BugRat Mail System
Bug report #410 has just been filed. You can view the report at the following URL: http://znutar.cortexity.com/BugRatViewer/ShowReport/410 REPORT #410 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: docbug State: received Priority: low Severity:

[PATCH] Tomcat 3.2 RequestImpl.java

2000-11-19 Thread Shawn McMurdo
Here is a small patch for Tomcat 3.2. The constructor was calling recycle, which caused me some problems when extending the class. It separates the request initialization done in the constructor out of the recycle method. This fixes a "XXX" marked piece of code and resolves a problem that I had

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

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

where I can find nsapi.dsp or nsapi.dsw

2000-11-19 Thread bo yang
Hello: I want to build myself the redirector.dll for redirect iplanet to Tomcat . but I can not find the naspi.dsp or nsapi.dsw. Could anyone give me some hint? Thanks, Bo