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 gene...@gump.apache.org.
Project tomcat-taglibs-standard has an issue affecting its community
integration.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53469
--- Comment #18 from mgrigorov ---
(In reply to comment #16)
> I have fixed the IAE in trunk and 7.0.x.
Unfortunately with this fix apps that work only with jsessionid encoded in the
url will still break. If JSESSIONID is in a cookie then
https://issues.apache.org/bugzilla/show_bug.cgi?id=53469
--- Comment #19 from mgrigorov ---
I think I found the solution. Wicket can pass always an absolute url to the web
container for encoding. Wicket knows the current base url and can make it
absolute safely. This way the web container will on
https://issues.apache.org/bugzilla/show_bug.cgi?id=53783
Priority: P2
Bug ID: 53783
Assignee: dev@tomcat.apache.org
Summary: Static resources and jsp files under
WEB-INF/lib/*.jar!/META-INF/resources are not found
Severity: n
https://issues.apache.org/bugzilla/show_bug.cgi?id=53783
--- Comment #1 from Violeta Georgieva ---
Created attachment 29284
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29284&action=edit
Patch proposal
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53783
Konstantin Kolinko changed:
What|Removed |Added
OS||All
--- Comment #2 from Konst
Author: fhanik
Date: Mon Aug 27 14:15:36 2012
New Revision: 1377688
URL: http://svn.apache.org/viewvc?rev=1377688&view=rev
Log:
Per http://markmail.org/message/nqnogctvfuyzhtol
1. Already encountered two users that would like to set this value. There is
never any need to hard code any value, reg
Author: fhanik
Date: Mon Aug 27 14:20:55 2012
New Revision: 1377689
URL: http://svn.apache.org/viewvc?rev=1377689&view=rev
Log:
Per http://markmail.org/message/nqnogctvfuyzhtol
1. Already encountered two users that would like to set this value. There is
never any need to hard code any value, rega
Dear Mark,
would you mind to take a look at BZ51496?
As you pointed out your focus is to get open bugs fixed for 7.0.30.
Well, this is not a bug, but an enhancement and to be honest I don’t
know if it is planned to consider enhancements for minor releases as
well. I proposed a patch.
Thank you.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51496
--- Comment #3 from Konstantin Kolinko ---
-1 for the patch (attachment 29251)
It does not check that a service is installed.
What it checks is whether the "Tomcat Monitor" application is configured to
auto-launch on Windows startup or no
https://issues.apache.org/bugzilla/show_bug.cgi?id=53783
--- Comment #3 from Violeta Georgieva ---
(In reply to comment #2)
> Does specification allow JAR files that do not have directory entries?
>
> 1. The "jar" tool always creates entries for directories.
> There are no options to omit them,
On 27/08/2012 15:20, fha...@apache.org wrote:
> Author: fhanik
> Date: Mon Aug 27 14:20:55 2012
> New Revision: 1377689
>
> URL: http://svn.apache.org/viewvc?rev=1377689&view=rev
> Log:
> Per http://markmail.org/message/nqnogctvfuyzhtol
>
> 1. Already encountered two users that would like to set
Author: markt
Date: Mon Aug 27 18:40:09 2012
New Revision: 1377785
URL: http://svn.apache.org/viewvc?rev=1377785&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53783
Handle case where tool generating JARs does not generate entries for
directories.
Modified:
tomcat/trunk
Author: markt
Date: Mon Aug 27 18:43:18 2012
New Revision: 1377786
URL: http://svn.apache.org/viewvc?rev=1377786&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53783
Handle case where tool generating JARs does not generate entries for
directories. Patch by Violeta Georgieva.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53783
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53783
--- Comment #5 from Violeta Georgieva ---
Thanks
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomc
Author: markt
Date: Mon Aug 27 19:03:04 2012
New Revision: 1377794
URL: http://svn.apache.org/viewvc?rev=1377794&view=rev
Log:
Digest improvements:
- disable caching of authenticated user in session by default
- track server rather than client nonces
- better handling of stale nonce values
Added:
Author: markt
Date: Mon Aug 27 19:43:06 2012
New Revision: 1377807
URL: http://svn.apache.org/viewvc?rev=1377807&view=rev
Log:
Digest improvements:
- disable caching of authenticated user in session by default
- track server rather than client nonces
- better handling of stale nonce values
Added:
Author: markt
Date: Mon Aug 27 20:01:28 2012
New Revision: 1377811
URL: http://svn.apache.org/viewvc?rev=1377811&view=rev
Log:
Add a MD5 digest method as it is the most commonly used.
Modified:
tomcat/trunk/java/org/apache/catalina/util/ConcurrentMessageDigest.java
Modified:
tomcat/trunk/ja
2012/8/27 Mark Thomas :
> On 27/08/2012 15:20, fha...@apache.org wrote:
>> Author: fhanik
>> Date: Mon Aug 27 14:20:55 2012
>> New Revision: 1377689
>>
>> URL: http://svn.apache.org/viewvc?rev=1377689&view=rev
>> Log:
>> Per http://markmail.org/message/nqnogctvfuyzhtol
>>
>> 1. Already encountered
Author: markt
Date: Mon Aug 27 20:21:21 2012
New Revision: 1377824
URL: http://svn.apache.org/viewvc?rev=1377824&view=rev
Log:
Take advantage of new ConcurrentMessageDigest
Modified:
tomcat/trunk/test/org/apache/catalina/authenticator/TestDigestAuthenticator.java
Modified:
tomcat/trunk/tes
Author: markt
Date: Mon Aug 27 20:23:42 2012
New Revision: 1377826
URL: http://svn.apache.org/viewvc?rev=1377826&view=rev
Log:
Java 7 <>
Modified:
tomcat/trunk/test/org/apache/catalina/authenticator/TestDigestAuthenticator.java
tomcat/trunk/test/org/apache/catalina/authenticator/TestNon
Author: markt
Date: Mon Aug 27 20:24:48 2012
New Revision: 1377827
URL: http://svn.apache.org/viewvc?rev=1377827&view=rev
Log:
Take advantage of new ConcurrentMessageDigest
Modified:
tomcat/trunk/test/org/apache/catalina/authenticator/TestSSOnonLoginAndDigestAuthenticator.java
Modified:
to
Author: kkolinko
Date: Mon Aug 27 20:26:34 2012
New Revision: 1377831
URL: http://svn.apache.org/viewvc?rev=1377831&view=rev
Log:
Followup to r1377689
1. Cleanup removed property from systemprops.xml
2. Do not reference inaccessible class in Javadoc
(With my setting of JRE="Execution environment
Author: markt
Date: Mon Aug 27 20:32:19 2012
New Revision: 1377835
URL: http://svn.apache.org/viewvc?rev=1377835&view=rev
Log:
Clean-up
- Fix FindBugs NPE warnings
- Java 7 <>
- Remove static imports (auto completes are easier without them)
Modified:
tomcat/trunk/test/org/apache/catalina/webs
Author: kkolinko
Date: Mon Aug 27 20:38:05 2012
New Revision: 1377839
URL: http://svn.apache.org/viewvc?rev=1377839&view=rev
Log:
Followup to r1377688
Merged revision 1377831 from tomcat/trunk:
1. Do not reference inaccessible class in Javadoc
(With my setting of JRE="Execution environment JavaSE
Author: markt
Date: Mon Aug 27 20:51:05 2012
New Revision: 1377852
URL: http://svn.apache.org/viewvc?rev=1377852&view=rev
Log:
Better handling of exception
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/DigestAuthenticator.java
Modified:
tomcat/trunk/java/org/apache/catalina/
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725
--- Comment #3 from kevin.l.st...@nokia.com ---
Created attachment 29286
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29286&action=edit
Demonstrates the same problem post-fix.
Please unzip to obtain the data.bin which causes t
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725
kevin.l.st...@nokia.com changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resoluti
Author: markt
Date: Mon Aug 27 20:53:56 2012
New Revision: 1377853
URL: http://svn.apache.org/viewvc?rev=1377853&view=rev
Log:
Improve concurrency of DIGEST auth
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/DigestAuthenticator.java
Modified:
tomcat/trunk/java/org/apache/cat
Author: markt
Date: Mon Aug 27 20:56:10 2012
New Revision: 1377856
URL: http://svn.apache.org/viewvc?rev=1377856&view=rev
Log:
Add a MD5 digest method as it is the most commonly used.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/util/Con
Author: markt
Date: Mon Aug 27 20:57:15 2012
New Revision: 1377857
URL: http://svn.apache.org/viewvc?rev=1377857&view=rev
Log:
Take advantage of new ConcurrentMessageDigest
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/catalina/authenticator/TestD
2012/8/28 :
> Author: markt
> Date: Mon Aug 27 20:32:19 2012
> New Revision: 1377835
>
> URL: http://svn.apache.org/viewvc?rev=1377835&view=rev
> Log:
> - Remove static imports (auto completes are easier without them)
>
In Eclipse settings
Java -> Editor -> Content Assist -> Favorites
My list t
Author: markt
Date: Mon Aug 27 20:58:04 2012
New Revision: 1377858
URL: http://svn.apache.org/viewvc?rev=1377858&view=rev
Log:
Better handling of exception
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/DigestAuthenticator.ja
https://issues.apache.org/bugzilla/show_bug.cgi?id=51966
--- Comment #11 from da...@leppik.net ---
Unfortunately, just adding salt to hashes doesn't provide much more security
these days. Modern password hashing algorithms, such as bcrypt, include the
salt as part of the hash. What's more, the c
On 27/08/2012 21:58, Konstantin Kolinko wrote:
> 2012/8/28 :
>> Author: markt
>> Date: Mon Aug 27 20:32:19 2012
>> New Revision: 1377835
>>
>> URL: http://svn.apache.org/viewvc?rev=1377835&view=rev
>> Log:
>
>> - Remove static imports (auto completes are easier without them)
>>
>
> In Eclipse se
Author: markt
Date: Mon Aug 27 21:04:02 2012
New Revision: 1377861
URL: http://svn.apache.org/viewvc?rev=1377861&view=rev
Log:
Correct section
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewv
Author: markt
Date: Mon Aug 27 21:05:50 2012
New Revision: 1377863
URL: http://svn.apache.org/viewvc?rev=1377863&view=rev
Log:
Improve concurrency of DIGEST auth
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/DigestAuthentica
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725
--- Comment #5 from kevin.l.st...@nokia.com ---
Note that, not surprisingly, using Java 7's GZIPOutputStream with
syncFlush=true resolves the issue.
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53725
--- Comment #6 from Mark Thomas ---
That is an option for Tomcat 8 (which will require Java 7) but not for Tomcat 7
and earlier.
--
You are receiving this mail because:
You are the assignee for the bug.
--
Author: markt
Date: Mon Aug 27 21:21:44 2012
New Revision: 1377876
URL: http://svn.apache.org/viewvc?rev=1377876&view=rev
Log:
Further fixes for https://issues.apache.org/bugzilla/show_bug.cgi?id=53071
- Use standard text for standard HTTP error codes
- Trim Jasper error messages
Modified:
Author: markt
Date: Mon Aug 27 21:28:04 2012
New Revision: 1377878
URL: http://svn.apache.org/viewvc?rev=1377878&view=rev
Log:
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53584
Ignore path parameters when comparing URIs for FORM authentication. This
prevents users being prompted twic
https://issues.apache.org/bugzilla/show_bug.cgi?id=53071
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53584
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Mon Aug 27 21:32:00 2012
New Revision: 1377879
URL: http://svn.apache.org/viewvc?rev=1377879&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=13778
Author: fhanik
Date: Mon Aug 27 21:33:49 2012
New Revision: 1377880
URL: http://svn.apache.org/viewvc?rev=1377880&view=rev
Log:
Update documentation to include the new value
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/li
Author: markt
Date: Mon Aug 27 21:34:27 2012
New Revision: 1377881
URL: http://svn.apache.org/viewvc?rev=1377881&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53606
Fix possible NPE when sending pings between cluster nodes.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
https://issues.apache.org/bugzilla/show_bug.cgi?id=53606
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53531
Mark Thomas changed:
What|Removed |Added
Component|Catalina|Catalina
Version|6.0.35
Author: fhanik
Date: Mon Aug 27 21:36:15 2012
New Revision: 1377882
URL: http://svn.apache.org/viewvc?rev=1377882&view=rev
Log:
document the new property
Modified:
tomcat/trunk/webapps/docs/config/listeners.xml
Modified: tomcat/trunk/webapps/docs/config/listeners.xml
URL:
http://svn.apache.
> -Original Message-
> From: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
> Sent: Monday, August 27, 2012 2:09 PM
> To: Tomcat Developers List
> Subject: Re: svn commit: r1377689 -
> /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListe
> ner.java
>
> 2012/8/27 M
Author: markt
Date: Mon Aug 27 21:39:51 2012
New Revision: 1377883
URL: http://svn.apache.org/viewvc?rev=1377883&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53607
To avoid NPE, set TCP PING data to ChannelMessage.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/
2012/8/28 Filip Hanik (mailing lists) :
>>
>> There are documentation glitches yet to be fixed:
>> a. systemprops.xml change in trunk was not reverted by this commit.
>> It was reverted in 7.0.x only.
> [Filip Hanik]
> I don't see the property in trunk, do you?
I took care of that an hour ago.
ht
https://issues.apache.org/bugzilla/show_bug.cgi?id=53607
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On 27/08/2012 22:37, Filip Hanik (mailing lists) wrote:
>> -Original Message-
>> From: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
>> Sent: Monday, August 27, 2012 2:09 PM
>> To: Tomcat Developers List
>> Subject: Re: svn commit: r1377689 -
>> /tomcat/trunk/java/org/apache/catalina/c
> -Original Message-
> From: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
> Sent: Monday, August 27, 2012 3:41 PM
> To: Tomcat Developers List
> Subject: Re: svn commit: r1377689 -
> /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListe
> ner.java
>
> 2012/8/28 F
Author: markt
Date: Mon Aug 27 21:46:29 2012
New Revision: 1377884
URL: http://svn.apache.org/viewvc?rev=1377884&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53513
Fix race condition between the processing of session sync message and transfer
complete message.
Modified:
> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Monday, August 27, 2012 3:44 PM
> To: Tomcat Developers List
> Subject: Re: svn commit: r1377689 -
> /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListe
> ner.java
>
> On 27/08/2012 22:37, Fil
On 27/08/2012 22:48, Filip Hanik (mailing lists) wrote:
>
>
>> -Original Message-
>> From: Mark Thomas [mailto:ma...@apache.org]
>> Sent: Monday, August 27, 2012 3:44 PM
>> To: Tomcat Developers List
>> Subject: Re: svn commit: r1377689 -
>> /tomcat/trunk/java/org/apache/catalina/core/Jre
Author: kkolinko
Date: Mon Aug 27 22:03:33 2012
New Revision: 1377887
URL: http://svn.apache.org/viewvc?rev=1377887&view=rev
Log:
Remove unneeded handling of FORM auth in RealmBase.
The login and error pages are handled via forward, so processing completes
before this code is ever reached.
The a
Author: markt
Date: Mon Aug 27 22:04:52 2012
New Revision: 1377888
URL: http://svn.apache.org/viewvc?rev=1377888&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53047
Allow database realms configured with an all roles mode that is authentication
only to not have to define a r
Salek,
On 8/20/12 3:31 PM, Salek Talangi wrote:
> Hi all,
>
> I just started using Tomcat+j_security_check (JDBCRealm) for Form-based
> Webapp-Login.
> I read [1] that only a few standard (MD5, SHA-1, MD2?)
> java.security.MessageDigest methods are supported, which isn't enough in
> times of (
2012/8/28 Mark Thomas :
> On 27/08/2012 22:48, Filip Hanik (mailing lists) wrote:
>>
>>
>>> -Original Message-
>>> From: Mark Thomas [mailto:ma...@apache.org]
>>> Sent: Monday, August 27, 2012 3:44 PM
>>> To: Tomcat Developers List
>>> Subject: Re: svn commit: r1377689 -
>>> /tomcat/trunk/j
https://issues.apache.org/bugzilla/show_bug.cgi?id=53752
Christopher Schultz changed:
What|Removed |Added
Severity|critical|normal
--- Comment #1 from C
On 27/08/2012 23:08, Konstantin Kolinko wrote:
> 2012/8/28 Mark Thomas :
>> On 27/08/2012 22:48, Filip Hanik (mailing lists) wrote:
>>>
>>>
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: Monday, August 27, 2012 3:44 PM
To: Tomcat Developers List
>>>
Filip,
On 8/22/12 9:12 AM, Filip Hanik (mailing lists) wrote:
> I've thought about this, you see if it is using TCCL it will cause a memory
> leak on app reload as the app wont be unloaded due to the pool holding it.
> But I think we should make it an option
It's always been my position that Data
https://issues.apache.org/bugzilla/show_bug.cgi?id=53513
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53785
Priority: P2
Bug ID: 53785
Assignee: dev@tomcat.apache.org
Summary: Modern password hashing for built-in Realms
Severity: enhancement
Classification: Unclassified
OS: A
https://issues.apache.org/bugzilla/show_bug.cgi?id=53785
--- Comment #1 from da...@leppik.net ---
Should have said under step 3: "Bundle BCrypt with Tomcat" rather than the
other way around.
--
You are receiving this mail because:
You are the assignee for the bug.
-
Author: kkolinko
Date: Mon Aug 27 22:28:43 2012
New Revision: 1377892
URL: http://svn.apache.org/viewvc?rev=1377892&view=rev
Log:
Merged revision 1377887 from tomcat/trunk:
Remove unneeded handling of FORM authentication in RealmBase.
The login and error pages are handled via forward, so processi
https://issues.apache.org/bugzilla/show_bug.cgi?id=53785
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=53752
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
https://issues.apache.org/bugzilla/show_bug.cgi?id=42181
Konstantin Kolinko changed:
What|Removed |Added
CC||thyag_...@yahoo.co.in
--- Com
Author: kkolinko
Date: Mon Aug 27 23:04:11 2012
New Revision: 1377900
URL: http://svn.apache.org/viewvc?rev=1377900&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42181
Better handling of edge conditions in chunk header processing.
Added:
tomcat/trunk/test/org/apache/tom
Author: markt
Date: Mon Aug 27 23:08:08 2012
New Revision: 1377902
URL: http://svn.apache.org/viewvc?rev=1377902&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=1
Author: markt
Date: Mon Aug 27 23:08:44 2012
New Revision: 1377904
URL: http://svn.apache.org/viewvc?rev=1377904&view=rev
Log:
Update for new default
Modified:
tomcat/trunk/webapps/docs/config/valve.xml
Modified: tomcat/trunk/webapps/docs/config/valve.xml
URL:
http://svn.apache.org/viewvc/t
Author: markt
Date: Mon Aug 27 23:09:17 2012
New Revision: 1377906
URL: http://svn.apache.org/viewvc?rev=1377906&view=rev
Log:
Update for new default
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/config/valve.xml
Propchange: tomcat/tc7.0.x/trunk/
---
Author: kkolinko
Date: Mon Aug 27 23:11:20 2012
New Revision: 1377909
URL: http://svn.apache.org/viewvc?rev=1377909&view=rev
Log:
Merged revision 1377900 from tomcat/trunk:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42181
Better handling of edge conditions in chunk header processing.
> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Monday, August 27, 2012 3:55 PM
> To: Tomcat Developers List
> Subject: Re: svn commit: r1377689 -
> /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListe
> ner.java
>
> On 27/08/2012 22:48, Fil
On 28/08/2012 00:16, Filip Hanik (mailing lists) wrote:
>> -Original Message-
>> From: Mark Thomas [mailto:ma...@apache.org]
>> Sent: Monday, August 27, 2012 3:55 PM
>> To: Tomcat Developers List
>> Subject: Re: svn commit: r1377689 -
>> /tomcat/trunk/java/org/apache/catalina/core/JreMemory
Author: markt
Date: Mon Aug 27 23:25:01 2012
New Revision: 1377912
URL: http://svn.apache.org/viewvc?rev=1377912&view=rev
Log:
Proposal
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=1
Mark,
On 8/27/12 5:36 PM, bugzi...@apache.org wrote:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=53531
>
> Mark Thomas changed:
>
>What|Removed |Added
>
> Componen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 28/08/2012 00:53, Christopher Schultz wrote:
> Mark,
>
> On 8/27/12 5:36 PM, bugzi...@apache.org wrote:
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=53531
>>
>> Mark Thomas changed:
>>
>> What|Removed |Added
>>
Author: kkolinko
Date: Tue Aug 28 00:04:29 2012
New Revision: 1377917
URL: http://svn.apache.org/viewvc?rev=1377917&view=rev
Log:
Correct fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=53047
Followup to r1377888.
The code should have been added to getRoles() method, not getPassword().
On 28/08/2012 01:04, kkoli...@apache.org wrote:
> Author: kkolinko
> Date: Tue Aug 28 00:04:29 2012
> New Revision: 1377917
>
> URL: http://svn.apache.org/viewvc?rev=1377917&view=rev
> Log:
> Correct fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=53047
>
> Followup to r1377888.
> The
Author: kkolinko
Date: Tue Aug 28 00:13:14 2012
New Revision: 1377918
URL: http://svn.apache.org/viewvc?rev=1377918&view=rev
Log:
Move to correct section. Realms belong to Catalina, not Jasper.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/trunk/webapps/d
https://issues.apache.org/bugzilla/show_bug.cgi?id=53047
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
https://issues.apache.org/bugzilla/show_bug.cgi?id=42181
Konstantin Kolinko changed:
What|Removed |Added
Status|CLOSED |REOPENED
Resolution|I
https://issues.apache.org/bugzilla/show_bug.cgi?id=42181
Konstantin Kolinko changed:
What|Removed |Added
Summary|parseChunkHeader|ArrayIndexOutOfBoundsExcept
https://issues.apache.org/bugzilla/show_bug.cgi?id=42181
--- Comment #4 from Konstantin Kolinko ---
Created attachment 29288
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29288&action=edit
2012-08-28_tc6_42181.patch
Patch for Tomcat 6
--
You are receiving this mail because:
You ar
Author: kkolinko
Date: Tue Aug 28 01:03:38 2012
New Revision: 1377931
URL: http://svn.apache.org/viewvc?rev=1377931&view=rev
Log:
proposals
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?r
Author: kkolinko
Date: Tue Aug 28 01:14:36 2012
New Revision: 1377932
URL: http://svn.apache.org/viewvc?rev=1377932&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=13
Author: kkolinko
Date: Tue Aug 28 01:17:56 2012
New Revision: 1377933
URL: http://svn.apache.org/viewvc?rev=1377933&view=rev
Log:
Correction
It is already mentioned. I have not noticed.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apach
2012/8/27 Mark Thomas :
> Hi,
>
> I have all the open bugs fixed for 7.0.x with the exception of BZ53469
> that is pending input from the Servlet EG before a final fix (if any) is
> applied.
>
> I have a few other bits and pieces I want to do before I tag 7.0.30 but
> (assuming no more bugs are ope
Author: kkolinko
Date: Tue Aug 28 01:50:32 2012
New Revision: 1377940
URL: http://svn.apache.org/viewvc?rev=1377940&view=rev
Log:
Remove fixed issue.
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
Modified: tomcat/trunk/TOMCAT-NEXT.txt
URL:
http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NEXT.txt?
2012/8/13 :
> Author: markt
> Date: Mon Aug 13 12:29:51 2012
> New Revision: 1372394
>
> URL: http://svn.apache.org/viewvc?rev=1372394&view=rev
> Log:
> Additional fix for http://issues.apache.org/bugzilla/show_bug.cgi?id=53584
> Store decoded and original request URI. Restore both. Use decoded fo
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 gene...@gump.apache.org.
Project tomcat-trunk-validate has an issue affecting its community integration.
Th
97 matches
Mail list logo