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-trunk-validate has an issue affecting its community integration.
Th
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-validate has an issue affecting its community
integration.
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-tc7.0.x-validate has an issue affecting its community
integration.
Author: remm
Date: Fri Nov 3 15:39:43 2017
New Revision: 1814218
URL: http://svn.apache.org/viewvc?rev=1814218&view=rev
Log:
Fix import order.
Modified:
tomcat/tc8.5.x/trunk/test/org/apache/jasper/compiler/TesterValidator.java
Modified:
tomcat/tc8.5.x/trunk/test/org/apache/jasper/compiler/
https://bz.apache.org/bugzilla/show_bug.cgi?id=61719
--- Comment #5 from Remy Maucherat ---
The fix will be included in 9.0.2 and 8.5.24.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscrib
Author: remm
Date: Fri Nov 3 15:28:37 2017
New Revision: 1814215
URL: http://svn.apache.org/viewvc?rev=1814215&view=rev
Log:
61681: Allow HTTP/2 push when using a request wrapper.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/catalina/connector/Re
Author: remm
Date: Fri Nov 3 15:18:38 2017
New Revision: 1814202
URL: http://svn.apache.org/viewvc?rev=1814202&view=rev
Log:
61719: Add a null check for apparent NPE possibility
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Stream.jav
https://bz.apache.org/bugzilla/show_bug.cgi?id=61719
--- Comment #4 from Jack <94544...@qq.com> ---
9.0.1 is still in beta, where can I download the 9.0.2 in alpha or something?
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61719
--- Comment #3 from Jack <94544...@qq.com> ---
By the way, If I remove
from the https connector then I will not got this NullPointerException.
Good to know, you people have already fixed it. Great.
--
You are receiving this mail be
https://bz.apache.org/bugzilla/show_bug.cgi?id=61673
Remy Maucherat changed:
What|Removed |Added
OS||All
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=61682
Remy Maucherat changed:
What|Removed |Added
Status|NEW |NEEDINFO
OS|
https://bz.apache.org/bugzilla/show_bug.cgi?id=61719
Remy Maucherat changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: remm
Date: Fri Nov 3 14:40:15 2017
New Revision: 1814195
URL: http://svn.apache.org/viewvc?rev=1814195&view=rev
Log:
61719: Add a null check for apparent NPE possibility (all other places ensure
the buffer is not null). Not sure if there's a worrying root cause.
Modified:
tomcat/tru
Github user markt-asf closed the pull request at:
https://github.com/apache/tomcat/pull/82
---
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
https://bz.apache.org/bugzilla/show_bug.cgi?id=61683
Remy Maucherat changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Remy Mau
https://bz.apache.org/bugzilla/show_bug.cgi?id=61681
Remy Maucherat changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: remm
Date: Fri Nov 3 14:31:36 2017
New Revision: 1814192
URL: http://svn.apache.org/viewvc?rev=1814192&view=rev
Log:
61681: Allow HTTP/2 push when using a request wrapper. The main problem is that
newPUshBuilder doesn't allow passing the base request, unlike startAsync, so
add an extra
https://bz.apache.org/bugzilla/show_bug.cgi?id=61719
--- Comment #1 from Jack <94544...@qq.com> ---
By the way, the code is in a AsyncContextHandler
ServletInputStream sis = request.getInputStream();
sis.setReadListener(this); //this line throw exception, this is the
ACHandler
any way, this
https://bz.apache.org/bugzilla/show_bug.cgi?id=61719
Bug ID: 61719
Summary: http2(h2) AsyncContext setReadListener
NullPointerException
Product: Tomcat 9
Version: 9.0.1
Hardware: PC
OS: Linux
Sta
Author: remm
Date: Fri Nov 3 13:23:29 2017
New Revision: 1814181
URL: http://svn.apache.org/viewvc?rev=1814181&view=rev
Log:
Add a useSendfile attribute for HTTP/2.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/Http2Protocol.java
tomcat/trunk/java/org/apache/coyote/http2/Stream.jav
Author: jfclere
Date: Fri Nov 3 12:43:19 2017
New Revision: 1814172
URL: http://svn.apache.org/viewvc?rev=1814172&view=rev
Log:
Merge branch 'maven-install' of https://github.com/maxime-beck/tomcat into trunk
Modified:
tomcat/trunk/res/maven/mvn-pub.xml
Modified: tomcat/trunk/res/maven/mvn-
https://bz.apache.org/bugzilla/show_bug.cgi?id=61717
s.kiesewet...@igniti.de changed:
What|Removed |Added
OS||All
Hardware|PC
https://bz.apache.org/bugzilla/show_bug.cgi?id=61717
Bug ID: 61717
Summary: Wepapp deployment errors are not logged to context log
Product: Tomcat 8
Version: 8.5.9
Hardware: PC
Status: NEW
Severity: normal
Prior
Hi Mark,
JDK 10 Early Access build 29 is available at : - jdk.java.net/10/
JDK 10 Early Access Release Notes are available [1]
JDK 10 Schedule, Status & Features are available [2]
Notes
* OpenJDK EA binaries will be available at a later date.
* Oracle has proposed: Newer version-str
Github user mithunsasidharan commented on the issue:
https://github.com/apache/tomcat/pull/83
@markt-asf : Can I just call `getSSLProtocol()` from within
`getSslEnabledProtocols()` ?
```
public String getSslEnabledProtocols() {
registerDefaultSSLHostConfig(
Github user markt-asf commented on the issue:
https://github.com/apache/tomcat/pull/83
The duplicated code is a sign that this could be handled elsewhere with
less code (i.e. in StringUtils)
---
-
To unsubscribe, e-
https://bz.apache.org/bugzilla/show_bug.cgi?id=61668
--- Comment #1 from Mithun Sasidharan ---
PR for this bug - https://github.com/apache/tomcat/pull/83
--
You are receiving this mail because:
You are the assignee for the bug.
---
GitHub user mithunsasidharan opened a pull request:
https://github.com/apache/tomcat/pull/83
Bug 61668 - Possible NullPointerException in org.apache.coyote.http11â¦
Bug 61668 - Possible NullPointerException in
org.apache.coyote.http11.AbstractHttp11Protocol
https://bz.apac
28 matches
Mail list logo