costin 01/08/20 23:09:06
Modified:src/share/org/apache/tomcat/util/depend
DependClassLoader12.java
Log:
Exception mismatch, now fixed.
Revision ChangesPath
1.2 +3 -1
jakarta-tomcat/src/share/org/apache/tomcat/util/depend/DependClassLo
costin 01/08/20 22:58:37
Added: src/doc serverxml.html
Log:
Added the start of a server.xml documentation. I added just few tasks so far,
and I need help - if you are familiar with tomcat's server.xml and have some
time available, please add more tasks to the document.
costin 01/08/20 22:55:50
Modified:src/shell tomcat.sh
Log:
Removed CLASSPATH, for consistency with the bat and as decided on tomcat-dev.
Removed the ant stuff.
Update for the new Main.java
Revision ChangesPath
1.26 +51 -28jakarta-tomcat/src/shell/tomc
costin 01/08/20 22:52:12
Modified:src/shell tomcat.bat
Log:
Update for the new Main.java.
Also removed "tomcat ant" option, ant is no longer bundled ( it was there in 3.0
because
we didn't had a separate release, if I remember corectly ).
For sandbox use, don't specify
costin 01/08/20 22:43:24
Modified:src/shell jspc.sh
Log:
Fixed "tomcat.sh jspc" ( which was broken ), jspc.sh will just call that ( like
startup.sh, shutdown.sh, etc )
Revision ChangesPath
1.4 +3 -96 jakarta-tomcat/src/shell/jspc.sh
Index: jspc.sh
===
costin 01/08/20 22:41:54
Modified:src/build/manifests manifest.embedded
Log:
Update the manifest.
Revision ChangesPath
1.2 +1 -1 jakarta-tomcat/src/build/manifests/manifest.embedded
Index: manifest.embedded
=
costin 01/08/20 22:41:35
Modified:.build.xml
Log:
Etomcat.jar goes to common ( that EmbededTomcat )
Revision ChangesPath
1.148 +1 -1 jakarta-tomcat/build.xml
Index: build.xml
===
R
costin 01/08/20 22:38:24
Modified:src/share/org/apache/tomcat/modules/session
SessionIdGenerator.java
Log:
Update for the fix in compat.
Revision ChangesPath
1.5 +1 -1
jakarta-tomcat/src/share/org/apache/tomcat/modules/session/Session
costin 01/08/20 22:37:16
Modified:src/share/org/apache/tomcat/startup Tomcat.java
Added: src/share/org/apache/tomcat/startup Property.java
Log:
Tomcat.java is no longer used/needed, added deprecated mark. It still works, but
you should use the real beans ( tasks ) that pe
costin 01/08/20 22:35:26
Modified:src/share/org/apache/tomcat/startup StopTomcat.java
EnableAdmin.java
Log:
Few fixes.
Revision ChangesPath
1.10 +17 -1
jakarta-tomcat/src/share/org/apache/tomcat/startup/StopTomcat.java
Index: StopT
costin 01/08/20 22:35:05
Modified:src/share/org/apache/tomcat/startup Main.java
Log:
As expected, Main.java is now smaller. The first argument to Main is used
to load a bean. It'll only set the common class loader, pass args[] and
class loader informations, and call execute() m
costin 01/08/20 22:29:27
Modified:src/share/org/apache/tomcat/startup EmbededTomcat.java
Log:
Ok, this is the big one !
I did a lot of work on this area, now things should be much cleaner and simpler
( by my taste ).
First, most of the settings from Main.java are now pa
costin 01/08/20 22:19:55
Added: src/share/org/apache/tomcat/startup Jspc.java
Log:
A new startup class, wrapping JspC. It'll set the classpath and all that's needed
to run it. This simplifies the shell scripts ( and it'll also work for platforms
where .sh or .bat are not pres
costin 01/08/20 22:16:37
Modified:src/share/org/apache/tomcat/modules/mappers
ReloadInterceptor.java
Log:
Use the fixed DependLoader. This will probably fail with JDK1.1 ( i.e. reloading
will not work with 1.1 ). I'll fix this later, it's not a big priorit
costin 01/08/20 22:13:29
Added: src/share/org/apache/tomcat/modules/config HookSetter.java
Log:
HookSetter module - it'll make sure the hooks contain only the modules that
have overriden the hook method ( keeping the invocation chain at the minimum).
It used to be part of
costin 01/08/20 22:11:45
Modified:src/share/org/apache/tomcat/modules/config
ServerXmlReader.java
Log:
Check system properties as well when replacing ${XXX} in server.xml.
Revision ChangesPath
1.17 +4 -1
jakarta-tomcat/src/share/org/ap
costin 01/08/20 22:10:38
Modified:src/share/org/apache/tomcat/modules/config PolicyLoader.java
PolicyInterceptor.java
Log:
Fixes in sandboxing.
Add a message advising to set -Djava.security.policy. On some VMs it is possible
to set it later, but in so
costin 01/08/20 21:58:51
Modified:src/share/org/apache/tomcat/modules/config LogSetter.java
Log:
Update for the fix in util.log
Revision ChangesPath
1.14 +6 -1
jakarta-tomcat/src/share/org/apache/tomcat/modules/config/LogSetter.java
Index: LogSetter.java
costin 01/08/20 21:58:22
Modified:src/share/org/apache/tomcat/modules/config
LoaderInterceptor11.java
Log:
Use _application_ loader, not parent loader. It worked because of a double bug,
but fixing the first bug revealed this one.
Revision Changes
costin 01/08/20 21:56:44
Modified:src/facade22/org/apache/tomcat/facade
RequestDispatcherImpl.java
Log:
Update for the compat fix.
Revision ChangesPath
1.19 +2 -2
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/RequestDispatcherIm
costin 01/08/20 21:55:39
Modified:src/share/org/apache/tomcat/core Context.java
ContextManager.java
Log:
2 small changes. In Context, avoid the creation of a log that will be thrown away
a bit later ( which is usefull only to log messages before the contex
costin 01/08/20 21:52:17
Modified:src/share/org/apache/tomcat/util/log Log.java
LogHandler.java LogManager.java
Log:
Few fixes here. The changes in startup showed few obscure bugs on log initialization.
Note that LogManager is used as a guard on all sen
costin 01/08/20 21:48:35
Modified:src/share/org/apache/tomcat/util/depend
DependClassLoader.java
Added: src/share/org/apache/tomcat/util/depend
DependClassLoader12.java
Log:
A much more serious problem here. We recently fixed
costin 01/08/20 21:44:02
Modified:src/share/org/apache/tomcat/util/compat Jdk11Compat.java
Jdk12Support.java
Log:
Fix a possible security problem ( if JdkCompat ends up with too many permissions,
the previous code could allow granting them to untrusted cod
costin 01/08/20 21:41:32
Modified:src/share/org/apache/tomcat/util IntrospectionUtils.java
Log:
A number of additions to IntrospectioUtils, in order to support the class loader
hierarchy in EmbededTomcat and the simpler startup mechanism.
Nothing spectacular, just the plain
On Mon, 20 Aug 2001 [EMAIL PROTECTED] wrote:
> Criag,
>
> PFD3? Only PFD2 is accessable from Sun web site.
> Aslo Suns web site says "Tomcat 4.0-beta-7" supports PFD2.
>
> http://java.sun.com/products/servlet/download.html
>
Originally, it was my understanding that PFD3 (of both specs) was
> GOMEZ Henri wrote:
> > mod_jk in JTC is an evolution of mod_jk in CVS. Some refactoring
> > was done to share code between ajp13 and ajp14.
> >
> > >If this is not a known thing, I can send some more data...
> >
> > Yes, please, strace could help in that case.
>
> OK. I'll run up a few examples
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:
>
> 1.1 jakarta-tomcat-4.0/webapps/tomcat-docs/config/warp.xml
Whoha! :) Great work Craig... I'll patch it up tomorrow since I'm feeling
documenty these days :) :) :)
Pier
craigmcc01/08/20 19:28:21
Modified:webapps/tomcat-docs index.xml project.xml tomcat-docs.xsl
Added: webapps/tomcat-docs proxy-howto.xml
webapps/tomcat-docs/config http11.xml server.xml service.xml
warp.xml
Log:
Migrate the first four pa
Criag,
PFD3? Only PFD2 is accessable from Sun web site.
Aslo Suns web site says "Tomcat 4.0-beta-7" supports PFD2.
http://java.sun.com/products/servlet/download.html
Kumar.
-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 09, 2001 11:02
Jon Stevens at [EMAIL PROTECTED] wrote:
> Why is this a .html file and not a .xml file?
Because the service code is not built using Java, 99.9% of it is C code, and
I don't need ANT to build it... I don't want to rely on something "JAVA" to
build the docs... It's plain unformatted HTML... All st
Why is this a .html file and not a .xml file?
-jon
on 8/20/01 6:13 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> pier01/08/20 18:13:13
>
> Added: docs service.css service.html
> Log:
> Initial (not finished yet) writing of a specification for Service classes.
>
> Revi
pier01/08/20 18:13:13
Added: docs service.css service.html
Log:
Initial (not finished yet) writing of a specification for Service classes.
Revision ChangesPath
1.1 jakarta-tomcat-service/docs/service.css
Index: service.css
==
pier01/08/20 18:12:07
jakarta-tomcat-service/docs - New directory
I'm sure that other people are going to flame this thread as off-topic, but
the answer is to call
response.sendError(HttpServletResponse.SC_NOT_FOUND,"someweirdlink doesn't
exist");
return;
- Original Message -
From: "yhs" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, Augus
yep - have a look at (I think) in web.xml... The servlet
spec outlines its use (http://java.sun.com/products/servlet).
hth
cheesr
dim
On 20 Aug 2001, yhs wrote:
> Hi guys,
> does anyone know how i can modify tomcat's configuration files so my 404's can be
>invoked
> from a servlet ? i.e. i
Hi guys,
does anyone know how i can modify tomcat's configuration files so my 404's can be
invoked
from a servlet ? i.e. i want http://localhost:8080/someweirdlink?x=foo to be redirected
to http://localhost:8080/servlet/my404servlet?x=foo if someweidrlink doesnt exist...
similarly if servlet ab
It seems that everybody is delegating the checking of
transport-guarantee to somebody else, and as a result it is never checked.
Fortunately, this is easy to reproduce:
1) add a
CONFIDENTIAL to the security-constraint
2) Access the page via http://myserver/myapp/path/to/page
The page will h
craigmcc01/08/20 15:43:52
Modified:catalina/src/share/org/apache/catalina/servlets
InvokerServlet.java
webapps/tomcat-docs index.xml project.xml
Log:
Synchronize around the first-time creation of a new Wrapper for the
invoked servlet. This a
Thanks for the response.
We are going to move to 3.2.3 soon. Thanks
-Original Message-
From: mailtracker [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 20, 2001 2:20 PM
To: [EMAIL PROTECTED]
Subject: Re: Tomcat on Windows vs. Unix
1. keep in mind the differences in naming conventions
On 20 Aug 2001 02:01:12 +0200, Paulo Gaspar wrote:
> Your explanation sure helps understanding what functionality is intended
> for each tag. I can take a look at that too. It is easier for me to
> understand the taglibs than the rest of Tomcat.
> =;o)
Well, I hope understanding the rest of tom
does any one have the bug # for the "304 Not Modified" bug
of tomcat ?
thanks,
Henry
-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 20, 2001 11:35 AM
To: [EMAIL PROTECTED]
Subject: Re: Patch to bug #345 complete ?
On Mon, 20 Aug 2001, J
It looks like 3.3B1 already handles 304
(o.a.tomcat.modules.generators.StaticInterceptor). However, I haven't
actually tested it (static files handled by Apache).
- Original Message -
From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 20, 2001 11:
> -Original Message-
> From: Stephane Bailliez [mailto:[EMAIL PROTECTED]]
>
> Fixed some bugs that prevented its use under cygwin.
Can someone with cygwin try out the catalina.sh diff, I commited
the digest.sh diff.
Thanks, Bip Thelin
bip 01/08/20 11:36:04
Modified:catalina/src/bin digest.sh
Log:
Fix for cygwin.
Submitted by: Stephane Bailliez [[EMAIL PROTECTED]]
Revision ChangesPath
1.2 +14 -1 jakarta-tomcat-4.0/catalina/src/bin/digest.sh
Index: digest.sh
===
On Mon, 20 Aug 2001, Justin Erenkrantz wrote:
> On Mon, Aug 20, 2001 at 10:54:43AM -0700, Craig R. McClanahan wrote:
> > I'm not sure I would make quite so blanket a statement as that. If the
> > servlet itself understands that the content it produces changes rarely, it
> > can improve perform
Hi again - since no one voiced an opinion on the right way to
approach this bug, I've done the simplest possible fix and attached a patch.
This change will cause Jasper to always emit its own hardcoded values
for the xmlns:jsp and version attributes of the tag, ignoring any
occurrences of th
so this #345 bug fix which sends date in the header in the HTTP
response. Is there any use to this date at all ?
-Original Message-
From: Justin Erenkrantz [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 20, 2001 11:27 AM
To: [EMAIL PROTECTED]
Subject: Re: Patch to bug #345 complete ?
On Mon, Aug 20, 2001 at 10:54:43AM -0700, Craig R. McClanahan wrote:
> I'm not sure I would make quite so blanket a statement as that. If the
> servlet itself understands that the content it produces changes rarely, it
> can improve performance by respecting If-Modified-Since values. To make
> t
;-)
ssl-howto.patch
1. keep in mind the differences in naming conventions on Windows and Unix:
backslashes and forward slashes, case-sensitivity, end-of-line
characters
(files created on Windows, if not transferred properly, will appear on Unix
with every line terminated with a "^M")
2. Why not use the latest r
On Mon, 20 Aug 2001, Henry Yeh wrote:
>
> where can we add code to actually compare the last modified
> and if-modified-since dates ?
>
In Tomcat 4, it's inside the servlet that handles static files
(org.apache.catalina.servlets.DefaultServlet) -- I should have clarified
that my statement r
where can we add code to actually compare the last modified
and if-modified-since dates ?
-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 20, 2001 10:55 AM
To: [EMAIL PROTECTED]
Subject: Re: Patch to bug #345 complete ?
On Mon, 20 Aug 2001,
On Mon, 20 Aug 2001, Justin Erenkrantz wrote:
> On Mon, Aug 20, 2001 at 10:24:01AM -0700, Henry Yeh wrote:
> >
> > yes. I analyzed the HTTP header that's being sent and received by the
> > browser.
> > If-Modified-Since messages are sent to tomcat, and we are dealing with
> > static files here (
Hi:
> We are developing a web application using Tomcat 3.1, Oracle DB, JSP, Java
> Servelets using MVC Architecture. All the development and testing is being
> done in Windows platform (Tomcat running on Windows 2000). But customer
> would like to deploy Tomcat on Unix
>
> Are there any
On Mon, Aug 20, 2001 at 10:24:01AM -0700, Henry Yeh wrote:
>
> yes. I analyzed the HTTP header that's being sent and received by the
> browser.
> If-Modified-Since messages are sent to tomcat, and we are dealing with
> static files here (javascript and images).
> So is tomcat doesn't have the '3
yes. I analyzed the HTTP header that's being sent and received by the
browser.
If-Modified-Since messages are sent to tomcat, and we are dealing with
static files here (javascript and images).
So is tomcat doesn't have the '304 behavior' for static files ? It does
send back 'last-modified' date
On Mon, Aug 20, 2001 at 09:18:53AM -0700, Henry Yeh wrote:
>
> I have noticed that after applying the patch the date is now
> included in the tomcat HTTP response header, but it still
> does not send back "not modified 304" if the file requested
> hasn't been modified since the date specificed by
Hi Prasanna,
I'm impressed with the excelent analysis of the bug, I wish more bugs were
reported this way ! I hope you'll stay around and help with other bugs.
The good news - this bug was fixed after 3.3b1 ( it was already in
bugzilla, but without all those details - it took me a while to find
GOMEZ Henri wrote:
>
> >Henri, if you could please send me the html file you have, I'll
> >integrate it with the what I had :)
>
> Will you include your part in my current tomcat-ssl-howto.html
> or doing the reverse ?
>
> I'd like (better) to see your works in the tomcat-ssl-howto.html :)
Ap
Curtis Dougherty wrote:
>
> Chris -
>
> I may be the biggest idiot on the planet
Nah, SSL can just be a little tricky sometimes :)
> but I have Read and Re-Read the SSL How-2 for Tomcat 4 - honestly...
> it reads exactly like the REM'arks in the Server.xml
Well, hopefully it has a *little* m
I have noticed that after applying the patch the date is now
included in the tomcat HTTP response header, but it still
does not send back "not modified 304" if the file requested
hasn't been modified since the date specificed by the request ...
anyone has any ideas on how to fix this ? thanks !
>Henri, if you could please send me the html file you have, I'll
>integrate it with the what I had :)
Will you include your part in my current tomcat-ssl-howto.html
or doing the reverse ?
I'd like (better) to see your works in the tomcat-ssl-howto.html :)
>No problem.
>
>Henri, if you could please send me the html file you have, I'll
>integrate it with the what I had :)
Just updated and commited :)
Nota that file src/doc/tomcat-ssl-howto.html, should be also
copied in tomcat 3.2 (will do that tomorrow)
Regards
hgomez 01/08/20 09:11:09
Modified:src/doc tomcat-ssl-howto.html
Log:
Updated documentation about SSL to handle TC 3.3
new conf and add example of keytool use :)
Revision ChangesPath
1.5 +384 -270 jakarta-tomcat/src/doc/tomcat-ssl-howto.html
Index: tomcat-
I'll update that doc since there is change in server.xml
between 3.2 and 3.3 and my HOW-TO cover the both :)
Hope it'll be ready tomorrow...
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Finger
Hello.
There is a bug related to destroying session objects in Tomcat 3.3.b1.
Bug description
The valueUnbound() method is never called on attributes that are set on
a given session even if the attribute implements the
HttpSessionBindingListener interface.
Hypothesis
-
I dunno squat about this stuff, so kindly delete this email if it's irrelevant =)
The (c) in $CATALINA_HOME/LICENSE currently reads:
Copyright (c) 1999, 2000 The Apache Software Foundation.
Should there be a 2001 there?
- r
I enjoyed reading it, but haven't attempted any modifications.
I believe the document Henri is referencing is in CVS for
jakarta-tomcat at "src/doc/tomcat-ssl-howto.html" Understanding
the issues with respect to merging these is the main reason
I haven't done much with your document yet.
Larry
Chris -
I may be the biggest idiot on the planet but I have Read and Re-Read the SSL
How-2 for Tomcat 4 - honestly... it reads exactly like the REM'arks in the
Server.xml...The problem is not the content... but Tomcat 4 b6 just doesn't
want to use SSL (https://localhost:8443/examples)
Poof! bro
No problem.
Henri, if you could please send me the html file you have, I'll
integrate it with the what I had :)
For the 4.0 doc, I'll send a patch aagainst what was already checked
into cvs.
For 3.3 ... Larry, have you made any mods yet to the original doc I sent
(like perhaps the JDK 1.1 insta
Well, the right thing to do is NOT write to the mailing list, but write to
[EMAIL PROTECTED], so that it'll be resolved by the first guy having access
to the mailing lists... I'm out-of-reach of SSH right now (will be back
tonight!)
Pier
Rob S. at [EMAIL PROTECTED] wrote:
> Pier!!!
>
> I a
>
>Jean-frederic wrote :
>
>Well, if in 10 years I have to do some maintenance at a
>customer it would be
>nice to have the sources with the running system. But I am not
>sure that a
>customer will also have the source of his applications...
That's all the power of packaging method like RPM,
s
Pier!!!
I am not very happy with Ken X Horn.
I think i'll try to contact Tim Dawson or John Havranek.
- r
-- Forwarded message --
From: "Ken X Horn" <"Ken X
Horn%ARCORDIA%JPMORGAN_EXTERNAL%JPMHUBDOMAIN%JPMORGAN"@jpmorgan.com>
Date: Mon, 20 Aug 2001 14:11:09 +0100
Subject: Ken
What the status of that one about a week later ?
I recall the discussions some months ago about replacing
the previous uri with unparsed_uri.
Did we have a way to determine that the uri came from
mod_rewrite and not from client (via the notes).
In that case what about using r->uri instead of r
=)
- r
On Mon, 20 Aug 2001 14:55:39 +0200 [EMAIL PROTECTED] wrote:
> A little late +1
>
> Thanks to remove sources from binaries :)
>
> That's how the majority of OSS projects works today.
>
> Source -> binaries (eventually packaging like RPM/DEB)
>
> -
> Henri Gomez ___[_]_
A little late +1
Thanks to remove sources from binaries :)
That's how the majority of OSS projects works today.
Source -> binaries (eventually packaging like RPM/DEB)
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
PGP KEY : 697ECEDD..
it cause by a bug in
org/apache/tomcat/code/BufferedServletOutputStream.java
there is a cicular buffer where it set to 8k, when the html file which have
included files which size is
more then 8k , the above message will occur.
the cicular buffer was not reset after commit.
Below is the sou
> -Original Message-
> From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 20, 2001 5:23 AM
> To: [EMAIL PROTECTED]
> Subject: RE: New SSL HOWTOs
>
>
> That's a good works and we should in with my tomcat-ssl-howto.html :)
>
> There is still things to be mentioned like
I'll try to make sure some additional information gets added
to the FAQ, comments in tomcat.bat/tomcat.sh, and
tomcat_ug.html.
Larry
> -Original Message-
> From: Christopher Cain [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, August 19, 2001 8:41 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Tom
Hi Kenny,
tomcat-user is the place where this message should have been sent. Please
don't send your message to both lists for questions in the future, unless it
affects both users and developers. Thanks =)
- r
> -Original Message-
> From: Kenny Ma [mailto:[EMAIL PROTECTED]]
> Sent: Su
> Craig wrote :
>
>Of course, Costin neglects to mention that, approximately a year ago,
>there were exactly zero Tomcat committers that understook mod_jk at all --
>and that it took some heroic efforts on the part of many folks who came
>along later (to whom the entire Tomcat community is gratefu
GOMEZ Henri wrote:
>
> Hi to all,
>
> I'm back from hollidays :(
Welcome back! Hope you had a good one...
> >After finally getting over the 'graceful restart' issues...
>
> Could you developp it more please ?
This is related to the previous thread "Problem with mod_jk 1.2.0
(latest CVS snaps
Fixed some bugs that prevented its use under cygwin.
Paths must always be converted in Unix format before anything is touched and
must be converted back to windows format.
Also added a better cygwin detection (was relying on an OSTYPE env variable,
now using uname)
Cheers,
--
Stéphane Baill
That's a good works and we should in with my tomcat-ssl-howto.html :)
There is still things to be mentioned like :
- how to import OpenSSL, Thawte or Verisign WebServer certificates.
- in case of client authentification, how the stuff works.
2 cases :
You start you're own CA, using openca
Hi to all,
I'm back from hollidays :(
>After finally getting over the 'graceful restart' issues...
Could you developp it more please ?
>Is this for some reason a 'forbidden' combination? I've observed some
>really strange stuff going on with this combo - parameters don't get
>passed correctly,
86 matches
Mail list logo