costin 01/08/23 19:24:19
Modified:src/share/org/apache/tomcat/modules/config AutoWebApp.java
src/share/org/apache/tomcat/modules/generators
ErrorHandler.java
src/share/org/apache/tomcat/modules/session
Simple
costin 01/08/23 22:19:22
Modified:jk/native/apache-2.0 Makefile.in
Log:
Fix the include, the .in file is used only to generate.
Revision ChangesPath
1.7 +1 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/Makefile.in
Index: Makefile.in
===
larryi 01/08/23 20:25:18
Modified:src/share/org/apache/tomcat/modules/aaa RealmBase.java
Log:
Patch for Javadoc.
Submitted by: Christopher Cain
Added some additional Javadoc rewording.
Revision ChangesPath
1.2 +14 -13
jakarta-tomcat/src/share/org/apa
costin 01/08/23 21:38:50
Modified:src/share/org/apache/tomcat/modules/server
Ajp13Interceptor.java
src/facade22/org/apache/tomcat/facade
ServletInputStreamFacade.java
Log:
Part of the changes to support chunked input st
larryi 01/08/23 20:16:54
Modified:src/shell tomcat.bat
Log:
Add "enableAdmin" and "estart" commands with legacy enableAdmin.
Added "_MAIN" environment variable to specify startup class like what
is done in tomcat.sh. Some miscellaneous cleanup.
Revision ChangesPath
LOL! That poor cat. Although I'm surprised that the JDC crew didn't forward it
to Edwardo & Company and/or us for review ... you know, before sending it out
to a couple hundred thousand developers, give or take.
I assume that:
"Some versions of Tomcat delay the calling of getWriter(), so th
Marc Saegesser wrote:
>
> I just tried this using the SnoopServlet that ships with Tomcat using a URL
> like
>
> http://localhost:8080/servlet/SnoopServlet/http://fubar
>
> and got
>
> /http:/fubar
>
> as the path info. Your description makes it look like your losing http: in
> addition to t
costin 01/08/23 18:15:18
Modified:src/share/org/apache/tomcat/modules/server
JNIConnectionHandler.java JNIEndpoint.java
Log:
- remove the dependency between JNIEndpoint and JNIConnectionHandler.
The reverse is ok ( JNIConnection handler depends on JNIEndpo
costin 01/08/23 18:10:38
Modified:src/etc/jk workers.properties
Log:
Remove tomcat-modules from the initial classpath.
Leave the defaults as in the jni-workers.properties ( i.e. for windows ).
Revision ChangesPath
1.5 +4 -5 jakarta-tomcat/src/etc/jk/work
costin 01/08/23 18:09:31
Modified:.build.xml
Log:
JNIEndpoint is a "startup" program. It should be moved to tomcat.startup, but
to avoid changes in the native code we can leave it where it is.
But it must be included in tomcat.jar, since the startup classpath must be
I just tried this using the SnoopServlet that ships with Tomcat using a URL
like
http://localhost:8080/servlet/SnoopServlet/http://fubar
and got
/http:/fubar
as the path info. Your description makes it look like your losing http: in
addition to the one of the /s. Is this what your seeing?
T
At 04:02 PM 8/23/2001, Craig R. McClanahan wrote:
>Do you have "uninterpreted" text that is *not* inside a block?
>I don't think that is actually allowed. I will check with the spec lead.
What I actually see is that the following JSP fragment:
text
appears just like that in the output, wi
This is a quick note about the trouble with virtual hosts in SSL. It's
one of those non-obvious little gotchas, so I figured it deserves a
quick note as well.
- Christopher
ssl-howto.patch
Wolfgang Hoschek wrote:
>
> Sorry, I am posting to tomcat-dev although not subscribed...
>
> Two suggestions:
>
> - Perhaps it is a good idea to also describe in the SSL HOWTO ways to
> configure SSL without stuffing libs into jre/lib/ext. Some sites run
> multiple versions/vendors of jdks, TC
Sorry, I am posting to tomcat-dev although not subscribed...
Two suggestions:
- Perhaps it is a good idea to also describe in the SSL HOWTO ways to
configure SSL without stuffing libs into jre/lib/ext. Some sites run
multiple versions/vendors of jdks, TC, JSSE, et al from (secure) read-only
s
On Thu, 23 Aug 2001, Mark Abbott wrote:
> Date: Thu, 23 Aug 2001 15:04:49 -0700
> From: Mark Abbott <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: Re: [BUG] Jasper parsing of XML documents
>
>
> On the off chance anyone needs to know (and
craigmcc01/08/23 15:32:10
Modified:catalina/src/share/org/apache/catalina Connector.java
Engine.java
catalina/src/share/org/apache/catalina/connector/http
HttpConnector.java
catalina/src/share/org/apache/catal
I was using the mod_webapp.so connector for Solaris
which I downloaded from apache.org
All was going well until I rebuilt my Apache (1.3.20)
with SSL support. Now I get:
[warn] Loaded DSO libexec/mod_webapp.so uses plain Apache 1.3 API,
this module might crash under EAPI! (pleas
craigmcc01/08/23 15:15:43
Modified:catalina/src/share/org/apache/catalina Server.java
catalina/src/share/org/apache/catalina/core
StandardServer.java
Added: catalina/src/share/org/apache/catalina ServerFactory.java
Log:
Add a singleton
On the off chance anyone needs to know (and I appear to be
the only one who cares about XML syntax issues :) it looks
from the code like what Jasper is doing is that, while parsing a tag,
it outputs any uninterpreted child tags it encounters, but accumulates
all child sections of character data
It seems that Tomcat 3.2.3 has a bug (a regression) that hits my book's
Example 5-5. See:
http://www.servlets.com/jservlet2/examples/ch05/index.html#ex05_05
The bug is that for the following URL:
http://www.servlets.com/jservlet2/examples/ch05/goto/http://www.servlets.com
the goto servlet sho
Hola Joe:
Almost sure my fault, please post a bug with the explanation to
http://nagoya.apache.org/bugzilla i will look at it ASAP..
Thanks for the feedback and sorry for the slow response ( Just coming
back from beach :)
TIA
Saludos ,
Ignacio J. Ortega
never mind. i answered my own question. i didn't have a Realm from which i
could authenticate a principal based on certs.
what i'm trying to do is force client auth for a given uri pattern but not
have to use the servlet spec's notion of roles, principals, etc.. i'm
attempting to get the same
An empty @return directive was throwing a minor build message. While I
was there, I did a few other trivial touch-ups. Typos, as well as a new
@return for a method that was missing one. :)
- Christopher
RealmBase.patch
when i attempt to use CLIENT-CERT auth with the tomcat 4 manager webapp,
tomcat appears to still be looking for basic auth credentials.
for example, if i change web.xml in the manager webapp to look like this:
--- snip ---
Entire Application
/*
*
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 23, 2001 12:59 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: ajp13, tc 3.3
>
>
> On Thu, 23 Aug 2001, Larry Isaacs wrote:
>
> > > length, not no
> > > content. It should be a simple change
On Thu, 23 Aug 2001, Larry Isaacs wrote:
> > length, not no
> > content. It should be a simple change, we just must make sure
> > we check all
> > places where ContentLength is used and fix it everywhere.
>
> To make sure I am in sync, exactly which spec are you refering to.
> Thanks.
ServletReq
does anybody know if it is legal to redistribute this jar file?
if it is legal to redistribute this jar, but not tools.jar, why?
thanks for any info,
-kevin.
craigmcc01/08/23 09:42:27
Modified:catalina/src/share/org/apache/catalina/core
StandardWrapper.java
catalina/src/share/org/apache/catalina/servlets
InvokerServlet.java
Log:
Fix the race condition on the invoker servlet f
hgomez 01/08/23 08:51:08
Modified:jk/native/common jk_ajp13.h jk_ajp_common.c
Log:
Handle client Browser Stop Button
Submitted by: William Barker <[EMAIL PROTECTED]>
Revision ChangesPath
1.6 +2 -1 jakarta-tomcat-connectors/jk/native/common/jk_ajp13.h
I
hgomez 01/08/23 08:41:20
Modified:src/native/mod_jk/common jk_ajp13_worker.c
Log:
Handle client Browser Stop button
Submitted by: William Barker <[EMAIL PROTECTED]>
Revision ChangesPath
1.10 +13 -3 jakarta-tomcat/src/native/mod_jk/common/jk_ajp13_worker.c
costin 01/08/23 08:13:47
Modified:src/share/org/apache/tomcat/startup EmbededTomcat.java
Log:
Added the -jkconf option.
Revision ChangesPath
1.50 +13 -0
jakarta-tomcat/src/share/org/apache/tomcat/startup/EmbededTomcat.java
Index: EmbededTomcat.java
costin 01/08/23 08:02:42
Modified:src/share/org/apache/tomcat/modules/server JNIEndpoint.java
Log:
Use "Main" to start tomcat. Tomcat.java is deprecated, either EmbededTomcat or
Main should be used.
Revision ChangesPath
1.3 +4 -4
jakarta-tomcat/src/share/o
costin 01/08/23 08:01:57
Modified:src/share/org/apache/tomcat/modules/config BaseJkConfig.java
Log:
Added 'regenerate' property to config generator modules.
If the attribute is set, config will be generated at startup. We can now inlcude
the modules by default, since they'll
costin 01/08/23 07:59:14
Modified:src/share/org/apache/tomcat/modules/aaa
AccessInterceptor.java
Log:
Fix for # 2148.
Thanks [EMAIL PROTECTED] (Mahmoud)
Submitted by: [EMAIL PROTECTED] (Mahmoud)
Revision ChangesPath
1.13 +6 -0
costin 01/08/23 07:57:33
Modified:src/etc/jk workers.properties
Removed: src/etc/jk jni_workers.properties
Log:
First change - re-fixing jni worker.
The 'main' workers.properties is used, and the 'main' server.xml is used ( now
server.xml includes JNI by default, since
costin 01/08/23 07:42:46
Modified:src/etc server.xml
Log:
Removed debug="0", it's the default. EmbededTomcat can override the debug, but
ServerXml reader will change it back to 0 if the attribute is present.
Using -debug XXX cli option will generate a lot of output ( since
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 23, 2001 10:21 AM
> To: [EMAIL PROTECTED]
> Subject: RE: ajp13, tc 3.3
>
>
> On Thu, 23 Aug 2001, Keith Wannamaker wrote:
>
> > I think ajp is handling the missing content length case OK
>> I think ajp is handling the missing content length case OK, except we
>> might need to send an initial body chunk even if contentlength is not
>> specified.
>>
>> I was hoping to get it in tc 3.3 since tc is not quite doing what one
>> would expect from reading the spec. How about I post a dif
On Thu, 23 Aug 2001, Keith Wannamaker wrote:
> I think ajp is handling the missing content length case OK, except we
> might need to send an initial body chunk even if contentlength is not
> specified.
>
> I was hoping to get it in tc 3.3 since tc is not quite doing what one
> would expect from r
On Wed, 22 Aug 2001 09:41:04 -0500, you wrote:
>JkMount /*.jsp ajp13
Yes, this solves my problem. But I think this issue should be
documented. I remember having read about this command for telling
Apache to forward *all* .jsp pages to Tomcat, but I haven't seen any
advice for preventing the "//
| -Original Message-
| I suppose you're talking about chunked encoding on the input ?
Yep.
| The current mechanism is not the best - we shouldn't use Content-Length,
| but let the connector signal the end of the stream.
Yes, exactly. Both request and the facade input stream take an
unk
keith 01/08/23 04:22:25
Modified:src/facade22/org/apache/tomcat/facade
ServletInputStreamFacade.java
Log:
Read should report -1 if the stream is in an eof state.
Revision ChangesPath
1.4 +1 -1
jakarta-tomcat/src/facade22/org/apache/t
Good news Pier
Happy to see a second connector web-connector for Apache 2.0 ;)
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6
>
Hi Keith,
What about adding the REPORT method to ajp13, found in
jakarta-tomcat-connector ?
Regards
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A
45 matches
Mail list logo