https://bz.apache.org/bugzilla/show_bug.cgi?id=63023
Bug ID: 63023
Summary: Provide a way to load SecurityProviders into the
system classloader compatible with Java 9+
Product: Tomcat 9
Version: 9.0.13
Hardware: All
Congratulations!
Welcome Woonsan!
2018年12月19日(水) 18:56 Mark Thomas :
> On behalf of the Tomcat committers I am pleased to announce that
> Woonsan Ko (woonsan) has been voted in as a new Tomcat committer.
>
> Please join me in welcoming him.
>
> Kind regards,
>
> Mark
>
> -
Thank you very much for the warm welcomes!
I have watched many volunteering hearts here, helping each other in
this community, for years. This community has been my biggest input
source from which I have learned how to grow ourselves together, in
positive, collaborative, collective, inclusive, sust
https://bz.apache.org/bugzilla/show_bug.cgi?id=63022
--- Comment #1 from Pankaj ---
Created attachment 36338
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36338&action=edit
Web application(SimpleWebApp) to recreate bug
--
You are receiving this mail because:
You are the assignee for th
https://bz.apache.org/bugzilla/show_bug.cgi?id=63022
Bug ID: 63022
Summary: Nio2Endpoint(SocketProcessorBase) for async request
doesn't decrement LimitLatch while handling socket
that is already closed
Product: Tomcat 8
The Buildbot has detected a restored build on builder tomcat-85-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-85-trunk/builds/1589
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
Author: markt
Date: Wed Dec 19 21:00:45 2018
New Revision: 1849341
URL: http://svn.apache.org/viewvc?rev=1849341&view=rev
Log:
Ensure TLS socket is closed when normal closure fails.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/Loca
Author: markt
Date: Wed Dec 19 20:57:51 2018
New Revision: 1849340
URL: http://svn.apache.org/viewvc?rev=1849340&view=rev
Log:
Increase margin for threading oddities
I can only see one way this can occur and it looks very unlikely but it has
been observed as high as 11.
Modified:
tomcat/tc8.
Author: markt
Date: Wed Dec 19 20:56:04 2018
New Revision: 1849339
URL: http://svn.apache.org/viewvc?rev=1849339&view=rev
Log:
I don't think this is the failure (I'd expect a subsequent thread not to see an
update rather than to see too many updates) but fix it anyway.
Modified:
tomcat/tc8.5
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 8.5.37.
Apache Tomcat 8 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language, Java
WebSocket and Java Authentication Service Provider Interface for
Containers t
Author: markt
Date: Wed Dec 19 20:43:02 2018
New Revision: 1849338
URL: http://svn.apache.org/viewvc?rev=1849338&view=rev
Log:
Correct release date
Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/xdocs/index.xml
Modified: tomcat/site/trunk/docs/index.html
URL:
http://svn.a
Author: markt
Date: Wed Dec 19 20:42:04 2018
New Revision: 1849337
URL: http://svn.apache.org/viewvc?rev=1849337&view=rev
Log:
Update site for 8.5.37 release
Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs/download-80.
On Wed, Dec 19, 2018 at 5:13 PM wrote:
> Author: markt
> Date: Wed Dec 19 16:13:46 2018
> New Revision: 1849311
>
> URL: http://svn.apache.org/viewvc?rev=1849311&view=rev
> Log:
> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=54741
> Add a new method, Tomcat.addWebapp(String,URL), that allow
Author: markt
Date: Wed Dec 19 17:27:20 2018
New Revision: 1849324
URL: http://svn.apache.org/viewvc?rev=1849324&view=rev
Log:
Update docs for 8.5.37 release
[This commit notification would consist of 64 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
--
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 9.0.14.
Apache Tomcat 9 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language, Java
WebSocket and JASPIC technologies.
Apache Tomcat 9.0.14 is a bugfix and feat
The Buildbot has detected a new failure on builder tomcat-85-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-85-trunk/builds/1588
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
https://bz.apache.org/bugzilla/show_bug.cgi?id=54741
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Dec 19 16:49:47 2018
New Revision: 1849321
URL: http://svn.apache.org/viewvc?rev=1849321&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=54741
Add a new method, Tomcat.addWebapp(String,URL), that allows a web application
to be deployed from a URL when usin
Author: markt
Date: Wed Dec 19 16:41:37 2018
New Revision: 1849319
URL: http://svn.apache.org/viewvc?rev=1849319&view=rev
Log:
Correct the Javadoc for Context.getDocBase() and Context.setDocBase() and
remove text that indicates that a URL may be used for the docBase as this has
not been the case
The Buildbot has detected a restored build on builder tomcat-85-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-85-trunk/builds/1587
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
Author: markt
Date: Wed Dec 19 16:30:28 2018
New Revision: 1849317
URL: http://svn.apache.org/viewvc?rev=1849317&view=rev
Log:
Javadoc is HTML not XML
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/catalina/Context.java
tomcat/tc8.5.x/trunk/java
Author: markt
Date: Wed Dec 19 16:30:07 2018
New Revision: 1849316
URL: http://svn.apache.org/viewvc?rev=1849316&view=rev
Log:
Javadoc is HTML not XML
Modified:
tomcat/trunk/java/org/apache/catalina/Context.java
tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java
Modified: tomcat/t
Author: markt
Date: Wed Dec 19 16:26:04 2018
New Revision: 1849315
URL: http://svn.apache.org/viewvc?rev=1849315&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=54741
Add a new method, Tomcat.addWebapp(String,URL), that allows a web application
to be deployed from a URL when usin
The Buildbot has detected a new failure on builder tomcat-trunk while building
. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/3932
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
Author: markt
Date: Wed Dec 19 16:17:07 2018
New Revision: 1849312
URL: http://svn.apache.org/viewvc?rev=1849312&view=rev
Log:
Add a new method, Tomcat.addWebapp(String,URL), that allows a web application
to be deployed from a URL when using Tomcat in embedded mode.
Modified:
tomcat/tc8.5.x/
Author: markt
Date: Wed Dec 19 16:13:46 2018
New Revision: 1849311
URL: http://svn.apache.org/viewvc?rev=1849311&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=54741
Add a new method, Tomcat.addWebapp(String,URL), that allows a web application
to be deployed from a URL when usin
Author: markt
Date: Wed Dec 19 16:11:30 2018
New Revision: 1849310
URL: http://svn.apache.org/viewvc?rev=1849310&view=rev
Log:
Correct the Javadoc for Context.getDocBase() and Context.setDocBase() and
remove text that indicates that a URL may be used for the docBase as this has
not been the case
Author: remm
Date: Wed Dec 19 15:34:36 2018
New Revision: 1849306
URL: http://svn.apache.org/viewvc?rev=1849306&view=rev
Log:
Add optional monitoring contraptions to the image.
Modified:
tomcat/trunk/res/tomcat-maven/Dockerfile
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/tru
https://bz.apache.org/bugzilla/show_bug.cgi?id=63021
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=63021
Bug ID: 63021
Summary: Cannot store non-PrivateKeys
Product: Tomcat 8
Version: 8.5.20
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Componen
https://bz.apache.org/bugzilla/show_bug.cgi?id=63021
Thiago Rodrigues changed:
What|Removed |Added
OS||All
--- Comment #1 from Thiago Rodr
https://bz.apache.org/bugzilla/show_bug.cgi?id=63019
Bug ID: 63019
Summary: Websocket frame header encoding + fix
Product: Tomcat 8
Version: 8.5.32
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
The Buildbot has detected a new failure on builder tomcat-85-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-85-trunk/builds/1586
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
Am Mittwoch, den 19.12.2018, 09:56 + schrieb Mark Thomas:
> On behalf of the Tomcat committers I am pleased to announce that
> Woonsan Ko (woonsan) has been voted in as a new Tomcat committer.
>
> Please join me in welcoming him.
Congrats,
Felix
>
> Kind regards,
>
> Mark
>
> ---
On behalf of the Tomcat committers I am pleased to announce that
Woonsan Ko (woonsan) has been voted in as a new Tomcat committer.
Please join me in welcoming him.
Kind regards,
Mark
-
To unsubscribe, e-mail: dev-unsubscr...@to
Author: markt
Date: Wed Dec 19 09:51:10 2018
New Revision: 1849283
URL: http://svn.apache.org/viewvc?rev=1849283&view=rev
Log:
Ensure that the ServletOutputStream implementation is consistent with the
requirements of asynchronous I/O and that all of the write methods use a single
write rather th
Author: markt
Date: Wed Dec 19 09:49:40 2018
New Revision: 1849282
URL: http://svn.apache.org/viewvc?rev=1849282&view=rev
Log:
Ensure that the ServletOutputStream implementation is consistent with the
requirements of asynchronous I/O and that all of the write methods use a single
write rather th
Author: markt
Date: Wed Dec 19 09:48:06 2018
New Revision: 1849281
URL: http://svn.apache.org/viewvc?rev=1849281&view=rev
Log:
Ensure that the ServletOutputStream implementation is consistent with the
requirements of asynchronous I/O and that all of the write methods use a single
write rather th
38 matches
Mail list logo