Author: fhanik
Date: Wed May 14 19:53:51 2008
New Revision: 656494
URL: http://svn.apache.org/viewvc?rev=656494&view=rev
Log:
fix broken build
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSES
Bill,
Thank your for the thoughtful response.
I agree that there is unlikely to be a problem in practice on commonly-
used systems (which typically have write-through caches). And most
JVM implementations (if not all) can't track small changes; everything
gets flushed pretty quickly becaus
"DIGLLOYD INC" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> First, I'm an experienced developer, and well-versed in Java threading.
> My main work is on the Glassfish project at Sun.
>
> I've been looking into the code of
> org.apache.catalina.authenticator.SingleSignOn to se
https://issues.apache.org/bugzilla/show_bug.cgi?id=43285
--- Comment #10 from Nils Eckert <[EMAIL PROTECTED]> 2008-05-14 14:07:42 PST
---
Created an attachment (id=21962)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=21962)
Proposed patch taking care of primitive types
This pat
https://issues.apache.org/bugzilla/show_bug.cgi?id=43285
Nils Eckert <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
I will be out of the office starting 05/15/2008 and will not return until
05/20/2008.
I am Contactable at (65)97876648.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
First, I'm an experienced developer, and well-versed in Java
threading. My main work is on the Glassfish project at Sun.
I've been looking into the code of
org.apache.catalina.authenticator.SingleSignOn to see how it works,
and I've noticed a number of thread-safety bugs. My understanding
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at [EMAIL PROTECTED]
Project tomcat-trunk has an issue affecting its community integration.
This issue affects
Filip Hanik - Dev Lists wrote:
Mark Thomas wrote:
Peter Rossbach wrote:
Hi Mark
Java 5 don't support new IOExceptin(String, Throwable)
compile:
[javac] Compiling 49 source files to
/Users/peter/develop/projects/tomcat/tomcat6currenttrunk/output/classes
[javac]
/Users/peter/develop/p
Mark Thomas wrote:
Peter Rossbach wrote:
Hi Mark
Java 5 don't support new IOExceptin(String, Throwable)
compile:
[javac] Compiling 49 source files to
/Users/peter/develop/projects/tomcat/tomcat6currenttrunk/output/classes
[javac]
/Users/peter/develop/projects/tomcat/tomcat6currenttru
Peter Rossbach wrote:
Hi Mark
Java 5 don't support new IOExceptin(String, Throwable)
compile:
[javac] Compiling 49 source files to
/Users/peter/develop/projects/tomcat/tomcat6currenttrunk/output/classes
[javac]
/Users/peter/develop/projects/tomcat/tomcat6currenttrunk/java/org/apache/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=44992
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Hi Mark
Java 5 don't support new IOExceptin(String, Throwable)
compile:
[javac] Compiling 49 source files to /Users/peter/develop/
projects/tomcat/tomcat6currenttrunk/output/classes
[javac] /Users/peter/develop/projects/tomcat/tomcat6currenttrunk/
java/org/apache/tomcat/util/net/jsse/J
https://issues.apache.org/bugzilla/show_bug.cgi?id=44992
Doug Drechsel <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Author: remm
Date: Wed May 14 05:20:54 2008
New Revision: 656247
URL: http://svn.apache.org/viewvc?rev=656247&view=rev
Log:
- Votes.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=6562
Mario Ivankovits wrote:
Hi!
} catch (FileNotFoundException fnfe) {
log.error(sm.getString("jsse.keystore_load_failed", type, path,
-fnfe.getMessage()));
+fnfe.getMessage()), fnfe);
throw fnfe;
} catch (IOExceptio
Hi!
> } catch (FileNotFoundException fnfe) {
> log.error(sm.getString("jsse.keystore_load_failed", type, path,
> -fnfe.getMessage()));
> +fnfe.getMessage()), fnfe);
> throw fnfe;
> } catch (IOException ioe) {
>
Author: markt
Date: Wed May 14 00:21:29 2008
New Revision: 656125
URL: http://svn.apache.org/viewvc?rev=656125&view=rev
Log:
Add improvement to JSSE logging patch
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6
Author: markt
Date: Wed May 14 00:17:46 2008
New Revision: 656124
URL: http://svn.apache.org/viewvc?rev=656124&view=rev
Log:
Improve logging messages associated with previous commit in response to Filip's
veto
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java
pg1691 wrote:
Can you please guide me how to kill that problem session or fix tomcat such
that it invalidates all expired sessions.
This looks like a question for the users list.
Mark
-
To unsubscribe, e-mail: [EMAIL PROTECTE
Filip Hanik - Dev Lists wrote:
-1,
this code change here
-log.error("Exception trying to load keystore " +path,ex);
-throw new IOException("Exception trying to load keystore " +
- path + ": " + ex.getMessage() );
+String msg =
21 matches
Mail list logo