On Fri, Apr 12, 2019 at 6:15 PM wrote:
> This is an automated email from the ASF dual-hosted git repository.
>
> remm pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 9480788 Avoid NPE when minimal Context defined i
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new ca24292 Avoid NPE when minimal Context defined in
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 9141493 Avoid NPE when minimal Context defined in
The Buildbot has detected a new failure on builder tomcat-trunk while building
tomcat. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/4253
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new fa43440 Better error for empty header name
fa4344
https://bz.apache.org/bugzilla/show_bug.cgi?id=63389
--- Comment #1 from Mark Thomas ---
Start and stop are synchronous. Calling start() then stop() should be
sufficient. Doing that with the current startup scripts is a little trickier
because you need to wait for the shutdown port to open.
Some
On 29/04/2019 12:30, r...@apache.org wrote:
> This is an automated email from the ASF dual-hosted git repository.
>
> remm pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>
The Buildbot has detected a restored build on builder tomcat-trunk while
building tomcat. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/4254
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
On Mon, Apr 29, 2019 at 1:53 PM Mark Thomas wrote:
> On 29/04/2019 12:30, r...@apache.org wrote:
> > This is an automated email from the ASF dual-hosted git repository.
> >
> > remm pushed a commit to branch master
> > in repository https://gitbox.apache.org/repos/asf/tomcat.git
> >
> >
> > The f
https://bz.apache.org/bugzilla/show_bug.cgi?id=63379
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|---
On 29/04/2019 13:20, Rémy Maucherat wrote:
> On Mon, Apr 29, 2019 at 1:53 PM Mark Thomas wrote:
>
>> On 29/04/2019 12:30, r...@apache.org wrote:
>>> This is an automated email from the ASF dual-hosted git repository.
>>>
>>> remm pushed a commit to branch master
>>> in repository https://gitbox.a
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from fa43440 Better error for empty header name
new 3dad84a Reduce the scope of the connectorsLock when adding a Con
https://bz.apache.org/bugzilla/show_bug.cgi?id=63358
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 81efd6a Add i18n to two Hpack exceptions
81efd6a
https://bz.apache.org/bugzilla/show_bug.cgi?id=63354
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
The Buildbot has detected a new failure on builder tomcat-trunk while building
tomcat. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/4256
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new a19e8fe Tolerate concurrency
a19e8fe is described
The Buildbot has detected a restored build on builder tomcat-trunk while
building tomcat. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/4257
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new cf0ffcf Disable h2 logging again
cf0ffcf is descr
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from cf0ffcf Disable h2 logging again
new e3e9d80 Partial fix for
https://bz.apache.org/bugzilla/show_bug.cgi?id=63
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new d063e40 Move changelog entries to correct locati
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from ca24292 Avoid NPE when minimal Context defined in server.xml
new 50697c59 Back-port refactoring to keep code alig
https://bz.apache.org/bugzilla/show_bug.cgi?id=63389
--- Comment #2 from Igal Sapir ---
(In reply to Mark Thomas from comment #1)
> Start and stop are synchronous. Calling start() then stop() should be
> sufficient. Doing that with the current startup scripts is a little trickier
> because you ne
https://bz.apache.org/bugzilla/show_bug.cgi?id=63389
--- Comment #3 from Christopher Schultz ---
I'm definitely missing something, here. Launching Tomcat and then shutting it
down saves zero time on the next launch except maybe to create a directory or
two and unpack any WAR archives being deploy
https://bz.apache.org/bugzilla/show_bug.cgi?id=63389
--- Comment #4 from Igal Sapir ---
(In reply to Christopher Schultz from comment #3)
> I'm definitely missing something, here. Launching Tomcat and then shutting
> it down saves zero time on the next launch except maybe to create a
> directory
https://bz.apache.org/bugzilla/show_bug.cgi?id=63389
--- Comment #5 from Christopher Schultz ---
(In reply to Igal Sapir from comment #4)
> (In reply to Christopher Schultz from comment #3)
> > I'm definitely missing something, here. Launching Tomcat and then shutting
> > it down saves zero time
Chris,
On Thu, Apr 25, 2019 at 12:08 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Igal,
>
> On 4/25/19 14:42, Igal Sapir wrote:
> > On 4/25/2019 11:30 AM, Coty Sutherland wrote:
> >> If you clone a single branch with no refe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Igal,
On 4/29/19 14:52, Igal Sapir wrote:
> Chris,
>
> On Thu, Apr 25, 2019 at 12:08 PM Christopher Schultz <
> ch...@christopherschultz.net> wrote:
>
>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256
>>
>> Igal,
>>
>> On 4/25/19 14:42, Igal S
https://bz.apache.org/bugzilla/show_bug.cgi?id=63389
--- Comment #6 from Igal Sapir ---
(In reply to Christopher Schultz from comment #5)
> (In reply to Igal Sapir from comment #4)
> > (In reply to Christopher Schultz from comment #3)
> > > I'm definitely missing something, here. Launching Tomcat
Chris,
On 4/29/2019 12:18 PM, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Igal,
On 4/29/19 14:52, Igal Sapir wrote:
Chris,
On Thu, Apr 25, 2019 at 12:08 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:
-BEGIN PGP SIGNED MESSAGE- Hash: SHA
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 669d640 Align with 8.5.x and 7.0.x
669d640 is de
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 9141493 Avoid NPE when minimal Context defined in server.xml
new 45fd227 Improve the one line formatter so it ou
https://bz.apache.org/bugzilla/show_bug.cgi?id=63335
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
OS|
Author: markt
Date: Mon Apr 29 21:33:02 2019
New Revision: 1858401
URL: http://svn.apache.org/viewvc?rev=1858401&view=rev
Log:
Remove announcements of deprecated releases from the home page
Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/oldnews-2015.html
tomcat/sit
Author: markt
Date: Mon Apr 29 21:48:32 2019
New Revision: 1858402
URL: http://svn.apache.org/viewvc?rev=1858402&view=rev
Log:
Rewrite still not right. Try again
Modified:
tomcat/site/trunk/xdocs/.htaccess
Modified: tomcat/site/trunk/xdocs/.htaccess
URL:
http://svn.apache.org/viewvc/tomcat/
Author: markt
Date: Mon Apr 29 21:48:53 2019
New Revision: 1858403
URL: http://svn.apache.org/viewvc?rev=1858403&view=rev
Log:
Rewrite still not right. Try again
Modified:
tomcat/site/trunk/docs/.htaccess
Modified: tomcat/site/trunk/docs/.htaccess
URL:
http://svn.apache.org/viewvc/tomcat/si
Author: markt
Date: Mon Apr 29 21:50:14 2019
New Revision: 1858404
URL: http://svn.apache.org/viewvc?rev=1858404&view=rev
Log:
Whoops
Modified:
tomcat/site/trunk/docs/.htaccess
tomcat/site/trunk/xdocs/.htaccess
Modified: tomcat/site/trunk/docs/.htaccess
URL:
http://svn.apache.org/viewvc
Author: markt
Date: Mon Apr 29 21:57:55 2019
New Revision: 1858405
URL: http://svn.apache.org/viewvc?rev=1858405&view=rev
Log:
Finally...
Modified:
tomcat/site/trunk/docs/.htaccess
tomcat/site/trunk/xdocs/.htaccess
Modified: tomcat/site/trunk/docs/.htaccess
URL:
http://svn.apache.org/vi
markt-asf commented on issue #157:
https://bz.apache.org/bugzilla/show_bug.cgi?id=6
URL: https://github.com/apache/tomcat/pull/157#issuecomment-487770720
Just a note to say this next on my list to look at - hopefully tomorrow.
---
40 matches
Mail list logo