[Bug 55976] New: Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 Bug ID: 55976 Summary: Broken response from NIO connector in Tomcat 7.0.50 Product: Tomcat 7 Version: trunk Hardware: PC Status: NEW Severity: normal Prio

Re: [VOTE] Release Apache Tomcat 7.0.50

2014-01-08 Thread Ognjen Blagojevic
Violeta and others, On 21.12.2013 23:41, Ognjen Blagojevic wrote: On 21.12.2013 12:30, Violeta Georgieva wrote: Thanks for the testing. I'm still not convinced to stop the voting based on the frequency (1/5000) of the problem. Ok. I'm having hard time creating reproducible test case. As I te

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 Ognjen Blagojevic changed: What|Removed |Added OS||All --- Comment #1 from Ognjen

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #3 from Ognjen Blagojevic --- Created attachment 31183 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31183&action=edit Correct request and broken response -- You are receiving this mail because: You are the assign

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #2 from Ognjen Blagojevic --- Created attachment 31182 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31182&action=edit Correct request and correct response -- You are receiving this mail because: You are the assig

Re: svn commit: r1556071 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java

2014-01-08 Thread Mark Thomas
On 06/01/2014 23:40, r...@apache.org wrote: > Author: remm > Date: Mon Jan 6 23:40:32 2014 > New Revision: 1556071 > > URL: http://svn.apache.org/r1556071 > Log: > Avoid NPE if the write listener is called once immediately after being set, > even if no data was written (= the app doesn't send an

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #4 from Ognjen Blagojevic --- I took localhost dump using RawCap. The dump contains traffic from the smoke testing. I then opened it with wireshark. In the dump, there is a number of requests for file prelude.jspf.html: "GE

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #5 from Mark Thomas --- Can you provide the source code of the test client you are using so the committers can try and reproduce this? -- You are receiving this mail because: You are the assignee for the bug.

Re: svn commit: r1556071 - /tomcat/trunk/java/org/apache/tomcat/websocket/server/WsRemoteEndpointImplServer.java

2014-01-08 Thread Rémy Maucherat
2014/1/8 Mark Thomas > Tomcat only does this if the WriteListener is set via the > CoyoteOutputStream. It does not do it if HTTP upgrade is used (which > uses a lighter-weight ServletOutputStream). That looks like a bug that > needs fixing. > > Yes, I saw after my commit there was code to do it f

[Bug 55978] New: Initial call to onWritePossible() not made by container when using HTTP upgrade

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55978 Bug ID: 55978 Summary: Initial call to onWritePossible() not made by container when using HTTP upgrade Product: Tomcat 8 Version: trunk Hardware: All

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #6 from Ognjen Blagojevic --- Created attachment 31184 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31184&action=edit Java test class Here is Java class used for testing. You should call it with one argument - st

Re: [VOTE] Release Apache Tomcat 7.0.50

2014-01-08 Thread Violeta Georgieva
Hi Ognjen, 2014/1/8 Ognjen Blagojevic > > Violeta and others, > > > On 21.12.2013 23:41, Ognjen Blagojevic wrote: >> >> On 21.12.2013 12:30, Violeta Georgieva wrote: >>> >>> Thanks for the testing. >>> I'm still not convinced to stop the voting based on the frequency >>> (1/5000) >>> of the prob

Re: [VOTE][RESULT] Release Apache Tomcat 7.0.50

2014-01-08 Thread Violeta Georgieva
Hi, 2013/12/20 Violeta Georgieva > > The proposed Apache Tomcat 7.0.50 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.50/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapacheto

svn commit: r1556505 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default

2014-01-08 Thread violetagg
Author: violetagg Date: Wed Jan 8 11:47:23 2014 New Revision: 1556505 URL: http://svn.apache.org/r1556505 Log: Prep for next version Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default Modified: tomcat/tc7.0.x/trunk/build.propert

svn commit: r1556526 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/jasper/compiler/ java/org/apache/jasper/runtime/ test/org/apache/jasper/compiler/ webapps/docs/

2014-01-08 Thread markt
Author: markt Date: Wed Jan 8 13:22:40 2014 New Revision: 1556526 URL: http://svn.apache.org/r1556526 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55198 Correctly escape XML output from tagx files Added: tomcat/tc6.0.x/trunk/test/org/apache/jasper/compiler/TestELParser.java

[Bug 55198] Quote entity in html element attribute evaluated in tagx if attribute contains EL expression

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55198 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1556539 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/res/StringManager.java webapps/docs/changelog.xml

2014-01-08 Thread markt
Author: markt Date: Wed Jan 8 14:10:38 2014 New Revision: 1556539 URL: http://svn.apache.org/r1556539 Log: Fix issue with Manager app and other apps that use i18n in the UI when a request that specifies an Accept-Language of English ahead of French, Spanish or Japanese. Port all the other impro

svn commit: r1556540 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/Constants.java java/org/apache/coyote/http11/filters/ChunkedInputFilter.java webapps/docs/changelog.xml webapps/docs/

