https://issues.apache.org/bugzilla/show_bug.cgi?id=57481
Bug ID: 57481
Summary: IllegalStateException for nonblocking/numberwriter
example with BIO connector
Product: Tomcat 8
Version: 8.0.17
Hardware: PC
Status
https://issues.apache.org/bugzilla/show_bug.cgi?id=57476
--- Comment #7 from Konstantin Kolinko ---
This still lacks a reproduction recipe.
Thus far I tried the following simple tests with 8.0.17, and all of them are
working (except a minor issue filed as bug 57481)
- static files (Tomcat binar
2015-01-22 10:02 GMT+03:00 Violeta Georgieva :
> Hi,
>
> I would like to update the coverity scan report.
> As the previous one was based on Tomcat 8 (back in the time it was trunk) I
> think to base the scan again on Tomcat 8.
>
> Wdyt?
+1
Two notes:
1) A project at coverity is linked to a GitH
2015-01-22 10:48 GMT+02:00 Konstantin Kolinko :
>
> 2015-01-22 10:02 GMT+03:00 Violeta Georgieva :
> > Hi,
> >
> > I would like to update the coverity scan report.
> > As the previous one was based on Tomcat 8 (back in the time it was
trunk) I
> > think to base the scan again on Tomcat 8.
> >
> > W
On 22/01/2015 07:02, Violeta Georgieva wrote:
> Hi,
>
> I would like to update the coverity scan report.
> As the previous one was based on Tomcat 8 (back in the time it was trunk) I
> think to base the scan again on Tomcat 8.
>
> Wdyt?
+1.
Is it worth having separate scans for 8.0.x and trunk?
On 21/01/2015 22:42, Yu Lin wrote:
> Dear developers, I opened a discussion about the use of blocking
> "Future.get()" in Tomcat 8 code on Bugzillar:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=57478
>
> I was suggested to post it in this list. What's your opinion on this issue?
There is
Author: rjung
Date: Thu Jan 22 09:56:37 2015
New Revision: 1653794
URL: http://svn.apache.org/r1653794
Log:
Correct log message "all endpoints are disconnected" to
"no usable connection found, will create a new one".
Tone done from info log level to debug for the
common case.
Modified:
tomca
Github user asfgit closed the pull request at:
https://github.com/apache/tomcat/pull/16
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
Author: markt
Date: Thu Jan 22 10:00:53 2015
New Revision: 1653797
URL: http://svn.apache.org/r1653797
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57178
Origin values of "null" should be included if "*" is allowed.
This closes #16
Modified:
tomcat/trunk/java/org/apache/catalin
Author: markt
Date: Thu Jan 22 10:03:32 2015
New Revision: 1653798
URL: http://svn.apache.org/r1653798
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57178
Origin values of "null" should be included if "*" is allowed.
Patch provided by Gregor Zurowski
Modified:
tomcat/tc8.0.x/tru
Author: markt
Date: Thu Jan 22 10:10:11 2015
New Revision: 1653799
URL: http://svn.apache.org/r1653799
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57178
Origin values of "null" should be included if "*" is allowed.
Patch provided by Gregor Zurowski
Modified:
tomcat/tc7.0.x/tru
https://issues.apache.org/bugzilla/show_bug.cgi?id=57178
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
2015-01-22 9:02 GMT+02:00 Violeta Georgieva :
>
> Hi,
>
> I would like to update the coverity scan report.
> As the previous one was based on Tomcat 8 (back in the time it was trunk)
I think to base the scan again on Tomcat 8.
>
> Wdyt?
Scan updated.
> Regards,
> Violeta
https://issues.apache.org/bugzilla/show_bug.cgi?id=57476
--- Comment #8 from reibitto ---
Okay, after some debugging, I think I found how to duplicate this rather
easily. The original project where this was happening for me was a Spring MVC
project. I wasn't able to duplicate it in a non-Spring M
https://issues.apache.org/bugzilla/show_bug.cgi?id=57476
--- Comment #9 from Mark Thomas ---
Thanks for the extra info. I (and I suspect a few other committers as well) am
looking at this now...
--
You are receiving this mail because:
You are the assignee for the bug.
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=57476
--- Comment #10 from Mark Thomas ---
Reprodcued every time. Many thanks. Looking for the root cause at the moment...
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=47307
Patrick, Yeh changed:
What|Removed |Added
Resolution|INVALID |WORKSFORME
--- Comment #6 from Patr
https://issues.apache.org/bugzilla/show_bug.cgi?id=57476
--- Comment #11 from Mark Thomas ---
I've found the root cause. It was triggered by r1643210 but I think all that
did was uncover a different bug.
It is easier to see if you go back to Tomcat 6 as that is before async was
added. If you loo
https://issues.apache.org/bugzilla/show_bug.cgi?id=57476
--- Comment #12 from Konstantin Kolinko ---
Thank you! Reproduced based on recipe from Comment 8.
My example:
1) webapps/examples2/numberwriter2.jsp:
[[[
Forward to numberwriter.txt
]]]
2) webapps/examples2/numberwriter.txt:
Copied outpu
Author: violetagg
Date: Thu Jan 22 11:47:50 2015
New Revision: 1653815
URL: http://svn.apache.org/r1653815
Log:
When closing the stream for the host's web.xml if an exception occur then
hostTimeStamp must be set to -1 and not the globalTimeStamp. Issue reported by
Coverity Scan.
Modified:
t
Author: markt
Date: Thu Jan 22 11:54:49 2015
New Revision: 1653816
URL: http://svn.apache.org/r1653816
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57476
As per section 9.4 of the Servlet spec, ensure that the response body has been
completely written before exiting the forward met
Author: markt
Date: Thu Jan 22 11:58:32 2015
New Revision: 1653817
URL: http://svn.apache.org/r1653817
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57476
As per section 9.4 of the Servlet spec, ensure that the response body has been
completely written before exiting the forward met
Author: markt
Date: Thu Jan 22 12:01:13 2015
New Revision: 1653818
URL: http://svn.apache.org/r1653818
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57476
As per section 9.4 of the Servlet spec, ensure that the response body has been
completely written before exiting the forward met
Author: violetagg
Date: Thu Jan 22 12:02:07 2015
New Revision: 1653819
URL: http://svn.apache.org/r1653819
Log:
When generating a list of package and class imports, the processing of classes
was omitted. Issue is reported by Coverity Scan.
Modified:
tomcat/trunk/java/org/apache/jasper/compil
2015-01-22 12:54 GMT+01:00 :
> Author: markt
> Date: Thu Jan 22 11:54:49 2015
> New Revision: 1653816
>
> URL: http://svn.apache.org/r1653816
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57476
> As per section 9.4 of the Servlet spec, ensure that the response body has
> been com
Author: kkolinko
Date: Thu Jan 22 12:11:40 2015
New Revision: 1653821
URL: http://svn.apache.org/r1653821
Log:
Add warning about bug 57476 of truncated responses.
The wording could be better...
Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/xdocs/index.xml
Modified: tomcat
Author: violetagg
Date: Thu Jan 22 12:15:42 2015
New Revision: 1653824
URL: http://svn.apache.org/r1653824
Log:
Merged revision 1653815 from tomcat/trunk:
When closing the stream for the host's web.xml if an exception occur then
hostTimeStamp must be set to -1 and not the globalTimeStamp. Issue r
Author: violetagg
Date: Thu Jan 22 12:18:16 2015
New Revision: 1653827
URL: http://svn.apache.org/r1653827
Log:
Merged revision 1653815 from tomcat/trunk:
When closing the stream for the host's web.xml if an exception occur then
hostTimeStamp must be set to -1 and not the globalTimeStamp. Issue r
Author: violetagg
Date: Thu Jan 22 12:32:34 2015
New Revision: 1653830
URL: http://svn.apache.org/r1653830
Log:
Merged revision 1653819 from tomcat/trunk:
When generating a list of package and class imports, the processing of classes
was omitted. Issue is reported by Coverity Scan.
Modified:
On 22/01/2015 12:07, Rémy Maucherat wrote:
> 2015-01-22 12:54 GMT+01:00 :
>
>> Author: markt
>> Date: Thu Jan 22 11:54:49 2015
>> New Revision: 1653816
>>
>> URL: http://svn.apache.org/r1653816
>> Log:
>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57476
>> As per section 9.4 of the Ser
Author: markt
Date: Thu Jan 22 13:02:57 2015
New Revision: 1653840
URL: http://svn.apache.org/r1653840
Log:
Better fix for BZ 57476
Modified:
tomcat/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java
tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java
Modified:
Author: markt
Date: Thu Jan 22 13:05:54 2015
New Revision: 1653841
URL: http://svn.apache.org/r1653841
Log:
Better fix for BZ 57476
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java
tomcat/tc8.0.x/trunk/jav
Author: markt
Date: Thu Jan 22 13:12:33 2015
New Revision: 1653843
URL: http://svn.apache.org/r1653843
Log:
Better fix for BZ 57476
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java
tomcat/tc7.0.x/trunk/jav
Author: markt
Date: Thu Jan 22 13:53:26 2015
New Revision: 1653857
URL: http://svn.apache.org/r1653857
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57441
Fix error when defining functions using lambda expressions in JSPs.
Added:
tomcat/trunk/test/webapp/bug5/bug57441.jsp
Author: markt
Date: Thu Jan 22 13:56:05 2015
New Revision: 1653858
URL: http://svn.apache.org/r1653858
Log:
Fix error when defining functions using lambda expressions in JSPs.
Added:
tomcat/tc8.0.x/trunk/test/webapp/bug5/bug57441.jsp
- copied unchanged from r1653857,
tomcat/trunk/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=57441
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Thu Jan 22 14:01:15 2015
New Revision: 1653863
URL: http://svn.apache.org/r1653863
Log:
Whitespace police
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/
Author: kkolinko
Date: Thu Jan 22 14:46:35 2015
New Revision: 1653888
URL: http://svn.apache.org/r1653888
Log:
Trivial followup to r1652938 (BZ 57446 fix). No change in functionality.
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
tomcat/trunk/test/org/apache/ca
Author: markt
Date: Thu Jan 22 14:46:35 2015
New Revision: 1653887
URL: http://svn.apache.org/r1653887
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57481
Fix ISE at the end of the request when using non-blocking reads with the HTTP
BIO connector.
Modified:
tomcat/tc8.0.x/trun
https://issues.apache.org/bugzilla/show_bug.cgi?id=57481
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57470
Mark Thomas changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57438
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=57476
Shaun Morton changed:
What|Removed |Added
CC||sh...@legalfiles.com
--- Comment #1
Author: kkolinko
Date: Thu Jan 22 17:49:10 2015
New Revision: 1653972
URL: http://svn.apache.org/r1653972
Log:
Simplify. No change in functionality. (Reviewing r1653857)
Modified:
tomcat/trunk/java/org/apache/jasper/compiler/ELFunctionMapper.java
Modified: tomcat/trunk/java/org/apache/jasper
Author: fschumacher
Date: Thu Jan 22 17:55:09 2015
New Revision: 1653974
URL: http://svn.apache.org/r1653974
Log:
Don't add bugfixes until after the first release
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/v
Author: fschumacher
Date: Thu Jan 22 19:16:33 2015
New Revision: 1654013
URL: http://svn.apache.org/r1654013
Log:
Enable UEncoder instances to share safeChars BitSet while ensuring that the
shared BitSet is immutable to be threadsafe.
Change Response to use UEncoder instances with shared safeChar
Author: markt
Date: Thu Jan 22 19:48:32 2015
New Revision: 1654030
URL: http://svn.apache.org/r1654030
Log:
Add currently failing test for issue that came up via Servlet EG /
Stackoverflow.
Added:
tomcat/trunk/test/org/apache/catalina/webresources/TestResourceJars.java
(with props)
to
Author: markt
Date: Thu Jan 22 19:48:47 2015
New Revision: 1654031
URL: http://svn.apache.org/r1654031
Log:
Javadoc
Modified:
tomcat/trunk/java/org/apache/catalina/WebResourceSet.java
Modified: tomcat/trunk/java/org/apache/catalina/WebResourceSet.java
URL:
http://svn.apache.org/viewvc/tomca
Author: fschumacher
Date: Thu Jan 22 20:28:51 2015
New Revision: 1654042
URL: http://svn.apache.org/r1654042
Log:
Enable UEncoder instances to share safeChars BitSet while ensuring that the
shared BitSet is immutable to be threadsafe.
Change Response to use UEncoder instances with shared safeChar
Author: fschumacher
Date: Thu Jan 22 20:40:39 2015
New Revision: 1654044
URL: http://svn.apache.org/r1654044
Log:
Enable UEncoder instances to share safeChars BitSet while ensuring that the
shared BitSet is immutable to be threadsafe.
Change Response to use UEncoder instances with shared safeChar
Author: markt
Date: Thu Jan 22 20:44:18 2015
New Revision: 1654050
URL: http://svn.apache.org/r1654050
Log:
Resource JARs should only be used for static resources. Block class loader
resources.
Modified:
tomcat/trunk/java/org/apache/catalina/WebResourceSet.java
tomcat/trunk/java/org/apac
Author: fschumacher
Date: Thu Jan 22 20:54:47 2015
New Revision: 1654064
URL: http://svn.apache.org/r1654064
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57420
Make UEncoder a local variable in DirContextURLConnection to make it threadsafe.
Based on ideas from kkolinko and violetagg
https://issues.apache.org/bugzilla/show_bug.cgi?id=57420
Felix Schumacher changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Thu Jan 22 20:59:08 2015
New Revision: 1654070
URL: http://svn.apache.org/r1654070
Log:
Resource JARs should only be used for static resources. Block class loader
resources.
Added:
tomcat/tc8.0.x/trunk/test/org/apache/catalina/webresources/TestResourceJars.java
- c
https://issues.apache.org/bugzilla/show_bug.cgi?id=57476
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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.
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-trunk-validate has an issue affecting its community integration.
Th
https://issues.apache.org/bugzilla/show_bug.cgi?id=57485
Bug ID: 57485
Summary: mod_jk passed the incomplete chunked transferred
request body to tomcat
Product: Tomcat Connectors
Version: 1.2.40
Hardware: PC
https://issues.apache.org/bugzilla/show_bug.cgi?id=57485
charleschung...@gmail.com changed:
What|Removed |Added
CC||charleschung...@gmail.co
Author: fschumacher
Date: Fri Jan 23 05:53:27 2015
New Revision: 1654123
URL: http://svn.apache.org/r1654123
Log:
Try to make checkstyle happy by removing spaces and ordering import statements
Modified:
tomcat/trunk/java/org/apache/tomcat/util/buf/UEncoder.java
tomcat/trunk/test/org/apach
Author: fschumacher
Date: Fri Jan 23 06:03:11 2015
New Revision: 1654124
URL: http://svn.apache.org/r1654124
Log:
Try to make checkstyle happy by removing spaces and ordering import statements
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/ut
Am 22.01.2015 um 21:54 schrieb fschumac...@apache.org:
Author: fschumacher
Date: Thu Jan 22 20:54:47 2015
New Revision: 1654064
URL: http://svn.apache.org/r1654064
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57420
Make UEncoder a local variable in DirContextURLConnection to make
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: violetagg
Date: Fri Jan 23 07:24:01 2015
New Revision: 1654129
URL: http://svn.apache.org/r1654129
Log:
Merged revision 1654123 from tomcat/trunk:
Try to make checkstyle happy by removing spaces and ordering import statements
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomca
65 matches
Mail list logo