Author: kkolinko
Date: Sat Nov 7 02:04:00 2015
New Revision: 1713068
URL: http://svn.apache.org/viewvc?rev=1713068&view=rev
Log:
Update test classes, aligning them with Tomcat 7.
Modified:
tomcat/tc6.0.x/trunk/test/org/apache/juli/TestClassLoaderLogManager.java
tomcat/tc6.0.x/trunk/test/
Author: kkolinko
Date: Sat Nov 7 01:54:06 2015
New Revision: 1713067
URL: http://svn.apache.org/viewvc?rev=1713067&view=rev
Log:
Add a changelog entry. Work in progress.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
Author: kkolinko
Date: Sat Nov 7 01:44:50 2015
New Revision: 1713064
URL: http://svn.apache.org/viewvc?rev=1713064&view=rev
Log:
Update test class aligning with Tomcat 7.
Modified:
tomcat/tc6.0.x/trunk/test/org/apache/catalina/valves/TestRemoteIpValve.java
Modified:
tomcat/tc6.0.x/trunk/te
Author: kkolinko
Date: Sat Nov 7 01:29:04 2015
New Revision: 1713063
URL: http://svn.apache.org/viewvc?rev=1713063&view=rev
Log:
Rename a test class to align with Tomcat 7. Remove an empty directory.
Added:
tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/test/NioSenderTest.java
-
Author: kkolinko
Date: Sat Nov 7 01:20:45 2015
New Revision: 1713062
URL: http://svn.apache.org/viewvc?rev=1713062&view=rev
Log:
Move and rename tests to align with Tomcat 7
Added:
tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group/interceptors/TestDomainFilterInterceptor.java
Author: kkolinko
Date: Sat Nov 7 01:06:31 2015
New Revision: 1713059
URL: http://svn.apache.org/viewvc?rev=1713059&view=rev
Log:
Move and rename tests to align with Tomcat 7
Added:
tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/group/
tomcat/tc6.0.x/trunk/test/org/apache/catalina/
Author: kkolinko
Date: Sat Nov 7 00:42:56 2015
New Revision: 1713056
URL: http://svn.apache.org/viewvc?rev=1713056&view=rev
Log:
Convert test class to JUnit4 and sync with Tomcat 7
Added:
tomcat/tc6.0.x/trunk/test/org/apache/catalina/ha/session/TesterPrincipal.java
- copied, changed f
Author: kkolinko
Date: Sat Nov 7 00:29:11 2015
New Revision: 1713054
URL: http://svn.apache.org/viewvc?rev=1713054&view=rev
Log:
Convert test class to JUnit4
Modified:
tomcat/tc6.0.x/trunk/test/javax/el/TestArrayELResolver.java
Modified: tomcat/tc6.0.x/trunk/test/javax/el/TestArrayELResolve
https://bz.apache.org/bugzilla/show_bug.cgi?id=58431
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: kkolinko
Date: Fri Nov 6 23:18:22 2015
New Revision: 1713052
URL: http://svn.apache.org/viewvc?rev=1713052&view=rev
Log:
For https://bz.apache.org/bugzilla/show_bug.cgi?id=58541
String.lastIndexOf(String) -> String.lastIndexOf(char) where possible
Modified:
tomcat/tc7.0.x/trunk/ (p
https://bz.apache.org/bugzilla/show_bug.cgi?id=56108
--- Comment #4 from Robert Paasche ---
Is this part of tcnativ 1.2.x ?
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: de
Mark,
On 11/6/15 7:32 AM, Mark Thomas wrote:
> On 06/11/2015 12:24, Christopher Schultz wrote:
>> On 11/6/15 7:12 AM, Mark Thomas wrote:
>
>
>
>>> Things are sufficiently messy between the spec, the TCK, 'clarification'
>>> from Oracle and Tomcat's previous behaviour that I agree both forms nee
Author: markt
Date: Fri Nov 6 17:59:09 2015
New Revision: 1713000
URL: http://svn.apache.org/viewvc?rev=1713000&view=rev
Log:
Javadoc
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java
Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java
URL:
htt
Author: markt
Date: Fri Nov 6 17:50:51 2015
New Revision: 1712993
URL: http://svn.apache.org/viewvc?rev=1712993&view=rev
Log:
Javadoc
Modified:
tomcat/trunk/java/org/apache/coyote/Request.java
tomcat/trunk/java/org/apache/coyote/Response.java
Modified: tomcat/trunk/java/org/apache/coyot
https://bz.apache.org/bugzilla/show_bug.cgi?id=58581
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Fri Nov 6 15:13:50 2015
New Revision: 1712977
URL: http://svn.apache.org/viewvc?rev=1712977&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58581
If custom error page fails, fall back to standard error page rather than
throwing an NPE.
Based on a patch by Hux
Author: markt
Date: Fri Nov 6 15:09:55 2015
New Revision: 1712975
URL: http://svn.apache.org/viewvc?rev=1712975&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58581
If custom error page fails, fall back to standard error page rather than
throwing an NPE.
Based on a patch by Hux
Author: markt
Date: Fri Nov 6 15:04:46 2015
New Revision: 1712974
URL: http://svn.apache.org/viewvc?rev=1712974&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58581
If custom error page fails, fall back to standard error page rather than
throwing an NPE.
Based on a patch by Hux
2015-11-06 16:24 GMT+02:00 Mark Thomas :
>
> On 06/11/2015 14:20, Violeta Georgieva wrote:
> > 2015-11-06 16:11 GMT+02:00 Mark Thomas :
> >>
> >> On 06/11/2015 13:09, Violeta Georgieva wrote:
> >>> Hi,
> >>>
> >>> 2015-11-04 22:15 GMT+02:00 Mark Thomas :
>
> OK. Here we go again :)
>
On 06/11/2015 14:20, Violeta Georgieva wrote:
> 2015-11-06 16:11 GMT+02:00 Mark Thomas :
>>
>> On 06/11/2015 13:09, Violeta Georgieva wrote:
>>> Hi,
>>>
>>> 2015-11-04 22:15 GMT+02:00 Mark Thomas :
OK. Here we go again :)
Thanks to everyone who has helped test 1.2.x so far. I'm
2015-11-06 16:11 GMT+02:00 Mark Thomas :
>
> On 06/11/2015 13:09, Violeta Georgieva wrote:
> > Hi,
> >
> > 2015-11-04 22:15 GMT+02:00 Mark Thomas :
> >>
> >> OK. Here we go again :)
> >>
> >> Thanks to everyone who has helped test 1.2.x so far. I'm hopeful that
> >> this one will be good enough for
On 04/11/2015 20:15, Mark Thomas wrote:
> OK. Here we go again :)
>
> Thanks to everyone who has helped test 1.2.x so far. I'm hopeful that
> this one will be good enough for the 9.0.0 RCs and - fingers crossed -
> to replace 1.1.x as well.
>
> Version 1.2.2 includes the following changes:
> - Fo
2015-11-04 21:15 GMT+01:00 Mark Thomas :
> OK. Here we go again :)
>
> Thanks to everyone who has helped test 1.2.x so far. I'm hopeful that
> this one will be good enough for the 9.0.0 RCs and - fingers crossed -
> to replace 1.1.x as well.
>
> Version 1.2.2 includes the following changes:
> - Fo
On 06/11/2015 13:09, Violeta Georgieva wrote:
> Hi,
>
> 2015-11-04 22:15 GMT+02:00 Mark Thomas :
>>
>> OK. Here we go again :)
>>
>> Thanks to everyone who has helped test 1.2.x so far. I'm hopeful that
>> this one will be good enough for the 9.0.0 RCs and - fingers crossed -
>> to replace 1.1.x a
2015-11-06 14:09 GMT+01:00 Violeta Georgieva :
> 06-Nov-2015 14:55:57.469 SEVERE [https-apr-8443-exec-2]
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process Error
> reading request, ignored
> java.lang.IllegalStateException
> at
>
> org.apache.coyote.http2.Http2UpgradeH
https://bz.apache.org/bugzilla/show_bug.cgi?id=58481
--- Comment #1 from immo.schulz-gerl...@fernuni-hagen.de ---
I've got the same problem (I assume):
Tested with
* Tomcat 8.0.26 and 8.0.28
* Webapp using the JAX-WS Servlet of jax-ws-ri 2.2.10 (or older)
* Apache HTTPD 2.4.12, 2.4.8 and 2.2.11
Hi,
2015-11-04 22:15 GMT+02:00 Mark Thomas :
>
> OK. Here we go again :)
>
> Thanks to everyone who has helped test 1.2.x so far. I'm hopeful that
> this one will be good enough for the 9.0.0 RCs and - fingers crossed -
> to replace 1.1.x as well.
>
> Version 1.2.2 includes the following changes:
On 06/11/2015 12:24, Christopher Schultz wrote:
> On 11/6/15 7:12 AM, Mark Thomas wrote:
>> Things are sufficiently messy between the spec, the TCK, 'clarification'
>> from Oracle and Tomcat's previous behaviour that I agree both forms need
>> to be supported. The new quoteAttributeEL init param
Mark,
On 11/6/15 7:12 AM, Mark Thomas wrote:
> On 06/11/2015 11:47, Christopher Schultz wrote:
>> Mark,
>>
>> On 11/5/15 4:34 AM, Mark Thomas wrote:
>>> On 05/11/2015 08:48, Mark Thomas wrote:
On 05/11/2015 05:05, Konstantin Kolinko wrote:
> Hi!
>
> I happened to stumble on the fo
Huxing,
On 11/5/15 7:08 PM, Huxing Zhang wrote:
> Hi All,
>
> I have solved the problem building tcnative on Mac OSX.
>
> The message worth noticing is:
> ld: warning: ld: warning: ignoring file /usr/local/openssl/lib/libcrypto.a,
> file was built for archive which is not the architecture being
Author: remm
Date: Fri Nov 6 12:14:21 2015
New Revision: 1712952
URL: http://svn.apache.org/viewvc?rev=1712952&view=rev
Log:
Add an instance manager field to the token, it's safer than going through the
bindings, and it can be used to determine if it needs the CL environment.
Modified:
tomc
https://bz.apache.org/bugzilla/show_bug.cgi?id=58592
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
On 06/11/2015 11:47, Christopher Schultz wrote:
> Mark,
>
> On 11/5/15 4:34 AM, Mark Thomas wrote:
>> On 05/11/2015 08:48, Mark Thomas wrote:
>>> On 05/11/2015 05:05, Konstantin Kolinko wrote:
Hi!
I happened to stumble on the following entry in changelog for 6.0.19:
Author: remm
Date: Fri Nov 6 12:00:17 2015
New Revision: 1712951
URL: http://svn.apache.org/viewvc?rev=1712951&view=rev
Log:
Checkstyle.
Modified:
tomcat/trunk/conf/web.xml
tomcat/trunk/webapps/docs/jasper-howto.xml
Modified: tomcat/trunk/conf/web.xml
URL:
http://svn.apache.org/viewvc/
https://bz.apache.org/bugzilla/show_bug.cgi?id=58590
--- Comment #3 from Christopher Schultz ---
Two things:
1. If possible, look at the UserDatabase class to see if you can get that to
reload instead of the Realm. If you think about e.g. DatsSourceRealm, it makes
more sense to "reload" the data
Mark,
On 11/5/15 4:34 AM, Mark Thomas wrote:
> On 05/11/2015 08:48, Mark Thomas wrote:
>> On 05/11/2015 05:05, Konstantin Kolinko wrote:
>>> Hi!
>>>
>>> I happened to stumble on the following entry in changelog for 6.0.19:
>>>
>>>
>>> Fix various edge-cases when parsing EL, particul
https://bz.apache.org/bugzilla/show_bug.cgi?id=58592
Bug ID: 58592
Summary: Org.apache.coyote.request scheme is null
Product: Tomcat 7
Version: 7.0.54
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
On 06/11/2015 09:33, r...@apache.org wrote:
> Author: remm
> Date: Fri Nov 6 09:33:34 2015
> New Revision: 1712925
>
> URL: http://svn.apache.org/viewvc?rev=1712925&view=rev
> Log:
> Follow up to r1712529: AJP should return false to comet rather than throwing
> an unsupported exception.
Tx.
Ma
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/250
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
Author: remm
Date: Fri Nov 6 09:38:26 2015
New Revision: 1712926
URL: http://svn.apache.org/viewvc?rev=1712926&view=rev
Log:
Checkstyle [whatever...].
Modified:
tomcat/tc8.0.x/trunk/conf/web.xml
tomcat/tc8.0.x/trunk/webapps/docs/jasper-howto.xml
Modified: tomcat/tc8.0.x/trunk/conf/web.x
Author: remm
Date: Fri Nov 6 09:33:34 2015
New Revision: 1712925
URL: http://svn.apache.org/viewvc?rev=1712925&view=rev
Log:
Follow up to r1712529: AJP should return false to comet rather than throwing an
unsupported exception.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/coyote/ajp/Abstr
-commons/daemon/dist/bin/commons-daemon-20151106-native-src.tar.gz
-Dtest.reports=output/logs-NIO
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151106-native-src.tar.gz
-Dexamples.sources.skip=true
-Dtomcat-dbcp.home=/srv/gump/public/workspace
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136
--- Comment #29 from Mark Thomas ---
That isn't the option you want. You want this one:
quoteAttributeEL
Thanks for the reminder, I'd forgotten to document it.
--
You are receiving this mail because:
You are the assignee for the bug.
--
Author: markt
Date: Fri Nov 6 08:15:09 2015
New Revision: 1712913
URL: http://svn.apache.org/viewvc?rev=1712913&view=rev
Log:
Document the new quoteAttributeEL option.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/conf/web.xml
tomcat/tc8.0.x/trunk/webapps/doc
Author: markt
Date: Fri Nov 6 08:13:29 2015
New Revision: 1712912
URL: http://svn.apache.org/viewvc?rev=1712912&view=rev
Log:
Document the new quoteAttributeEL option.
Modified:
tomcat/trunk/conf/web.xml
tomcat/trunk/webapps/docs/jasper-howto.xml
Modified: tomcat/trunk/conf/web.xml
URL:
45 matches
Mail list logo