svn commit: r1658209 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractInputBuffer.java

2015-02-08 Thread markt
Author: markt Date: Sun Feb 8 16:53:26 2015 New Revision: 1658209 URL: http://svn.apache.org/r1658209 Log: Follow-up to r1657910 Always reset pos to zero before next request. Modified: tomcat/tc7.0.x/trunk/ (props changed)

Re: svn commit: r1657910 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractInputBuffer.java webapps/docs/changelog.xml

2015-02-08 Thread Mark Thomas
On 07/02/2015 12:48, Mark Thomas wrote: On 07/02/2015 11:06, Rémy Maucherat wrote: 2015-02-07 1:34 GMT+01:00 Konstantin Kolinko knst.koli...@gmail.com: The new code does not reset lastValid and pos in case when pos == lastValid and both are 0. It shall be if (lastValid - pos 0

svn commit: r1658208 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractInputBuffer.java

2015-02-08 Thread markt
Author: markt Date: Sun Feb 8 16:52:39 2015 New Revision: 1658208 URL: http://svn.apache.org/r1658208 Log: Follow-up to r1657908 Always reset pos to zero before next request. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1658207 - /tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java

2015-02-08 Thread markt
Author: markt Date: Sun Feb 8 16:50:06 2015 New Revision: 1658207 URL: http://svn.apache.org/r1658207 Log: Follow-up to r1657907 Always reset pos to zero before next request. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11InputBuffer.java Modified:

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

2015-02-08 Thread markt
Author: markt Date: Sun Feb 8 17:01:22 2015 New Revision: 1658216 URL: http://svn.apache.org/r1658216 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1658173 - in /tomcat/jk/trunk: native/common/ xdocs/miscellaneous/ xdocs/reference/

2015-02-08 Thread rjung
Author: rjung Date: Sun Feb 8 14:28:10 2015 New Revision: 1658173 URL: http://svn.apache.org/r1658173 Log: BZ 57536: AJP: Allow to configure connection source address. This should only be used on multi-homed hosts. The feature is experimental. Modified:

[Bug 57536] configurable source ip

2015-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57536 Rainer Jung rainer.j...@kippdata.de changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1658255 - in /tomcat/taglibs/standard/trunk: compat/src/main/java/org/apache/taglibs/standard/tag/compat/fmt/ compat/src/main/java/org/apache/taglibs/standard/tag/compat/xml/ impl/src/mai

2015-02-08 Thread kkolinko
Author: kkolinko Date: Sun Feb 8 21:13:32 2015 New Revision: 1658255 URL: http://svn.apache.org/r1658255 Log: Remove unused imports Modified: tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/taglibs/standard/tag/compat/fmt/ParseDateTag.java

svn commit: r1658256 - /tomcat/taglibs/standard/trunk/spec/src/test/java/javax/servlet/jsp/jstl/tlv/PermittedTaglibsTLVTest.java

2015-02-08 Thread kkolinko
Author: kkolinko Date: Sun Feb 8 21:24:19 2015 New Revision: 1658256 URL: http://svn.apache.org/r1658256 Log: In a test class: replace deprecated StringBufferInputStream with a ByteArrayInputStream. This allows to specify encoding of the source text. Modified:

svn commit: r1658258 - /tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/fmt/BundleSupport.java

2015-02-08 Thread kkolinko
Author: kkolinko Date: Sun Feb 8 21:40:17 2015 New Revision: 1658258 URL: http://svn.apache.org/r1658258 Log: Remove unused field. The javax.servlet.jsp.jstl.fmt.fallbackLocale setting is successfully processed at line 178 of this class, pref = SetLocaleSupport.getLocale(pc,

svn commit: r1658259 - /tomcat/taglibs/standard/trunk/impl/src/test/java/org/apache/taglibs/standard/tag/common/fmt/LocaleUtilTest.java

2015-02-08 Thread kkolinko
Author: kkolinko Date: Sun Feb 8 21:41:52 2015 New Revision: 1658259 URL: http://svn.apache.org/r1658259 Log: Remove unused field in a test class. Modified: tomcat/taglibs/standard/trunk/impl/src/test/java/org/apache/taglibs/standard/tag/common/fmt/LocaleUtilTest.java Modified:

[Bug 57548] New: Auto-generate the value for org.apache.taglibs.standard.Version class

2015-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57548 Bug ID: 57548 Summary: Auto-generate the value for org.apache.taglibs.standard.Version class Product: Taglibs Version: 1.2.1 Hardware: PC Status: NEW

svn commit: r1658262 - in /tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tlv: JstlBaseTLV.java JstlCoreTLV.java JstlFmtTLV.java JstlSqlTLV.java JstlXmlTLV.java

2015-02-08 Thread jboynes
Author: jboynes Date: Sun Feb 8 22:08:30 2015 New Revision: 1658262 URL: http://svn.apache.org/r1658262 Log: Make constant fields static Modified: tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tlv/JstlBaseTLV.java

[RESULT] [VOTE] Release Apache Taglibs 1.2.2

2015-02-08 Thread Jeremy Boynes
On Feb 5, 2015, at 10:01 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2015-02-02 14:05 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2015-01-27 19:08 GMT+03:00 Jeremy Boynes jer...@boynes.com: On Jan 27, 2015, at 7:59 AM, Konstantin Kolinko knst.koli...@gmail.com wrote:

Re: svn commit: r1657910 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractInputBuffer.java webapps/docs/changelog.xml

2015-02-08 Thread Mark Thomas
On 07/02/2015 00:34, Konstantin Kolinko wrote: Tomcat 6 has the same implementation of nextRequest() in its InternalInputBuffer, Internal(Nio|Apr)InputBuffer classes. I've proposed a back-port although I suspect this is an error triggered by code that isn't in 6.0.x (WebSocket, non-blocking,

svn commit: r1658253 - /tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/util/XmlUtil.java

2015-02-08 Thread kkolinko
Author: kkolinko Date: Sun Feb 8 20:50:53 2015 New Revision: 1658253 URL: http://svn.apache.org/r1658253 Log: XLST processing needs a namespace-aware parser. Remove unused imports. Modified: tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/util/XmlUtil.java

[Bug 57547] 1.2.2 (release candidate) of Standard taglib fails on Java 6u45 JRE

2015-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57547 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

svn commit: r7963 - /dev/tomcat/taglibs/taglibs-standard-1.2.2/

2015-02-08 Thread jboynes
Author: jboynes Date: Sun Feb 8 19:31:43 2015 New Revision: 7963 Log: Candidate withdrawn due to regressions on older JREs Removed: dev/tomcat/taglibs/taglibs-standard-1.2.2/ - To unsubscribe, e-mail:

svn commit: r1658250 - /tomcat/taglibs/standard/trunk/CHANGES.txt

2015-02-08 Thread jboynes
Author: jboynes Date: Sun Feb 8 19:33:32 2015 New Revision: 1658250 URL: http://svn.apache.org/r1658250 Log: Update status of 1.2.2 release candidate Modified: tomcat/taglibs/standard/trunk/CHANGES.txt Modified: tomcat/taglibs/standard/trunk/CHANGES.txt URL:

[Bug 57547] New: 1.2.2 (release candidate) of Standard taglib fails on Java 6u45 JRE

2015-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57547 Bug ID: 57547 Summary: 1.2.2 (release candidate) of Standard taglib fails on Java 6u45 JRE Product: Taglibs Version: nightly Hardware: PC Status: NEW

svn commit: r1658252 - in /tomcat/taglibs/standard/trunk: ./ impl/src/main/java/org/apache/taglibs/standard/tag/common/xml/ impl/src/main/java/org/apache/taglibs/standard/tlv/ impl/src/main/java/org/a

2015-02-08 Thread kkolinko
Author: kkolinko Date: Sun Feb 8 20:48:26 2015 New Revision: 1658252 URL: http://svn.apache.org/r1658252 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57547 Fix regression when running on older JREs. Consistently use JAXP APIs to create a parser instead of using SAX API directly.

svn commit: r1658263 - /tomcat/taglibs/standard/trunk/spec/src/main/java/javax/servlet/jsp/jstl/core/IteratedExpression.java

2015-02-08 Thread jboynes
Author: jboynes Date: Sun Feb 8 22:11:12 2015 New Revision: 1658263 URL: http://svn.apache.org/r1658263 Log: Remove unnecessary semi-colon Modified: tomcat/taglibs/standard/trunk/spec/src/main/java/javax/servlet/jsp/jstl/core/IteratedExpression.java Modified:

svn commit: r1658264 - in /tomcat/taglibs/standard/trunk: CHANGES.txt impl/src/main/java/org/apache/taglibs/standard/Version.java impl/src/test/java/org/apache/taglibs/standard/VersionTest.java

2015-02-08 Thread kkolinko
Author: kkolinko Date: Sun Feb 8 22:12:37 2015 New Revision: 1658264 URL: http://svn.apache.org/r1658264 Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=57548 Manually update version number for the next release (1.2.3) I hope that this will be automated in the future. Modified:

[Bug 57548] Auto-generate the value for org.apache.taglibs.standard.Version class

2015-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57548 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added OS||All

svn commit: r1658265 - /tomcat/taglibs/standard/trunk/jstlel/src/main/java/org/apache/taglibs/standard/lang/jstl/parser/

2015-02-08 Thread jboynes
Author: jboynes Date: Sun Feb 8 22:23:11 2015 New Revision: 1658265 URL: http://svn.apache.org/r1658265 Log: Suppress warnings in generated code Modified: tomcat/taglibs/standard/trunk/jstlel/src/main/java/org/apache/taglibs/standard/lang/jstl/parser/ELParser.java

svn commit: r1658266 - /tomcat/taglibs/standard/trunk/standard-test/pom.xml

2015-02-08 Thread kkolinko
Author: kkolinko Date: Sun Feb 8 22:37:09 2015 New Revision: 1658266 URL: http://svn.apache.org/r1658266 Log: Update taglibs-standard-test pom.xml file to run the current version of the library (1.2.3) and use the current version of taglibs-parent. Modified:

svn commit: r1658267 - /tomcat/taglibs/standard/trunk/standard-test/

2015-02-08 Thread kkolinko
Author: kkolinko Date: Sun Feb 8 22:39:35 2015 New Revision: 1658267 URL: http://svn.apache.org/r1658267 Log: Add project files of Eclipse IDE to svn:ignore Modified: tomcat/taglibs/standard/trunk/standard-test/ (props changed) Propchange: tomcat/taglibs/standard/trunk/standard-test/

svn commit: r1658272 - /tomcat/taglibs/standard/trunk/standard-test/src/test/resources/org/apache/taglibs/standard/tag/el/core/TestOutTag.txt

2015-02-08 Thread kkolinko
Author: kkolinko Date: Sun Feb 8 23:05:36 2015 New Revision: 1658272 URL: http://svn.apache.org/r1658272 Log: Fix failing TestOutTag test: Update expectation file. Apache license comment was added to TestOutTag.jsp in r1524888, which results in an additional empty line in the output. Modified:

[Bug 57549] New: pom.xml files of Standard taglib reference 1.2-SNAPSHOT build of taglibs-build-tools

2015-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57549 Bug ID: 57549 Summary: pom.xml files of Standard taglib reference 1.2-SNAPSHOT build of taglibs-build-tools Product: Taglibs Version: 1.2.1 Hardware: PC

[Bug 57548] Auto-generate the value for org.apache.taglibs.standard.Version class

2015-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57548 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com --- README_bin.txt README_src.txt files also need to be updated manually Updated manually for 1.2.3 in r1658280 and r1658281 The standard-test project specifies what version

svn commit: r1658297 - in /tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common: core/ForEachSupport.java fmt/LocaleUtil.java sql/DataSourceWrapper.java

2015-02-08 Thread kkolinko
Author: kkolinko Date: Mon Feb 9 03:10:22 2015 New Revision: 1658297 URL: http://svn.apache.org/r1658297 Log: Fix checkstyle warnings: Java imports formatting. Modified: tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/core/ForEachSupport.java

Re: [RESULT] [VOTE] Release Apache Taglibs 1.2.2

2015-02-08 Thread Konstantin Kolinko
2015-02-08 22:29 GMT+03:00 Jeremy Boynes jboy...@apache.org: On Feb 5, 2015, at 10:01 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2015-02-02 14:05 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2015-01-27 19:08 GMT+03:00 Jeremy Boynes jer...@boynes.com: On Jan 27, 2015, at

[Bug 57549] pom.xml files of Standard taglib reference 1.2-SNAPSHOT build of taglibs-build-tools

2015-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57549 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

svn commit: r1658280 - in /tomcat/taglibs/standard/trunk: README_bin.txt README_src.txt

2015-02-08 Thread kkolinko
Author: kkolinko Date: Mon Feb 9 00:27:41 2015 New Revision: 1658280 URL: http://svn.apache.org/r1658280 Log: For https://issues.apache.org/bugzilla/show_bug.cgi?id=57548 Manually update version number in README files Modified: tomcat/taglibs/standard/trunk/README_bin.txt

svn commit: r1658295 - in /tomcat/taglibs/standard/trunk: CHANGES.txt compat/pom.xml impl/pom.xml jstlel/pom.xml spec/pom.xml

2015-02-08 Thread kkolinko
Author: kkolinko Date: Mon Feb 9 02:58:32 2015 New Revision: 1658295 URL: http://svn.apache.org/r1658295 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57549 Fix checkstyle configuration to do not reference a SNAPSHOT version of build-tools module. Reference the configuration file

svn commit: r1658275 - /tomcat/taglibs/standard/trunk/jstlel/src/main/java/org/apache/taglibs/standard/lang/jstl/parser/

2015-02-08 Thread kkolinko
Author: kkolinko Date: Sun Feb 8 23:24:16 2015 New Revision: 1658275 URL: http://svn.apache.org/r1658275 Log: Suppress warnings in code generated by JavaCC - followup to r1658265 Eclipse IDE does not recognize uppercase ALL, works with all. Modified:

svn commit: r1658282 - /tomcat/taglibs/standard/trunk/standard-test/

2015-02-08 Thread kkolinko
Author: kkolinko Date: Mon Feb 9 00:53:34 2015 New Revision: 1658282 URL: http://svn.apache.org/r1658282 Log: Add project files of Eclipse IDE to svn:ignore Modified: tomcat/taglibs/standard/trunk/standard-test/ (props changed) Propchange: tomcat/taglibs/standard/trunk/standard-test/

svn commit: r1658296 - in /tomcat/taglibs/standard/trunk/spec/src/main/java/javax/servlet/jsp/jstl: core/ConditionalTagSupport.java fmt/JakartaInline.java

2015-02-08 Thread kkolinko
Author: kkolinko Date: Mon Feb 9 03:04:26 2015 New Revision: 1658296 URL: http://svn.apache.org/r1658296 Log: Fix checkstyle warnings: - Use Boolean.valueOf(). This method is available since Java 1.4. - Replace tab character Modified: