https://issues.apache.org/bugzilla/show_bug.cgi?id=45851
Summary: FarmWarDeployer fails to properly unpack copied war on
target node
Product: Tomcat 6
Version: 6.0.18
Platform: PC
OS/Version: Windows Server 2003
Sta
Author: rjung
Date: Fri Sep 19 14:23:22 2008
New Revision: 697248
URL: http://svn.apache.org/viewvc?rev=697248&view=rev
Log:
Improve Active Directory compatibility of the JNDIRealm.
AD often returns referrals and when iterating through
NamingEnumerations those produce PartialResultsException
we n
I added an optional configurable default role to the JNDIRealm.
That's useful, if you only want to authenticate the users (password check).
http://svn.apache.org/viewvc?rev=697213&view=rev
I could as well add it to most of the other Realms, but I'm wondering,
if it would make more sense to i
Author: rjung
Date: Fri Sep 19 12:51:59 2008
New Revision: 697213
URL: http://svn.apache.org/viewvc?rev=697213&view=rev
Log:
Add an optional and configurable default role to the JNDIRealm.
This comes handy, if you only want to authenticate the users,
but have a security constraint with a role in t
Author: rjung
Date: Fri Sep 19 12:15:39 2008
New Revision: 697193
URL: http://svn.apache.org/viewvc?rev=697193&view=rev
Log:
Add backport 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/STAT
Author: rjung
Date: Fri Sep 19 12:12:59 2008
New Revision: 697192
URL: http://svn.apache.org/viewvc?rev=697192&view=rev
Log:
Port r486217, which was applied to connectors, but has
never been applied to 6.0 and trunk.
Modified:
tomcat/trunk/java/org/apache/jk/common/JkInputStream.java
Modifie
Author: rjung
Date: Fri Sep 19 11:56:23 2008
New Revision: 697186
URL: http://svn.apache.org/viewvc?rev=697186&view=rev
Log:
Add backport 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/STAT
Author: rjung
Date: Fri Sep 19 11:56:43 2008
New Revision: 697187
URL: http://svn.apache.org/viewvc?rev=697187&view=rev
Log:
Add backport proposal.
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.
Author: rjung
Date: Fri Sep 19 11:51:14 2008
New Revision: 697183
URL: http://svn.apache.org/viewvc?rev=697183&view=rev
Log:
Add Mark's proposed fix for BZ 45026:
mod_jk + httpd 2.x fails with a null status message.
Although the problem has been fixed in future httpd and mod_jk
versions, we shoul
Author: rjung
Date: Fri Sep 19 11:44:32 2008
New Revision: 697181
URL: http://svn.apache.org/viewvc?rev=697181&view=rev
Log:
Vote.
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?rev=
Author: rjung
Date: Fri Sep 19 11:44:19 2008
New Revision: 697180
URL: http://svn.apache.org/viewvc?rev=697180&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=697180
Author: rjung
Date: Fri Sep 19 11:03:28 2008
New Revision: 697168
URL: http://svn.apache.org/viewvc?rev=697168&view=rev
Log:
Add backport proposal.
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.
Author: rjung
Date: Fri Sep 19 11:03:10 2008
New Revision: 697167
URL: http://svn.apache.org/viewvc?rev=697167&view=rev
Log:
Add backport 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/STAT
Author: rjung
Date: Fri Sep 19 10:33:22 2008
New Revision: 697158
URL: http://svn.apache.org/viewvc?rev=697158&view=rev
Log:
Correct wrong "No role found" realm debug logging,
even if a role was found.
Modified:
tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java
Modified: tomcat/trun
Konstantin Kolinko wrote:
> Mark,
>
> I tend to agree with your reading of the EBNF grammar there, but I think that
> the grammar is wrong.
Unfortunately, we have to implement the spec. If we think it is wrong we
can ask the EG for a clarification but in the mean time we should be compliant.
> Th
I will be out of the office starting 07/03/2008 and will not return until
10/04/2008.
I am out of the office and will not be returning. If you need Engineering
support contact Bob Keller 502-593-6334 or Richard Childress 925-425-6981.
This e-mail (including any attachments) may contain inform
2008/9/19 Mark Thomas <[EMAIL PROTECTED]>:
> Mark Thomas wrote:
>> Konstantin Kolinko wrote:
>>> In JSP 2.1 spec there is chapter
>>> JSP.1.6 Quoting and Escape Conventions
>>> - see "Quoting in Attributes" part there.
>>>
>>> Thus, IMHO, ${\'string literal\'} will be valid if used as the value for
Mladen Turk wrote:
Rainer Jung wrote:
...
Why not making something like:
dnl
dnl APR_REMOVEFROM(variable, value)
dnl
...
This looks more simpler to me, compared to hard-to-read regex
sed rules.
Yep, done in r697070.
Ups, entschuldingug bitte Herr Jung, missed that :)
Cheers
Keine Urs
https://issues.apache.org/bugzilla/show_bug.cgi?id=45392
--- Comment #11 from Aristotelis <[EMAIL PROTECTED]> 2008-09-19 07:13:04 PST
---
Created an attachment (id=22611)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=22611)
OCSP support for apache tomcat
A new version of the pa
Author: markt
Date: Fri Sep 19 06:57:24 2008
New Revision: 697098
URL: http://svn.apache.org/viewvc?rev=697098&view=rev
Log:
Improve my previous fix for handling case where there are no IPv6 addresses.
Modified:
tomcat/connectors/trunk/jni/native/src/address.c
Modified: tomcat/connectors/tru
Rainer Jung wrote:
...
Why not making something like:
dnl
dnl APR_REMOVEFROM(variable, value)
dnl
...
This looks more simpler to me, compared to hard-to-read regex
sed rules.
Yep, done in r697070.
Ups, entschuldingug bitte Herr Jung, missed that :)
Cheers
--
^(TM)
-
Mark Thomas wrote:
> Konstantin Kolinko wrote:
>> In JSP 2.1 spec there is chapter
>> JSP.1.6 Quoting and Escape Conventions
>> - see "Quoting in Attributes" part there.
>>
>> Thus, IMHO, ${\'string literal\'} will be valid if used as the value for
>> an attribute of custom tag.
I've looked at this
On Fri, 2008-09-19 at 12:45 +0100, Mark Thomas wrote:
> Tags are involved so it looks like this is a bug in Tomcat rather than the
> TCK. Maybe a regression from my fix for 45427? It might just be me but
> anything in Jasper to do with EL seems really fragile.
I am not aware of this failure, so it
Mladen Turk wrote:
[EMAIL PROTECTED] wrote:
Author: rjung
Date: Tue Sep 16 13:05:34 2008
New Revision: 696032
URL: http://svn.apache.org/viewvc?rev=696032&view=rev
Log:
Improve sed expresion added in r695003.
LDFLAGS could already include "Wl,", so we shouldn't
add them a second time.
Problem r
Author: rjung
Date: Fri Sep 19 05:42:26 2008
New Revision: 697070
URL: http://svn.apache.org/viewvc?rev=697070&view=rev
Log:
Remove sed regular expression juggling in configure
used for optionally prefixing LDFLAGS by "-Wl,".
Instead use a shell loop and "case" pattern matching
defined in a reusa
Hi,
I am new in the Tomcat world. However these last few months I tried to
understand a little better how tomcat works concentrating mostly on the
Connectors (Protocol Handlers) aspect. I now found something which is confusing
me a little and I hope someone here can explain to me how this works
Konstantin Kolinko wrote:
> In JSP 2.1 spec there is chapter
> JSP.1.6 Quoting and Escape Conventions
> - see "Quoting in Attributes" part there.
>
> Thus, IMHO, ${\'string literal\'} will be valid if used as the value for
> an attribute of custom tag.
>
> The example from the spec
> "/>
> become
https://issues.apache.org/bugzilla/show_bug.cgi?id=45837
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
Author: markt
Date: Fri Sep 19 04:29:28 2008
New Revision: 697058
URL: http://svn.apache.org/viewvc?rev=697058&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=697058
2008/9/19 Mark Thomas <[EMAIL PROTECTED]>:
> With the recent fixes to the EL code it appears that there is a bug in the
> TCK. I won't repeat the exact test since the TCK licence won't let me do
> that but a simple version is that the TCK thinks the following expression
> should be valid:
>
> ${\'s
https://issues.apache.org/bugzilla/show_bug.cgi?id=45419
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
Author: markt
Date: Fri Sep 19 04:12:13 2008
New Revision: 697053
URL: http://svn.apache.org/viewvc?rev=697053&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45419
Set Accept-Ranges for static resources served by DefaultServlet
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Author: markt
Date: Fri Sep 19 04:09:15 2008
New Revision: 697051
URL: http://svn.apache.org/viewvc?rev=697051&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45441
Correctly map filters for FORWARD and INCLUDE
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x
Author: markt
Date: Fri Sep 19 04:06:26 2008
New Revision: 697050
URL: http://svn.apache.org/viewvc?rev=697050&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45823
Log missing request headers as - not null
Based on a patch by Per Landberg
Modified:
tomcat/tc6.0.x/trunk/S
https://issues.apache.org/bugzilla/show_bug.cgi?id=45823
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/LocalStrings_es.properties
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/LocalStrings_es.properties?rev=697049&r1=697048&r2=697049&view=diff
==
https://issues.apache.org/bugzilla/show_bug.cgi?id=45785
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
Author: markt
Date: Fri Sep 19 03:59:38 2008
New Revision: 697048
URL: http://svn.apache.org/viewvc?rev=697048&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45785
Ignore directories named xxx.jar in WEB-INF/lib
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.
Author: markt
Date: Fri Sep 19 03:53:41 2008
New Revision: 697046
URL: http://svn.apache.org/viewvc?rev=697046&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=43327
Socket bind fails when using APR on a system with IPv6 enabled but no explicit
IPv6 address configured.
Modifi
Author: markt
Date: Fri Sep 19 03:45:07 2008
New Revision: 697042
URL: http://svn.apache.org/viewvc?rev=697042&view=rev
Log:
Provide full stacktrace/message when ErrorReportValveClass can't be
instantiated.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/org/apache/ca
Author: markt
Date: Fri Sep 19 03:39:02 2008
New Revision: 697040
URL: http://svn.apache.org/viewvc?rev=697040&view=rev
Log:
Add in startup options to the cluster channel.
Document the multicast recovery options
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/STATUS
[EMAIL PROTECTED] wrote:
Author: rjung
Date: Tue Sep 16 13:05:34 2008
New Revision: 696032
URL: http://svn.apache.org/viewvc?rev=696032&view=rev
Log:
Improve sed expresion added in r695003.
LDFLAGS could already include "Wl,", so we shouldn't
add them a second time.
Problem reported by Brian Rec
Author: rjung
Date: Fri Sep 19 02:13:57 2008
New Revision: 697002
URL: http://svn.apache.org/viewvc?rev=697002&view=rev
Log:
Add backport proposals (EL).
I put the whitespace cleanup backport proposal in
front of Mark's last EL addition, because it was
applied to trunk earlier and makes backporti
Remy Maucherat wrote:
> On Thu, 2008-09-18 at 19:42 +, [EMAIL PROTECTED] wrote:
>> Author: markt
>> Date: Thu Sep 18 12:42:54 2008
>> New Revision: 696780
>>
>> URL: http://svn.apache.org/viewvc?rev=696780&view=rev
>> Log:
>> Add explicit lookaheads where they could be ambiguity. This resolves
44 matches
Mail list logo