Author: markt
Date: Tue May 20 00:34:01 2008
New Revision: 658132
URL: http://svn.apache.org/viewvc?rev=658132&view=rev
Log:
Add some comments to Remy's -1s
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/t
Author: markt
Date: Tue May 20 00:45:42 2008
New Revision: 658139
URL: http://svn.apache.org/viewvc?rev=658139&view=rev
Log:
Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=44282
Make TRACE level logging work with a security manager.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/
https://issues.apache.org/bugzilla/show_bug.cgi?id=44282
--- Comment #2 from Mark Thomas <[EMAIL PROTECTED]> 2008-05-20 00:45:52 PST ---
This has been fixed in 6.0.x and will be included in 6.0.17 onwards.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
---
Author: markt
Date: Tue May 20 00:50:46 2008
New Revision: 658143
URL: http://svn.apache.org/viewvc?rev=658143&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44955
Use correct location for endorsed dir
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/re
https://issues.apache.org/bugzilla/show_bug.cgi?id=44955
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
On Tue, 2008-05-20 at 07:34 +, [EMAIL PROTECTED] wrote:
> Author: markt
> Date: Tue May 20 00:34:01 2008
> New Revision: 658132
>
> URL: http://svn.apache.org/viewvc?rev=658132&view=rev
> Log:
> Add some comments to Remy's -1s
>-1: remm (I think it is a good patch, but it throws an error f
https://issues.apache.org/bugzilla/show_bug.cgi?id=45026
--- Comment #5 from Rainer Jung <[EMAIL PROTECTED]> 2008-05-20 06:01:31 PST ---
That helped a lot. Indeed it seems httpd 2.x forces a status line to contain a
non empty reason phrase, although RFC 2616 seems to allow empty ones. I poste
https://issues.apache.org/bugzilla/show_bug.cgi?id=45026
--- Comment #6 from Rainer Jung <[EMAIL PROTECTED]> 2008-05-20 07:24:30 PST ---
See: http://marc.info/?t=12112883072&r=1&w=2
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receivi
Author: remm
Date: Tue May 20 08:50:05 2008
New Revision: 658292
URL: http://svn.apache.org/viewvc?rev=658292&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=6582
Author: markt
Date: Tue May 20 15:33:19 2008
New Revision: 658466
URL: http://svn.apache.org/viewvc?rev=658466&view=rev
Log:
Fix NPE in patch for bug 44986
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Validator.java
Modified: tomcat/tc6.0
Author: markt
Date: Tue May 20 15:39:42 2008
New Revision: 658470
URL: http://svn.apache.org/viewvc?rev=658470&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44994
Correct BNF grammar so ${0 lt a ? 1 lt a ? "many": "one": "none"} works
Note patch is larger than strictly neces
https://issues.apache.org/bugzilla/show_bug.cgi?id=44994
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
https://issues.apache.org/bugzilla/show_bug.cgi?id=43094
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Author: markt
Date: Tue May 20 15:54:32 2008
New Revision: 658474
URL: http://svn.apache.org/viewvc?rev=658474&view=rev
Log:
Fix remainder of https://issues.apache.org/bugzilla/show_bug.cgi?id=43094
Provide options for selecting keystore providers
Modified:
tomcat/tc6.0.x/trunk/java/org/apac
Author: markt
Date: Tue May 20 15:55:00 2008
New Revision: 658475
URL: http://svn.apache.org/viewvc?rev=658475&view=rev
Log:
Status update
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?re
Hi all
I'm investigating a potential problem that I'm having with tomcat 6.0.x
(head of the svn tree).
I have written a fileserver servlet. This servlet works mostly fine with
the NIO connector, except for problems with Sun's DirectBuffer
implementation but that's another story.
The issue
Filip Hanik - Dev Lists wrote:
is this really the diff?
Yep. The joys of using code generation tools.
basically impossible to tell what changed
The bits that matter are:
Modified: tomcat/tc6.0.x/trunk/java/org/apache/el/parser/ELParser.jjt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/tr
[EMAIL PROTECTED] wrote:
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42747
Use any META-INF/context.xml in a consistent manner and ensure it is used on
@@ -95,4 +92,6 @@
-1: remm (would need convincing that this is really well tested, otherwise
delay to next release)
m
Remy Maucherat wrote:
On Tue, 2008-05-20 at 07:34 +, [EMAIL PROTECTED] wrote:
Author: markt
Date: Tue May 20 00:34:01 2008
New Revision: 658132
URL: http://svn.apache.org/viewvc?rev=658132&view=rev
Log:
Add some comments to Remy's -1s
-1: remm (I think it is a good patch, but it throws a
https://issues.apache.org/bugzilla/show_bug.cgi?id=37822
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|REOPENED|RESOLVED
20 matches
Mail list logo