To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-test-apr has an issue affecting its community
integration.
mons/daemon/dist/bin/commons-daemon-20151023-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20151023/lib
-Dtest.relaxTiming=true
-Dcommons-daemon.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58530
Bug ID: 58530
Summary: Proposal for new Manager HTML GUI
Product: Tomcat 9
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
2015-10-23 15:12 GMT+02:00 Mark Thomas :
> Found it.
>
> unwrap() only unwraps one TLS Record at a time. If there are multiple
> TLS records in the input buffer unwrap reads them all into the engine
> but only provides the decrypt for the first. Further calls to unwrap are
> required to decrypt th
https://bz.apache.org/bugzilla/show_bug.cgi?id=58522
Violeta Georgieva changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: violetagg
Date: Fri Oct 23 18:36:17 2015
New Revision: 1710277
URL: http://svn.apache.org/viewvc?rev=1710277&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58522
Fixed concurrency issue when iterating web application's resources.
Modified:
tomcat/tc7.0.x/trunk/java/o
Author: kkolinko
Date: Fri Oct 23 16:42:29 2015
New Revision: 1710268
URL: http://svn.apache.org/viewvc?rev=1710268&view=rev
Log:
Correct changelog links (the 8.0 one was wrong) and add Tomcat 9.
Modified:
tomcat/site/trunk/docs/bugreport.html
tomcat/site/trunk/xdocs/bugreport.xml
Modifi
Author: kkolinko
Date: Fri Oct 23 16:22:36 2015
New Revision: 1710265
URL: http://svn.apache.org/viewvc?rev=1710265&view=rev
Log:
Update version numbers
Modified:
tomcat/site/trunk/docs/lists.html
tomcat/site/trunk/xdocs/lists.xml
Modified: tomcat/site/trunk/docs/lists.html
URL:
http://
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/505
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
Author: kkolinko
Date: Fri Oct 23 15:58:07 2015
New Revision: 1710253
URL: http://svn.apache.org/viewvc?rev=1710253&view=rev
Log:
svn:eol-style = native
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/modules/LocalStrings.properties
(props changed)
tomca
https://bz.apache.org/bugzilla/show_bug.cgi?id=58522
--- Comment #3 from Ryan Fong ---
G'day, Violeta. Your proposal looks great. In fact, it will likely improve
throughput since we only deploy the war once and your patch avoids unnecessary
sorting on all subsequent calls. Thank you!
--
You are
Author: ognjen
Date: Fri Oct 23 15:08:40 2015
New Revision: 1710228
URL: http://svn.apache.org/viewvc?rev=1710228&view=rev
Log:
Added Ognjen Blagojevic to commiters list.
Modified:
tomcat/site/trunk/docs/whoweare.html
tomcat/site/trunk/xdocs/whoweare.xml
Modified: tomcat/site/trunk/docs/
https://bz.apache.org/bugzilla/show_bug.cgi?id=58522
--- Comment #2 from Violeta Georgieva ---
Created attachment 33201
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33201&action=edit
Proposal
Hi,
Can you test the different approach that I have.
I also do not like the idea that the or
On 10/23/2015 03:12 PM, Mark Thomas wrote:
> On 23/10/2015 12:26, Mark Thomas wrote:
>> On 23/10/2015 11:54, Rémy Maucherat wrote:
>>> 2015-10-23 10:12 GMT+02:00 Mark Thomas :
>>>
I've made a little progress.
I can see in Wireshark that the initial HTTP/2 connection preface is
s
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/504
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
On 23/10/2015 12:26, Mark Thomas wrote:
> On 23/10/2015 11:54, Rémy Maucherat wrote:
>> 2015-10-23 10:12 GMT+02:00 Mark Thomas :
>>
>>> I've made a little progress.
>>>
>>> I can see in Wireshark that the initial HTTP/2 connection preface is
>>> sent followed by a SETTINGS frame are sent by Chrome.
Hi Tomcat devs,
I've read an old mail (2007) about JNDIRealm and Digest authentication. I
had the same problem, and made my own workaround by implementing
getPAssword in a subclass. (see
https://github.com/Sewatech/swutils/blob/master/tc-utils/src/main/java/fr/sewatech/tcutils/realm/LdapRealm.java
Author: markt
Date: Fri Oct 23 13:10:07 2015
New Revision: 1710204
URL: http://svn.apache.org/viewvc?rev=1710204&view=rev
Log:
Use explicit rather than anonymous inner classes for the handshake completion
handlers since that makes it easier to read debug traces.
Minor formatting fixes
Add a (po
https://bz.apache.org/bugzilla/show_bug.cgi?id=58520
Tweemaal Drie changed:
What|Removed |Added
OS||All
CC|
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/502
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
Author: markt
Date: Fri Oct 23 11:36:59 2015
New Revision: 1710179
URL: http://svn.apache.org/viewvc?rev=1710179&view=rev
Log:
More improvements to debug logging inspired by Chrome+NIO2 investigations
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java
tomcat/trun
On 23/10/2015 11:54, Rémy Maucherat wrote:
> 2015-10-23 10:12 GMT+02:00 Mark Thomas :
>
>> I've made a little progress.
>>
>> I can see in Wireshark that the initial HTTP/2 connection preface is
>> sent followed by a SETTINGS frame are sent by Chrome.
>>
>> Debug logging in Tomcat shows that that
Author: markt
Date: Fri Oct 23 11:22:25 2015
New Revision: 1710174
URL: http://svn.apache.org/viewvc?rev=1710174&view=rev
Log:
Improve debug logging
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java
tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properti
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/501
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
Author: remm
Date: Fri Oct 23 10:58:26 2015
New Revision: 1710170
URL: http://svn.apache.org/viewvc?rev=1710170&view=rev
Log:
Add an empty non login, add the modules to the list, cleanup.
Added:
tomcat/trunk/java/org/apache/catalina/authenticator/jaspic/provider/modules/NonLoginAuthModule.ja
2015-10-23 10:12 GMT+02:00 Mark Thomas :
> I've made a little progress.
>
> I can see in Wireshark that the initial HTTP/2 connection preface is
> sent followed by a SETTINGS frame are sent by Chrome.
>
> Debug logging in Tomcat shows that that data is never processed by the
> Http2UpgradeHandler.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58497
Amit Pande changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #2 from Amit Pande ---
A
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/191
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
-help
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151023-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20151023/lib
-Dt
https://bz.apache.org/bugzilla/show_bug.cgi?id=58497
Violeta Georgieva changed:
What|Removed |Added
Status|NEW |NEEDINFO
--
You are receiving thi
https://bz.apache.org/bugzilla/show_bug.cgi?id=58490
Violeta Georgieva changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: violetagg
Date: Fri Oct 23 08:22:55 2015
New Revision: 1710136
URL: http://svn.apache.org/viewvc?rev=1710136&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58490
Merged revision 1710134 from tomcat/trunk:
Fix NPE when searching for SCIs in case the web app is not extracte
On 23/10/2015 08:39, Rémy Maucherat wrote:
> 2015-10-22 16:56 GMT+02:00 Mark Thomas :
>
>> I've got things up and running on Windows (a good opportunity to test
>> the tcnative binaries) and I see what looks to be the same problem with
>> Chrome + NIO2 in that no images are displayed. Even a simpl
Author: violetagg
Date: Fri Oct 23 08:12:47 2015
New Revision: 1710134
URL: http://svn.apache.org/viewvc?rev=1710134&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58490
Fix NPE when searching for SCIs in case the web app is not extracted
Modified:
tomcat/trunk/java/org/apa
2015-10-22 16:56 GMT+02:00 Mark Thomas :
> I've got things up and running on Windows (a good opportunity to test
> the tcnative binaries) and I see what looks to be the same problem with
> Chrome + NIO2 in that no images are displayed. Even a simple HTTP/2 page
> fails.
>
If you don't find anythi
Author: markt
Date: Fri Oct 23 07:17:58 2015
New Revision: 1710125
URL: http://svn.apache.org/viewvc?rev=1710125&view=rev
Log:
More debug logging
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
tomcat/trunk/java/org/apache/coyote/LocalStrings.properties
Modified: tomc
37 matches
Mail list logo