2014-01-08 Thread markt
Author: markt Date: Wed Jan 8 14:15:57 2014 New Revision: 1556540 URL: http://svn.apache.org/r1556540 Log: Add support for limiting the size of chunk extensions when using chunked encoding. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/coyote/Constants.j

svn commit: r1556541 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/net/AprEndpoint.java java/org/apache/tomcat/util/net/res/LocalStrings.properties webapps/docs/changelog.xml

2014-01-08 Thread markt
Author: markt Date: Wed Jan 8 14:18:39 2014 New Revision: 1556541 URL: http://svn.apache.org/r1556541 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55749 Improve the error message when SSLEngine is disabled in AprLifecycleListener and SSL is configured for an APR/native connector.

[Bug 55749] Disabling SSLEngine in AprLifecycleListener leads to misleading error message at startup when SSL Connector is delcared

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55749 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1556557 - in /tomcat/tc6.0.x/trunk: ./ java/javax/servlet/resources/ res/ res/META-INF/ res/maven/ webapps/docs/

2014-01-08 Thread markt
Author: markt Date: Wed Jan 8 15:06:22 2014 New Revision: 1556557 URL: http://svn.apache.org/r1556557 Log: Add missing J2EE 5 resources Added: tomcat/tc6.0.x/trunk/java/javax/servlet/resources/javaee_5.xsd - copied unchanged from r1553650, tomcat/tc7.0.x/trunk/java/javax/servlet/resou

svn commit: r1556558 - in /tomcat/tc6.0.x/trunk: LICENSE res/INSTALLLICENSE

2014-01-08 Thread markt
Author: markt Date: Wed Jan 8 15:14:01 2014 New Revision: 1556558 URL: http://svn.apache.org/r1556558 Log: Remove trailing whitespace Modified: tomcat/tc6.0.x/trunk/LICENSE tomcat/tc6.0.x/trunk/res/INSTALLLICENSE Modified: tomcat/tc6.0.x/trunk/LICENSE URL: http://svn.apache.org/viewvc/

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #7 from Konstantin Preißer --- Created attachment 31185 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31185&action=edit TCP data log (In reply to Ognjen Blagojevic from comment #6) > Created attachment 31184 [detai

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #8 from Jess Holle --- (In reply to Konstantin Preißer from comment #7) > I can reproduce the problem with your test class with Tomcat 7.0.50, Tomcat > 7.0.47 and Tomcat 8.0.0-RC10 on Windows 8.1 x64 with Java 1.7.0_45. So that

[jira] [Commented] (MTOMCAT-238) Parameter staticContextDocbase cant be used

