https://issues.apache.org/bugzilla/show_bug.cgi?id=47053
Justin K changed:
What|Removed |Added
Resolution|WORKSFORME |WONTFIX
--
Configure bugmail: http
https://issues.apache.org/bugzilla/show_bug.cgi?id=47053
--- Comment #2 from Justin K 2009-07-07 21:42:33 PST
---
Sorry, I don't have time to reproduce it at the moment. There were 3 members of
my team with exactly the same problem so it wasn't just one machine. I thought
it would be worth
https://issues.apache.org/bugzilla/show_bug.cgi?id=45975
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The following page has been changed by markt:
http://wiki.apache.org/tomcat/TomcatVersions
The comment on the change is:
4.1.x has (probably) seen its last release. Process for archived
https://issues.apache.org/bugzilla/show_bug.cgi?id=39557
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
The save(Session) method in org.apache.catalina.session.JDBCStore is
single threaded, I assume because it uses a single database Connection
for the instance. Is there any reason that I couldn't (or shouldn't)
subclass JDBStore and use a connection pool, allowing it to be
multi-threaded?
Mitch
That worked great. Thanks.
Mitch Claborn
Rainer Jung wrote:
> On 07.07.2009 18:21, Mitch Claborn wrote:
>
>> I'm experimenting with writing some code to persist a session to the
>> database, similar to org.apache.catalina.session.PersistentManager and
>> org.apache.catalina.session.JDBCSt
https://issues.apache.org/bugzilla/show_bug.cgi?id=39326
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=46085
--- Comment #6 from Mark Thomas 2009-07-07 11:12:44 PST ---
Then that looks like a bug in the IBM implementation of atomics. Maybe try
testing with a newer IBM JDK? As an aside, this looks like it belongs on the
users list rather than
Author: fhanik
Date: Tue Jul 7 17:45:20 2009
New Revision: 791918
URL: http://svn.apache.org/viewvc?rev=791918&view=rev
Log:
proposal
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=79
https://issues.apache.org/bugzilla/show_bug.cgi?id=46085
--- Comment #5 from Daniel 2009-07-07 10:26:26
PST ---
Hi Mark. Thanks for the link! I set ACTIVITY_CHECK to true and still got
random session timeouts with the IBM JVM. Setting STRICT_SERVLET_COMPLIANCE to
true didn't change this
Author: fhanik
Date: Tue Jul 7 17:21:15 2009
New Revision: 791914
URL: http://svn.apache.org/viewvc?rev=791914&view=rev
Log:
Improve shutdown time for NIO connectors, to block in a minimal fashion, yet
leave the pollers time to close out their connections
Modified:
tomcat/trunk/java/org/apa
Author: fhanik
Date: Tue Jul 7 17:08:31 2009
New Revision: 791912
URL: http://svn.apache.org/viewvc?rev=791912&view=rev
Log:
When shutting down, to so immediately
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java
Modified: tomcat/trunk/java/org/apache/catalina
Author: fhanik
Date: Tue Jul 7 17:08:05 2009
New Revision: 791911
URL: http://svn.apache.org/viewvc?rev=791911&view=rev
Log:
Add milliseconds, seconds is not granular enough for log entries
Modified:
tomcat/trunk/java/org/apache/juli/OneLineFormatter.java
Modified: tomcat/trunk/java/org/apa
On 07.07.2009 18:21, Mitch Claborn wrote:
> I'm experimenting with writing some code to persist a session to the
> database, similar to org.apache.catalina.session.PersistentManager and
> org.apache.catalina.session.JDBCStore, but to store it immediately after
> the end of a user request, when the
https://issues.apache.org/bugzilla/show_bug.cgi?id=39231
--- Comment #6 from Mark Thomas 2009-07-07 09:42:24 PST ---
I have fixed trunk and proposed the patch for 6.0.x and 5.5.x
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this
Author: markt
Date: Tue Jul 7 16:42:05 2009
New Revision: 791903
URL: http://svn.apache.org/viewvc?rev=791903&view=rev
Log:
Propose patch for 39231
Modified:
tomcat/current/tc5.5.x/STATUS.txt
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.ap
Author: markt
Date: Tue Jul 7 16:33:02 2009
New Revision: 791900
URL: http://svn.apache.org/viewvc?rev=791900&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=39231
The JAAS contract for LoginModule says we have to call logout(). This won't
always work (eg if there is no sess
I'm experimenting with writing some code to persist a session to the
database, similar to org.apache.catalina.session.PersistentManager and
org.apache.catalina.session.JDBCStore, but to store it immediately after
the end of a user request, when the session goes out of "scope". Any
pointers on wher
Author: markt
Date: Tue Jul 7 14:11:07 2009
New Revision: 791844
URL: http://svn.apache.org/viewvc?rev=791844&view=rev
Log:
Remove applied patches
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.
https://issues.apache.org/bugzilla/show_bug.cgi?id=38897
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Jul 7 14:04:09 2009
New Revision: 791840
URL: http://svn.apache.org/viewvc?rev=791840&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38897
Add uri of broken TLD to error message to help debugging
Modified:
tomcat/container/tc5.5.x/webapps/docs/ch
https://issues.apache.org/bugzilla/show_bug.cgi?id=37984
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Jul 7 13:59:39 2009
New Revision: 791839
URL: http://svn.apache.org/viewvc?rev=791839&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=37984
Strip {MD5} as well as {SHA} from digested passwords
Modified:
tomcat/container/tc5.5.x/catalina/src/share
Author: markt
Date: Tue Jul 7 13:51:10 2009
New Revision: 791836
URL: http://svn.apache.org/viewvc?rev=791836&view=rev
Log:
Vote
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=791836&
https://issues.apache.org/bugzilla/show_bug.cgi?id=38897
--- Comment #8 from Mark Thomas 2009-07-07 06:44:13 PST ---
Fixed in trunk and will be in 6.0.21 onwards.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: -
Author: markt
Date: Tue Jul 7 13:43:58 2009
New Revision: 791835
URL: http://svn.apache.org/viewvc?rev=791835&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38897
Add uri of broken TLD to error message to help debugging
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
https://issues.apache.org/bugzilla/show_bug.cgi?id=37984
--- Comment #3 from Mark Thomas 2009-07-07 06:38:16 PST ---
Fixed in 6.0.x and will be included in 6.0.21 omwards
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail be
Author: markt
Date: Tue Jul 7 13:32:45 2009
New Revision: 791829
URL: http://svn.apache.org/viewvc?rev=791829&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=37984
Strip {MD5} as well as {SHA} from digested passwords
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
2009/7/4 Konstantin Kolinko :
>> New Revision: 791159
>> URL: http://svn.apache.org/viewvc?rev=791159&view=rev
>> Log:
>> proposal
>>
>> +
>> +* Document minimum required Ant version to be 1.6.2, instead of 1.5.x
>> + Note, that http://tomcat.apache.org/tomcat-5.5-doc/building.html already
>> + m
Author: rjung
Date: Tue Jul 7 13:13:40 2009
New Revision: 791823
URL: http://svn.apache.org/viewvc?rev=791823&view=rev
Log:
Fix class name syntax in OACC docs.
Modified:
tomcat/sandbox/tomcat-oacc/trunk/RELEASE-NOTES
tomcat/sandbox/tomcat-oacc/trunk/RUNNING.txt
Modified: tomcat/sandbox/
Author: kkolinko
Date: Tue Jul 7 13:12:05 2009
New Revision: 791821
URL: http://svn.apache.org/viewvc?rev=791821&view=rev
Log:
Document minimum required Ant version to be 1.6.2.
Note, that /tomcat-doc/building.html already mentions 1.6.2,
and that e.g. rev.791806 requires Ant 1.6.1 or later
Modi
Author: kkolinko
Date: Tue Jul 7 12:53:46 2009
New Revision: 791819
URL: http://svn.apache.org/viewvc?rev=791819&view=rev
Log:
Update changelog with recently applied patches.
Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
Modified: tomcat/container/tc5.5.x/webapps/docs/change
Author: kkolinko
Date: Tue Jul 7 12:17:35 2009
New Revision: 791810
URL: http://svn.apache.org/viewvc?rev=791810&view=rev
Log:
Specify explicit encoding when performing filtering in copy and replace tasks
Modified:
tomcat/build/tc5.5.x/build.xml
tomcat/connectors/trunk/coyote/build.xml
Author: kkolinko
Date: Tue Jul 7 12:11:57 2009
New Revision: 791806
URL: http://svn.apache.org/viewvc?rev=791806&view=rev
Log:
Patch for fixcrlf tasks:
* Specify explicit encoding, instead of using the platform default one
* Don't add blank lines to files
* Added **/*.rtf to the list of exclus
Author: kkolinko
Date: Tue Jul 7 12:06:56 2009
New Revision: 791805
URL: http://svn.apache.org/viewvc?rev=791805&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47149
Explicitly specify encoding for the source files when compiling
Modified:
tomcat/build/tc5.5.x/build.xml
https://issues.apache.org/bugzilla/show_bug.cgi?id=47464
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: kkolinko
Date: Tue Jul 7 11:50:52 2009
New Revision: 791802
URL: http://svn.apache.org/viewvc?rev=791802&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47464
Do not include *.class files produced by IDE into src archives of TC 5.5
Also, I limited the scope of fixcrlf
Author: kkolinko
Date: Tue Jul 7 11:40:06 2009
New Revision: 791799
URL: http://svn.apache.org/viewvc?rev=791799&view=rev
Log:
Add changelog entry for Mladen's update of procrun.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.
Author: kkolinko
Date: Tue Jul 7 11:39:22 2009
New Revision: 791798
URL: http://svn.apache.org/viewvc?rev=791798&view=rev
Log:
Add changelog entry for Mladen's update of procrun.
Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
Modified: tomcat/container/tc5.5.x/webapps/docs/ch
https://issues.apache.org/bugzilla/show_bug.cgi?id=41538
--- Comment #34 from Konstantin Kolinko 2009-07-07
04:31:23 PST ---
procrun 2.0.5 has a fix/workaround for this issue
http://markmail.org/thread/nhkrskh6bwyirwru
http://www.nabble.com/Updated-procrun-binaries-td23778191.html
It will
https://issues.apache.org/bugzilla/show_bug.cgi?id=47487
ma...@infoniqa.com changed:
What|Removed |Added
CC||ma...@infoniqa.com
--
Con
https://issues.apache.org/bugzilla/show_bug.cgi?id=47487
Alfred Staflinger changed:
What|Removed |Added
CC||alfred.staflin...@infoniqa.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46381
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: kkolinko
Date: Tue Jul 7 10:55:40 2009
New Revision: 791790
URL: http://svn.apache.org/viewvc?rev=791790&view=rev
Log:
vote and proposal
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
Author: kkolinko
Date: Tue Jul 7 10:50:40 2009
New Revision: 791789
URL: http://svn.apache.org/viewvc?rev=791789&view=rev
Log:
Remove standardSession strings not used by DeltaSession
Modified:
tomcat/trunk/java/org/apache/catalina/ha/session/LocalStrings.properties
tomcat/trunk/java/org/
https://issues.apache.org/bugzilla/show_bug.cgi?id=47487
Summary: "null " as result of expression evaluation
Product: Tomcat 6
Version: 6.0.20
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: critical
Pr
Author: kkolinko
Date: Tue Jul 7 10:21:50 2009
New Revision: 791782
URL: http://svn.apache.org/viewvc?rev=791782&view=rev
Log:
comment
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt
Konstantin Kolinko wrote:
> As was written early in this my thread:
> http://www.nabble.com/Coding-Guidelines%2C-encodings%2C-keywords-td23662661.html
> (http://markmail.org/thread/d6dsgrsfvnuzclt7)
>
> there are problems with Subversion $Date$ keyword:
> 1. It uses localized names for the month a
Author: rjung
Date: Tue Jul 7 07:45:35 2009
New Revision: 791735
URL: http://svn.apache.org/viewvc?rev=791735&view=rev
Log:
Add comment.
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.t
https://issues.apache.org/bugzilla/show_bug.cgi?id=45785
Rolf Wojtech changed:
What|Removed |Added
CC||r...@wojtech.de
--
Configure b
https://issues.apache.org/bugzilla/show_bug.cgi?id=45785
Rolf Wojtech changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://issues.apache.org/bugzilla/show_bug.cgi?id=45785
--- Comment #3 from Rolf Wojtech 2009-07-07 00:35:40 PST ---
Created an attachment (id=23934)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=23934)
Add support for directories with name ending on .jar
While the specific ca
On 07.07.2009 04:34, William A. Rowe, Jr. wrote:
> Rainer Jung wrote:
>> So I like the idea of using Id, but I am open to arguments for dropping it.
>
> In httpd, we use; in the reference
> file, and the tag which
> is updated in order to determine how far out of sync translations have fallen.
>
Author: rjung
Date: Tue Jul 7 07:23:42 2009
New Revision: 791730
URL: http://svn.apache.org/viewvc?rev=791730&view=rev
Log:
Remove comment. Konstantin explained it on tomcat-dev.
Modified:
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.
55 matches
Mail list logo