https://bz.apache.org/bugzilla/show_bug.cgi?id=57661
--- Comment #12 from Michael Osipov ---
(In reply to Malay from comment #11)
> I took a closer look at my implementation and it is actually option (c):
> c) container sends it when an InputStream / Reader is first used
>
> The approach that I'
https://bz.apache.org/bugzilla/show_bug.cgi?id=57661
--- Comment #11 from Malay ---
I took a closer look at my implementation and it is actually option (c):
c) container sends it when an InputStream / Reader is first used
The approach that I'm taking is to only send the '100 continue' response w
The Buildbot has detected a restored build on builder tomcat-85-trunk while
building tomcat. Full details are available at:
https://ci.apache.org/builders/tomcat-85-trunk/builds/2398
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: asf946_ubuntu
Build Reason: The AnyBranchSch
kamnani opened a new pull request #331:
URL: https://github.com/apache/tomcat/pull/331
The changes enables the compiler to remove excess white spaces and new lines
from the JSP files & thus reduce the JVM metadata.
This is
The Buildbot has detected a restored build on builder tomcat-9-trunk while
building tomcat. Full details are available at:
https://ci.apache.org/builders/tomcat-9-trunk/builds/356
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: asf946_ubuntu
Build Reason: The AnyBranchSchedu
This is an automated email from the ASF dual-hosted git repository.
schultz 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 3f81598 Update changelog.xml
3f81598 is describe
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 4b3580a Fix XML
4b3580a is described below
comm
This is an automated email from the ASF dual-hosted git repository.
schultz 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 446b7d3 Fix XML
446b7d3 is described below
co
The Buildbot has detected a new failure on builder tomcat-85-trunk while
building tomcat. Full details are available at:
https://ci.apache.org/builders/tomcat-85-trunk/builds/2397
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: asf946_ubuntu
Build Reason: The AnyBranchSchedu
This is an automated email from the ASF dual-hosted git repository.
schultz 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 df39f20 Fix https://bz.apache.org/bugzilla/show_
The Buildbot has detected a new failure on builder tomcat-9-trunk while
building tomcat. Full details are available at:
https://ci.apache.org/builders/tomcat-9-trunk/builds/355
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: asf946_ubuntu
Build Reason: The AnyBranchScheduler
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/5328
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: asf946_ubuntu
Build Reason: The AnyBranchScheduler sc
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new b75ee12 Fix https://bz.apache.org/bugzilla/show_
This is an automated email from the ASF dual-hosted git repository.
schultz 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 d3c8a10 Fix https://bz.apache.org/bugzilla/sho
https://bz.apache.org/bugzilla/show_bug.cgi?id=57661
--- Comment #10 from Michael Osipov ---
(In reply to Christopher Schultz from comment #9)
> Why send 100-continue if you don't expect to send a request entity? The
> whole point of 100-continue is to request permission from the server to send
>
https://bz.apache.org/bugzilla/show_bug.cgi?id=57661
--- Comment #9 from Christopher Schultz ---
Why send 100-continue if you don't expect to send a request entity? The whole
point of 100-continue is to request permission from the server to send a
(usually large) request entity.
--
You are rece
https://bz.apache.org/bugzilla/show_bug.cgi?id=57661
--- Comment #8 from Michael Osipov ---
Please note that state changing actions do not necessary require a body, e.g.,
DELETE or generic POST with command in the URL. If Tomcat would wait until
obtaining input this would completely defeat Expect
https://bz.apache.org/bugzilla/show_bug.cgi?id=57661
--- Comment #7 from ma...@backblaze.com ---
(In reply to Mark Thomas from comment #5)
I ran into this recently and ended up implementing option (b) locally:
b) container sends it when an InputStream / Reader is obtained
I'd be happy to prepare
https://bz.apache.org/bugzilla/show_bug.cgi?id=64644
--- Comment #3 from Saksham Verma ---
PR: https://github.com/apache/tomcat/pull/330/files
Could any maintainer please review.
--
You are receiving this mail because:
You are the assignee for the bug.
-
sakshamverma opened a new pull request #330:
URL: https://github.com/apache/tomcat/pull/330
Bug ID Bug ID: https://bz.apache.org/bugzilla/show_bug.cgi?id=64644
The demo is also present there.
I found a bug while working on my product of IoT platform.
On network outage, the devic
sakshamverma closed pull request #329:
URL: https://github.com/apache/tomcat/pull/329
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go t
michael-o commented on pull request #329:
URL: https://github.com/apache/tomcat/pull/329#issuecomment-668710010
Rebase first
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
sakshamverma opened a new pull request #329:
URL: https://github.com/apache/tomcat/pull/329
Bug ID:
https://bz.apache.org/bugzilla/show_bug.cgi?id=64644
This is an automated message from the Apache Git Service.
To
https://bz.apache.org/bugzilla/show_bug.cgi?id=64644
--- Comment #2 from Saksham Verma ---
(In reply to Saksham Verma from comment #1)
> Created attachment 37383 [details]
> a web project to start a ws server and index.html showing value of active
> websocket connections
Use the latest attachmen
https://bz.apache.org/bugzilla/show_bug.cgi?id=64644
--- Comment #1 from Saksham Verma ---
Created attachment 37383
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37383&action=edit
a web project to start a ws server and index.html showing value of active
websocket connections
--
You are
https://bz.apache.org/bugzilla/show_bug.cgi?id=64645
Christopher Schultz changed:
What|Removed |Added
OS||All
--- Comment #1 from Christop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alan,
On 8/3/20 21:25, Alan Basche wrote:
> I have recently developed code for Tomcat 8.5 that defends against
> black-hats probing Tomcat and the website apps for
> vulnerabilities. This coding effort started a year ago, and the
> latest code has b
https://bz.apache.org/bugzilla/show_bug.cgi?id=64645
Bug ID: 64645
Summary: bin/service.bat doesn't handle wrongly configured
JAVA_HOME
Product: Tomcat 9
Version: 9.0.x
Hardware: PC
Status: NEW
Severit
https://bz.apache.org/bugzilla/show_bug.cgi?id=64644
Bug ID: 64644
Summary: wrong state of WsSession on network outage
Product: Tomcat 9
Version: 9.0.31
Hardware: PC
OS: Linux
Status: NEW
Severity: major
29 matches
Mail list logo