Author: markt
Date: Wed Jan 30 12:28:05 2019
New Revision: 1852519
URL: http://svn.apache.org/viewvc?rev=1852519&view=rev
Log:
Fix handling of POJOs with synthetic methods.
Issue found while testing with nightly build of Jakarta EE WebSocket TCK.
Modified:
tomcat/trunk/java/org/apache/tomcat/
Author: markt
Date: Wed Jan 30 12:28:43 2019
New Revision: 1852520
URL: http://svn.apache.org/viewvc?rev=1852520&view=rev
Log:
Fix handling of POJOs with synthetic methods.
Issue found while testing with nightly build of Jakarta EE WebSocket TCK.
Modified:
tomcat/tc8.5.x/trunk/ (props chang
Author: markt
Date: Wed Jan 30 12:29:19 2019
New Revision: 1852521
URL: http://svn.apache.org/viewvc?rev=1852521&view=rev
Log:
Fix handling of POJOs with synthetic methods.
Issue found while testing with nightly build of Jakarta EE WebSocket TCK.
Modified:
tomcat/tc7.0.x/trunk/ (props chang
On Tue, Jan 29, 2019 at 10:34 PM Mark Thomas wrote:
> See:
> https://download.eclipse.org/ee4j/jakartaee-tck/8.0.1/nightly/
>
> I've started with the EL 3.0 TCK as it should be one of the simplest to
> set up.
>
> Those of you who had access to the TCKs from Sun/Oracle will find it
> very familia
https://bz.apache.org/bugzilla/show_bug.cgi?id=62626
--- Comment #23 from jan.pfei...@centrum.cz ---
It has been 6 months now, was there any progress with bug? Should I re-test
with newer versions of Tomcat?
--
You are receiving this mail because:
You are the assignee for the bug.
--
Hi all,
I'd like to tag 9.0.x at the end of this week. To do that the 1.2.21
native votes needs to pass. Please try and make time to test and vote on
that release.
Thanks,
Mark
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.a
On Fri, Jan 25, 2019 at 10:06 PM Mark Thomas wrote:
> Version 1.2.21 includes the following changes compared to 1.2.19:
>
> - Fixed memory leak associated with the use of OpenSSL BIO (used when
> OpenSSL provides the TLS functionality for the NIO and NIO2
> connectors) with Rainer's addition
https://bz.apache.org/bugzilla/show_bug.cgi?id=63115
Philippe changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--- Comment #4 from Philippe ---
bu
On Fri, Jan 4, 2019 at 3:47 AM Mark Thomas wrote:
>
> On 04/01/2019 02:01, Woonsan Ko wrote:
> > Thanks Mark!
> > If you need a hand to synchronize the content between source and
> > POEditor projects later, I'd like to volunteer for that. I expect the
> > job should be done very carefully though.
A few failures on this one. I'm tracking progress here:
https://cwiki.apache.org/confluence/display/TOMCAT/WebSocket+TCK
Score so far is:
1 TCK bug
38 TBD
A lot of the TBD appear to have the same root cause so hopefully that
number will come down quickly.
Mark
https://bz.apache.org/bugzilla/show_bug.cgi?id=62626
--- Comment #24 from Christopher Schultz ---
(In reply to jan.pfeifer from comment #23)
> It has been 6 months now, was there any progress with bug? Should I re-test
> with newer versions of Tomcat?
There is currently a vote being taken on a n
Author: schultz
Date: Wed Jan 30 21:25:15 2019
New Revision: 1852551
URL: http://svn.apache.org/viewvc?rev=1852551&view=rev
Log:
Add reference to the EncryptInterceptor for unsecured networks.
Modified:
tomcat/trunk/webapps/docs/security-howto.xml
Modified: tomcat/trunk/webapps/docs/security
Author: schultz
Date: Wed Jan 30 21:27:13 2019
New Revision: 1852552
URL: http://svn.apache.org/viewvc?rev=1852552&view=rev
Log:
Back-port r1852551 to add a note about using the EncryptInterceptor on
untrusted networks.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/tru
Author: schultz
Date: Wed Jan 30 21:28:22 2019
New Revision: 1852553
URL: http://svn.apache.org/viewvc?rev=1852553&view=rev
Log:
Update the EncryptInterceptor documentation to include expanded cipher
block-mode information.
Modified:
tomcat/trunk/webapps/docs/config/cluster-interceptor.xml
Author: schultz
Date: Wed Jan 30 21:29:20 2019
New Revision: 1852554
URL: http://svn.apache.org/viewvc?rev=1852554&view=rev
Log:
Back-port r1852553 to update the EncryptInterceptor documentation to include
expanded cipher block-mode information.
Modified:
tomcat/tc8.5.x/trunk/ (props chang
Author: schultz
Date: Wed Jan 30 21:35:59 2019
New Revision: 1852555
URL: http://svn.apache.org/viewvc?rev=1852555&view=rev
Log:
Add EncryptInterceptor option to security section.
Modified:
tomcat/trunk/webapps/docs/cluster-howto.xml
Modified: tomcat/trunk/webapps/docs/cluster-howto.xml
URL:
Author: schultz
Date: Wed Jan 30 21:36:54 2019
New Revision: 1852556
URL: http://svn.apache.org/viewvc?rev=1852556&view=rev
Log:
Back-port r1852555 to add EncryptInterceptor option to security section.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/webapps/docs/clu
Author: schultz
Date: Wed Jan 30 21:48:04 2019
New Revision: 1852557
URL: http://svn.apache.org/viewvc?rev=1852557&view=rev
Log:
Remove out-dated warning about BackupManager.
Clarify language.
Modified:
tomcat/trunk/webapps/docs/cluster-howto.xml
Modified: tomcat/trunk/webapps/docs/cluster-h
Author: schultz
Date: Wed Jan 30 21:49:15 2019
New Revision: 1852558
URL: http://svn.apache.org/viewvc?rev=1852558&view=rev
Log:
Back-port 1852557
Remove out-dated warning about BackupManager.
Clarify language.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/webapps
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 1/25/19 16:06, Mark Thomas wrote:
> Version 1.2.21 includes the following changes compared to 1.2.19:
>
> - Fixed memory leak associated with the use of OpenSSL BIO (used
> when OpenSSL provides the TLS functionality for the NIO and NIO2
20 matches
Mail list logo