https://bz.apache.org/bugzilla/show_bug.cgi?id=62358
Bug ID: 62358
Summary: Stream not writable error when using HTTP2 upgrade
protocol on Firefox
Product: Tomcat 9
Version: 9.0.8
Hardware: PC
Status: NEW
Github user markt-asf commented on the issue:
https://github.com/apache/tomcat/pull/109
I'm not convinced the proposed approach is the right one in this case.
---
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apac
Author: markt
Date: Mon May 7 19:44:27 2018
New Revision: 1831124
URL: http://svn.apache.org/viewvc?rev=1831124&view=rev
Log:
Correct name of OP
Modified:
tomcat/site/trunk/docs/security-7.html
tomcat/site/trunk/docs/security-8.html
tomcat/site/trunk/docs/security-9.html
tomcat/s
Github user FSchumacher commented on a diff in the pull request:
https://github.com/apache/tomcat/pull/109#discussion_r186523700
--- Diff: java/org/apache/catalina/webresources/FileResource.java ---
@@ -30,10 +29,6 @@
import java.security.cert.Certificate;
import java.util
Github user FSchumacher commented on a diff in the pull request:
https://github.com/apache/tomcat/pull/109#discussion_r186523342
--- Diff: java/org/apache/catalina/webresources/FileResource.java ---
@@ -16,12 +16,11 @@
*/
package org.apache.catalina.webresources;
Am 28.04.2018 um 19:22 schrieb Violeta Georgieva:
The proposed Apache Tomcat 8.0.52 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.52/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapach
On Sat, Apr 28, 2018 at 1:22 PM, Violeta Georgieva wrote:
> The proposed Apache Tomcat 8.0.52 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.52/
> The Maven staging repo is:
> https://repository.apache.org/content/rep
Am 28.04.2018 um 19:22 schrieb Violeta Georgieva:
The proposed Apache Tomcat 8.0.52 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.52/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapach
https://bz.apache.org/bugzilla/show_bug.cgi?id=56448
--- Comment #4 from Rainer Jung ---
I should have mentioned, hang happens on Solaris Sparc and JVM is version
1.7.0_80.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=56448
--- Comment #3 from Rainer Jung ---
Observed a hanging test for NIO2 during 8.0.52 unit test runs on Solaris 10.
Hangs seem to happen sporadically, observed for .32, .43, .47-.52.
Thread dump for 8.0.52 :
[junit] "main" prio=3 tid=0x0002a
Author: violetagg
Date: Mon May 7 12:10:43 2018
New Revision: 1831090
URL: http://svn.apache.org/viewvc?rev=1831090&view=rev
Log:
Increment version for next dev cycle
Modified:
tomcat/tc7.0.x/trunk/build.properties.default
tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default
tomcat/
The proposed Apache Tomcat 7.0.88 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.88/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1184/
The svn tag is:
http://svn.apache.org/
Author: violetagg
Date: Mon May 7 12:02:26 2018
New Revision: 26738
Log:
Stage 7.0.88 RC
Added:
dev/tomcat/tomcat-7/v7.0.88/
dev/tomcat/tomcat-7/v7.0.88/KEYS
dev/tomcat/tomcat-7/v7.0.88/README.html
dev/tomcat/tomcat-7/v7.0.88/RELEASE-NOTES
dev/tomcat/tomcat-7/v7.0.88/bin/
Added: dev/tomcat/tomcat-7/v7.0.88/bin/extras/catalina-jmx-remote.jar.asc
==
--- dev/tomcat/tomcat-7/v7.0.88/bin/extras/catalina-jmx-remote.jar.asc (added)
+++ dev/tomcat/tomcat-7/v7.0.88/bin/extras/catalina-jmx-remote.jar.
Author: violetagg
Date: Mon May 7 11:05:15 2018
New Revision: 1831087
URL: http://svn.apache.org/viewvc?rev=1831087&view=rev
Log:
Tag 7.0.88
Added:
tomcat/tc7.0.x/tags/TOMCAT_7_0_88/ (props changed)
- copied from r1831086, tomcat/tc7.0.x/trunk/
Modified:
tomcat/tc7.0.x/tags/TOMCA
Hi,
2018-04-28 20:22 GMT+03:00 Violeta Georgieva :
>
> The proposed Apache Tomcat 8.0.52 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.52/
> The Maven staging repo is:
> https://repository.apache.org/content/reposito
2018-04-28 20:22 GMT+03:00 Violeta Georgieva :
>
> The proposed Apache Tomcat 8.0.52 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.52/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/
GitHub user GodIsDevil opened a pull request:
https://github.com/apache/tomcat/pull/109
fix: file resource read dir inputStream
FileResource can't read the inputStream of directory.FileInputStream is
appropriate to read a file but not a directory.
You can merge this pull request i
18 matches
Mail list logo