DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22151.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22154.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
remm2003/08/06 01:58:19
Modified:catalina/src/share/org/apache/catalina/loader
WebappClassLoader.java
Log:
- Fix problems with the Eclipse test case by extracting all non class resources
from a JAR on access.
- This of course has a performance
Remy Maucherat wrote:
Hi,
I plan to make a new build available by Sunday. Comments ? Any issues
which would need to be resolved by then ?
A number of issues have been filed about commons-daemon and the new
Windows .exe wrapper. Is anyone working on resolving them ? (Mladen, JF
?) I could have
Do I have the wrong Java version or what?
G:\WebServer\Tomcat4.1\work\Standalone\localhost\examples\jsp\xml\xml_js
p.java:7: cannot access java.util.Date
bad class file: C:\java\j2sdk1.4\jre\lib\rt.jar(java/util/Date.class)
class file has wrong version 48.0, should be 47.0
/Fredric
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18004.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
Jean-Francois Arcand wrote:
+1. There is 1 bug in bugtraq currently open about *.jsp url mapping
that I need to investigate (I'm not sure yet it's a bug) but I hope to
have a fix before Sunday.
And what would the bug be ?
(I think I know the mapper code far better than you do, so it would be
-Original Message-
From: Paul Wallace
Sent: Thursday, 7 August 2003 9:20 AM
To: Tomcat Developers List
Subject: RE: window close session invalidate
OK, Thanks for that.
An interesting note however..after some testing, the session is not killed
when run from another terminal
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22174.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
Hi,
My apologies if this has been discussed on the list before. Searching the
archive returned a bunch of irrelevant results and I couldn't figure out
how to narrow the search down.
I'm trying to compile Tomcat 4.1.27 on a Windows box with JDK 1.4.2. I
have all the packages installed and
Bill Barker wrote:
Remy Maucherat [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
Hi,
I plan to make a new build available by Sunday. Comments ? Any issues
which would need to be resolved by then ?
A number of issues have been filed about commons-daemon and the new
Windows .exe wrapper.
+protected TrustManager[] getTrustManagers(String keystoreType)
+throws Exception {
+
+TrustManager[] tm = null;
Don't you need a check for keystoreType == null here?
+
+KeyStore trustStore = getTrustStore(keystoreType);
+if
luehe 2003/08/08 16:57:02
Modified:util/java/org/apache/tomcat/util/net/jsse
JSSE14SocketFactory.java
Log:
Removed unneeded imports
Revision ChangesPath
1.6 +1 -8
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22158.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
kinman 2003/08/08 15:22:10
Modified:jasper2/src/share/org/apache/jasper/compiler
JspDocumentParser.java PageInfo.java
Log:
- Refactor some code in JspDocumentParser, since startPrefixMapping
got called before startElement.
- Turn on push/pop prefixes
15 matches
Mail list logo