Author: violetagg
Date: Thu Jan 25 07:54:59 2018
New Revision: 24429
Log:
Remove 7.0.82
Removed:
release/tomcat/tomcat-7/v7.0.82/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail:
Author: violetagg
Date: Thu Jan 25 07:51:24 2018
New Revision: 1822179
URL: http://svn.apache.org/viewvc?rev=1822179&view=rev
Log:
Update docs for Apache Tomcat 7.0.84 release.
[This commit notification would consist of 347 parts,
which exceeds the limit of 50 ones, so it was shortened to the s
Author: violetagg
Date: Thu Jan 25 07:36:43 2018
New Revision: 1822178
URL: http://svn.apache.org/viewvc?rev=1822178&view=rev
Log:
Updates (excluding docs) for 7.0.84 release
Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/
2018-01-24 21:05 GMT+02:00 Igal @ Lucee.org :
>
> Konstantin,
>
> I'd be happy to make all the necessary corections.
>
> On 1/24/2018 2:44 AM, Konstantin Kolinko wrote:
>>
>> 1. The "print view" of the page is important. One should be able to
>> print it. Especially the documentation.
>>
>> I think
On Wed, Jan 24, 2018 at 4:57 PM, Christopher Schultz
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Coty,
>
> On 1/24/18 1:34 PM, Coty Sutherland wrote:
>> I think this is the right thread to add this :)
>>
>> Given that we will be able to accept PRs on Github after this
>> migrati
https://bz.apache.org/bugzilla/show_bug.cgi?id=62032
--- Comment #7 from Coty Sutherland ---
Actually using "caught" was the wrong word. I prevented the NPE by checking the
certificate a bit earlier in the stack and threw a FNFE (where a warn was
previously logged) up to the Connector init. Take
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Coty,
On 1/24/18 1:34 PM, Coty Sutherland wrote:
> I think this is the right thread to add this :)
>
> Given that we will be able to accept PRs on Github after this
> migration, do we want to add a Travis (or other CI) configuration
> to our repos
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129
--- Comment #24 from Christopher Schultz ---
(In reply to Sebastien Tardif from comment #23)
> It seems this issue is about fundamentalist versus pragmatism. Even if the
> order is deterministic, some application will still fail because not the
https://bz.apache.org/bugzilla/show_bug.cgi?id=62032
--- Comment #6 from Christopher Schultz ---
Catching NPE/FNFE is pretty ugly. Is there a better way to do it? I'd prefer to
pro-actively validate the configuration and tell the user something is wrong
than catch these exceptions.
--
You are r
https://bz.apache.org/bugzilla/show_bug.cgi?id=52381
--- Comment #15 from Coty Sutherland ---
Any thoughts on the patch? It's a rough draft and I should replace all the hard
coded spec version info with dynamic stuff, but as far as using these manifests
as a template to fill in other info, does t
https://bz.apache.org/bugzilla/show_bug.cgi?id=62032
Coty Sutherland changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: csutherl
Date: Wed Jan 24 19:49:03 2018
New Revision: 1822152
URL: http://svn.apache.org/viewvc?rev=1822152&view=rev
Log:
Fixed https://bz.apache.org/bugzilla/show_bug.cgi?id=62032
Fix NullPointerException when certificateFile is not defined on an
SSLHostConfig and unify the behavior when
Author: csutherl
Date: Wed Jan 24 19:45:00 2018
New Revision: 1822150
URL: http://svn.apache.org/viewvc?rev=1822150&view=rev
Log:
Fixed https://bz.apache.org/bugzilla/show_bug.cgi?id=62032
Fix NullPointerException when certificateFile is not defined on an
SSLHostConfig and unify the behavior when
Konstantin,
I'd be happy to make all the necessary corections.
On 1/24/2018 2:44 AM, Konstantin Kolinko wrote:
1. The "print view" of the page is important. One should be able to
print it. Especially the documentation.
I think that menu and search box were not visible when printing, but
one ha
On 24/01/18 18:38, Igal @ Lucee.org wrote:
> Mark,
>
> On 1/24/2018 1:43 AM, Mark Thomas wrote:
>> Looks great. Patch applied many thanks.
> Thank you. I appreciate the feedback.
>
>> I don't suppose you are interested in making similar changes to the
>> documentation web applications (the conte
On 24/01/18 18:34, Coty Sutherland wrote:
> I think this is the right thread to add this :)
>
> Given that we will be able to accept PRs on Github after this
> migration, do we want to add a Travis (or other CI) configuration to
> our repository so that it will do a test build (and maybe test one
Mark,
On 1/24/2018 1:43 AM, Mark Thomas wrote:
Looks great. Patch applied many thanks.
Thank you. I appreciate the feedback.
I don't suppose you are interested in making similar changes to the
documentation web applications (the content gets copied to the web-site)
and/or updating the Tomcat
I think this is the right thread to add this :)
Given that we will be able to accept PRs on Github after this
migration, do we want to add a Travis (or other CI) configuration to
our repository so that it will do a test build (and maybe test one
connector) when someone proposes a pull? Doing that
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/989
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=62024
--- Comment #2 from SergeP ---
Mark
Looks like it did not save my environment - Windows Server 2012
Also these bugs might be related to this one:
*[57546](https://bz.apache.org/bugzilla/show_bug.cgi?id=57546)
*[57750](https://bz.apac
Author: remm
Date: Wed Jan 24 17:54:08 2018
New Revision: 1822141
URL: http://svn.apache.org/viewvc?rev=1822141&view=rev
Log:
Avoid NPE if there is no Engine.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ThreadLocalLeakPreventionLi
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/988
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Author: remm
Date: Wed Jan 24 17:49:56 2018
New Revision: 1822138
URL: http://svn.apache.org/viewvc?rev=1822138&view=rev
Log:
Avoid NPE if there is no Engine.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/ThreadLocalLeakPreventionLi
Author: remm
Date: Wed Jan 24 17:48:18 2018
New Revision: 1822136
URL: http://svn.apache.org/viewvc?rev=1822136&view=rev
Log:
Avoid NPE if there is no Engine.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/catalina/core/ThreadLocalLeakPreventionLi
Author: remm
Date: Wed Jan 24 17:46:54 2018
New Revision: 1822134
URL: http://svn.apache.org/viewvc?rev=1822134&view=rev
Log:
Avoid duplicate load calls (which can happen in some cases like a malformed
server.xml).
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/j
Author: remm
Date: Wed Jan 24 17:45:03 2018
New Revision: 1822132
URL: http://svn.apache.org/viewvc?rev=1822132&view=rev
Log:
Avoid duplicate load calls (which can happen in some cases like a malformed
server.xml).
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/j
Author: remm
Date: Wed Jan 24 17:43:22 2018
New Revision: 1822131
URL: http://svn.apache.org/viewvc?rev=1822131&view=rev
Log:
Avoid duplicate load calls (which can happen in some cases like a malformed
server.xml).
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/j
https://bz.apache.org/bugzilla/show_bug.cgi?id=62028
--- Comment #1 from Mark Thomas ---
Comment on attachment 35693
--> https://bz.apache.org/bugzilla/attachment.cgi?id=35693
Tomcat 9 log, regarding Server Sent Events
The NPE on shutdown looks like a Tomcat bug to me and we should get that fi
https://bz.apache.org/bugzilla/show_bug.cgi?id=62036
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Wed Jan 24 16:35:23 2018
New Revision: 1822119
URL: http://svn.apache.org/viewvc?rev=1822119&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62036
When caching an authenticated user Principal in the session when the web
application is configured with the NonLo
Author: markt
Date: Wed Jan 24 16:34:40 2018
New Revision: 1822118
URL: http://svn.apache.org/viewvc?rev=1822118&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62036
When caching an authenticated user Principal in the session when the web
application is configured with the NonLo
Author: markt
Date: Wed Jan 24 16:33:47 2018
New Revision: 1822117
URL: http://svn.apache.org/viewvc?rev=1822117&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62036
When caching an authenticated user Principal in the session when the web
application is configured with the NonLo
Author: markt
Date: Wed Jan 24 16:32:31 2018
New Revision: 1822116
URL: http://svn.apache.org/viewvc?rev=1822116&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62036
When caching an authenticated user Principal in the session when the web
application is configured with the NonLo
https://bz.apache.org/bugzilla/show_bug.cgi?id=62024
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=62024
SergeP changed:
What|Removed |Added
Severity|normal |major
OS|
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129
--- Comment #23 from Sebastien Tardif ---
It seems this issue is about fundamentalist versus pragmatism. Even if the
order is deterministic, some application will still fail because not the order
they are used to, but at least always fail.
I
https://bz.apache.org/bugzilla/show_bug.cgi?id=62024
SergeP changed:
What|Removed |Added
OS||Windows Server 2012
--
You are receiving thi
https://bz.apache.org/bugzilla/show_bug.cgi?id=62024
SergeP changed:
What|Removed |Added
OS|All |Windows Server 2012
--
You are receiving thi
Thanks for the quick feedback!
Rgds,Rory
On 24/01/2018 12:10, Mark Thomas wrote:
On 22/01/18 10:18, Rory O'Donnell wrote:
Hi Mark,
Happy New Year!
*OpenJDK builds - *JDK 10 Early Access build 40 is available at
http://jdk.java.net/10/
Builds OK.
Starts and stops without error. Quick smo
https://bz.apache.org/bugzilla/show_bug.cgi?id=62036
--- Comment #8 from Mark Thomas ---
Regardless, this does look like a bug that needs to be fixed. Apart from
NonLoginAuthenticator.doAuthenticate() everywhere else that caches the
Principal in the session caches the TomcatPrincipal. Switching t
https://bz.apache.org/bugzilla/show_bug.cgi?id=57129
Sebastien Tardif changed:
What|Removed |Added
CC||sebtar...@ncf.ca
--
You are receiv
Author: remm
Date: Wed Jan 24 15:19:25 2018
New Revision: 1822111
URL: http://svn.apache.org/viewvc?rev=1822111&view=rev
Log:
Avoid NPE if there is no Engine.
Modified:
tomcat/trunk/java/org/apache/catalina/core/ThreadLocalLeakPreventionListener.java
tomcat/trunk/webapps/docs/changelog.x
Author: remm
Date: Wed Jan 24 15:13:11 2018
New Revision: 1822109
URL: http://svn.apache.org/viewvc?rev=1822109&view=rev
Log:
Avoid duplicate load calls (which can happen in some cases like a malformed
server.xml).
Modified:
tomcat/trunk/java/org/apache/catalina/startup/Catalina.java
tom
https://bz.apache.org/bugzilla/show_bug.cgi?id=62036
--- Comment #7 from Mark Thomas ---
Hmm. 8.0.43 fails in the same way.
Maybe the 8.0.43 tested by the OP was configured in such a way that this
worked?
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://bz.apache.org/bugzilla/show_bug.cgi?id=62036
--- Comment #6 from Mark Thomas ---
I see the same behaviour with trunk 8.0.x. This looks like a regression between
8.0.43 and 8.0.49. Nothing obvious in the change log. Still looking.
--
You are receiving this mail because:
You are the assig
https://bz.apache.org/bugzilla/show_bug.cgi?id=62032
--- Comment #4 from Coty Sutherland ---
(In reply to Mark Thomas from comment #3)
> We should check that the behaviour is consistent for:
> - no keystore or PEM file specified
This behaves the same as the bugzilla description (throws an NPE).
On 22/01/18 10:18, Rory O'Donnell wrote:
> Hi Mark,
>
> Happy New Year!
>
> *OpenJDK builds - *JDK 10 Early Access build 40 is available at
> http://jdk.java.net/10/
Builds OK.
Starts and stops without error. Quick smoke test with the WebSocket
examples looks OK.
Unit tests pass on Linux.
Ov
The Buildbot has detected a restored build on builder tomcat-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/2985
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Author: markt
Date: Wed Jan 24 10:54:49 2018
New Revision: 1822094
URL: http://svn.apache.org/viewvc?rev=1822094&view=rev
Log:
SpotBugs
Add a check to silence a warning
Trivial(ish) commit to test CI
Modified:
tomcat/trunk/test/org/apache/coyote/http2/TestAbstractStream.java
Modified: tomcat
2018-01-24 12:43 GMT+03:00 Mark Thomas :
> On 20/01/18 03:04, Igal Sapir wrote:
>> UPDATE:
>>
>> On Fri, Jan 19, 2018 at 4:30 PM, Igal Sapir wrote:
>>
>>> To clarify,
>>>
>>> I have updated the code for the site. I have not updated the site itself
>>> since I'm not a committer (my previous statem
https://bz.apache.org/bugzilla/show_bug.cgi?id=62032
--- Comment #3 from Mark Thomas ---
No good reason I can recall.
We should check that the behaviour is consistent for:
- no keystore or PEM file specified
- keystore specified but file does not exist
- PEM file specified but file doe snot exis
Author: markt
Date: Wed Jan 24 09:48:53 2018
New Revision: 1822092
URL: http://svn.apache.org/viewvc?rev=1822092&view=rev
Log:
Remove beta tag from 9.0.x
Modified:
tomcat/site/trunk/docs/download-90.html
tomcat/site/trunk/xdocs/download-90.xml
Modified: tomcat/site/trunk/docs/download-90
On 20/01/18 03:04, Igal Sapir wrote:
> UPDATE:
>
> On Fri, Jan 19, 2018 at 4:30 PM, Igal Sapir wrote:
>
>> To clarify,
>>
>> I have updated the code for the site. I have not updated the site itself
>> since I'm not a committer (my previous statement seemed unclear).
>>
>> A committer needs to p
Modified: tomcat/site/trunk/docs/migration-9.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1822091&r1=1822090&r2=1822091&view=diff
==
--- tomcat/site/trunk/docs/migration-9.html (origin
Modified: tomcat/site/trunk/docs/oldnews.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1822091&r1=1822090&r2=1822091&view=diff
==
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomc
Author: markt
Date: Wed Jan 24 09:41:27 2018
New Revision: 1822091
URL: http://svn.apache.org/viewvc?rev=1822091&view=rev
Log:
Make web site responsive. Patch by Igal Sapir.
Added:
tomcat/site/trunk/docs/res/js/
tomcat/site/trunk/docs/res/js/tomcat.js (with props)
tomcat/site/trunk/
Modified: tomcat/site/trunk/docs/security-impact.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-impact.html?rev=1822091&r1=1822090&r2=1822091&view=diff
==
--- tomcat/site/trunk/docs/security-impact.
Author: violetagg
Date: Wed Jan 24 09:25:56 2018
New Revision: 1822090
URL: http://svn.apache.org/viewvc?rev=1822090&view=rev
Log:
Update the release date for 7.0.84
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http
Author: violetagg
Date: Wed Jan 24 09:21:39 2018
New Revision: 24408
Log:
Release 7.0.84
Added:
release/tomcat/tomcat-7/v7.0.84/
- copied from r24407, dev/tomcat/tomcat-7/v7.0.84/
Removed:
dev/tomcat/tomcat-7/v7.0.84/
---
Hi,
2018-01-19 17:41 GMT+02:00 Violeta Georgieva :
>
> The proposed Apache Tomcat 7.0.84 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.84/
> The Maven staging repo is:
> https://repository.apache.org/content/reposito
Author: violetagg
Date: Wed Jan 24 09:14:11 2018
New Revision: 1822089
URL: http://svn.apache.org/viewvc?rev=1822089&view=rev
Log:
Update the release date for 8.0.49
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http
Author: violetagg
Date: Wed Jan 24 09:07:59 2018
New Revision: 24407
Log:
Release 8.0.49
Added:
release/tomcat/tomcat-8/v8.0.49/
- copied from r24406, dev/tomcat/tomcat-8/v8.0.49/
Removed:
dev/tomcat/tomcat-8/v8.0.49/
---
Hi,
2018-01-19 23:08 GMT+02:00 Violeta Georgieva :
>
> The proposed Apache Tomcat 8.0.49 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.49/
> The Maven staging repo is:
> https://repository.apache.org/content/reposito
63 matches
Mail list logo