2014-01-08 Thread Maciej Nyczka (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865635#comment-13865635 ] Maciej Nyczka commented on MTOMCAT-238: --- The same thing here. Affects also 2.2 vers

svn commit: r1556585 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/jasper/ java/org/apache/jasper/compiler/

2014-01-08 Thread markt
Author: markt Date: Wed Jan 8 17:49:03 2014 New Revision: 1556585 URL: http://svn.apache.org/r1556585 Log: Back-port some XML processing improvements (part 1) The patch could have been smaller but I opted to align some of the code with Tomcat 7 (which meant re-ordering methods in places) to make

svn commit: r1556589 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/servlet/JspCServletContext.java

2014-01-08 Thread markt
Author: markt Date: Wed Jan 8 17:51:48 2014 New Revision: 1556589 URL: http://svn.apache.org/r1556589 Log: Back-port some XML processing improvements (part 2) JspC passes configuration with ServletContext init params so a real implementation is required. This is essentially a back-port of http:

svn commit: r1556591 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/coyote/Response.java webapps/docs/changelog.xml

2014-01-08 Thread markt
Author: markt Date: Wed Jan 8 18:01:14 2014 New Revision: 1556591 URL: http://svn.apache.org/r1556591 Log: Avoid possible NPE when a content type with no charset is specified (Followup to r1548971) Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt tomc

svn commit: r1556600 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/tomcat/util/descriptor/

2014-01-08 Thread markt
Author: markt Date: Wed Jan 8 18:27:53 2014 New Revision: 1556600 URL: http://svn.apache.org/r1556600 Log: Back-port some XML processing improvements (part 3) Add the new descriptor package Added: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/descriptor/ - copied from r1553650, tom

svn commit: r1556601 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-01-08 Thread markt
Author: markt Date: Wed Jan 8 18:35:35 2014 New Revision: 1556601 URL: http://svn.apache.org/r1556601 Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1556601&r1=1556600&r2=15

svn commit: r4065 - /dev/tomcat/tomcat-7/v7.0.50/ /release/tomcat/tomcat-7/v7.0.50/

2014-01-08 Thread violetagg
Author: violetagg Date: Wed Jan 8 19:10:38 2014 New Revision: 4065 Log: Release 7.0.50 Added: release/tomcat/tomcat-7/v7.0.50/ - copied from r4062, dev/tomcat/tomcat-7/v7.0.50/ Removed: dev/tomcat/tomcat-7/v7.0.50/ -

svn commit: r4065 - /dev/tomcat/tomcat-7/v7.0.50/ /release/tomcat/tomcat-7/v7.0.50/

2014-01-08 Thread violetagg
Author: violetagg Date: Wed Jan 8 19:10:38 2014 New Revision: 4065 Log: Release 7.0.50 Added: release/tomcat/tomcat-7/v7.0.50/ - copied from r4062, dev/tomcat/tomcat-7/v7.0.50/ Removed: dev/tomcat/tomcat-7/v7.0.50/ -

svn commit: r1556613 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-01-08 Thread markt
Author: markt Date: Wed Jan 8 19:45:12 2014 New Revision: 1556613 URL: http://svn.apache.org/r1556613 Log: Propose next block of XML patches Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r1556614 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-01-08 Thread markt
Author: markt Date: Wed Jan 8 19:46:09 2014 New Revision: 1556614 URL: http://svn.apache.org/r1556614 Log: Add a note Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1556614&r1=1556613

[Tomcat Wiki] Update of "Cookies" by markt

2014-01-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Cookies" page has been changed by markt: https://wiki.apache.org/tomcat/Cookies?action=diff&rev1=22&rev2=23 Comment: Review proposed generation changes and make a couple of alterna

[Tomcat Wiki] Update of "Cookies" by markt

2014-01-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Cookies" page has been changed by markt: https://wiki.apache.org/tomcat/Cookies?action=diff&rev1=23&rev2=24 Comment: Review proposed parsing changes and make an alternative suggest

svn commit: r1556634 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-01-08 Thread markt
Author: markt Date: Wed Jan 8 20:51:04 2014 New Revision: 1556634 URL: http://svn.apache.org/r1556634 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1556634&r1=1556633&r

[Bug 55956] Regarding Tomcat Manager Application Status

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55956 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

svn commit: r1556635 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-01-08 Thread markt
Author: markt Date: Wed Jan 8 20:59:38 2014 New Revision: 1556635 URL: http://svn.apache.org/r1556635 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1556635&r1=1556634&r

svn commit: r1556653 - /tomcat/maven-plugin/trunk/pom.xml

2014-01-08 Thread olamy
Author: olamy Date: Wed Jan 8 22:03:39 2014 New Revision: 1556653 URL: http://svn.apache.org/r1556653 Log: tomcat 7.0.50 Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1556653&r

svn commit: r1556655 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/site/apt/adjust-embedded-tomcat-version.apt.vm

2014-01-08 Thread olamy
Author: olamy Date: Wed Jan 8 22:05:47 2014 New Revision: 1556655 URL: http://svn.apache.org/r1556655 Log: doc for last version Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/site/apt/adjust-embedded-tomcat-version.apt.vm Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plu

svn commit: r1556725 - in /tomcat/trunk/java/org/apache/jasper/resources: LocalStrings.properties LocalStrings_es.properties LocalStrings_ja.properties

2014-01-08 Thread kkolinko
Author: kkolinko Date: Thu Jan 9 05:38:12 2014 New Revision: 1556725 URL: http://svn.apache.org/r1556725 Log: Followup to r889966: The genStrAsCharArray init param in Jasper has been renamed to genStringAsCharArray in Tomcat 7. Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalSt

[Bug 55671] Backport genStringAsCharArray patch to Tomcat 6.x branch.

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55671 --- Comment #1 from Konstantin Kolinko --- Steps to reproduce = ? Where and how do you configure the JSP compiler? What does not work? The correct init-parameter name in Tomcat 6 is "genStrAsCharArray" and that is documented in http://tom

svn commit: r1556730 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-01-08 Thread kkolinko
Author: kkolinko Date: Thu Jan 9 06:26:16 2014 New Revision: 1556730 URL: http://svn.apache.org/r1556730 Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1556730&r1=1556729&r

svn commit: r1556737 - in /tomcat/site/trunk: docs/migration-7.html xdocs/migration-7.xml

2014-01-08 Thread kkolinko
Author: kkolinko Date: Thu Jan 9 06:47:06 2014 New Revision: 1556737 URL: http://svn.apache.org/r1556737 Log: Document genStrAsCharArray -> genStringAsCharArray rename in Jasper r889966 Modified: tomcat/site/trunk/docs/migration-7.html tomcat/site/trunk/xdocs/migration-7.xml Modified: t

svn commit: r1556741 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/resources/LocalStrings.properties java/org/apache/jasper/resources/LocalStrings_es.properties java/org/apache/jasper/resource

2014-01-08 Thread kkolinko
Author: kkolinko Date: Thu Jan 9 06:57:28 2014 New Revision: 1556741 URL: http://svn.apache.org/r1556741 Log: Merged r1556725 from tomcat/trunk: https://issues.apache.org/bugzilla/show_bug.cgi?id=55671 Followup to r889966: Fix a typo in log messages: genStrAsCharArray init param in Jasper has bee