svn commit: r4011 - in /dev/tomcat/taglibs/taglibs-standard-1.2.1: taglibs-standard-1.2.1-source-release.zip.asc.md5 taglibs-standard-1.2.1-source-release.zip.asc.sha1
Author: kkolinko Date: Mon Dec 30 11:20:08 2013 New Revision: 4011 Log: Remove checksums for the signature file. There is no need for them. Removed: dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-1.2.1-source-release.zip.asc.md5 dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-1.2.1-source-release.zip.asc.sha1 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r4011 - in /dev/tomcat/taglibs/taglibs-standard-1.2.1: taglibs-standard-1.2.1-source-release.zip.asc.md5 taglibs-standard-1.2.1-source-release.zip.asc.sha1
Author: kkolinko Date: Mon Dec 30 11:20:08 2013 New Revision: 4011 Log: Remove checksums for the signature file. There is no need for them. Removed: dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-1.2.1-source-release.zip.asc.md5 dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-1.2.1-source-release.zip.asc.sha1 - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r4012 - /dev/tomcat/taglibs/taglibs-standard-1.2.1/
Author: kkolinko Date: Mon Dec 30 11:42:01 2013 New Revision: 4012 Log: Add binaries (copied from the Maven staging site). Add READMEs and NOTICE. Added: dev/tomcat/taglibs/taglibs-standard-1.2.1/NOTICE (with props) dev/tomcat/taglibs/taglibs-standard-1.2.1/README_bin.txt (with props) dev/tomcat/taglibs/taglibs-standard-1.2.1/README_src.txt (with props) dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-compat-1.2.1.jar (with props) dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-compat-1.2.1.jar.asc dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-compat-1.2.1.jar.md5 dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-compat-1.2.1.jar.sha1 dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-impl-1.2.1.jar (with props) dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-impl-1.2.1.jar.asc dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-impl-1.2.1.jar.md5 dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-impl-1.2.1.jar.sha1 dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-jstlel-1.2.1.jar (with props) dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-jstlel-1.2.1.jar.asc dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-jstlel-1.2.1.jar.md5 dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-jstlel-1.2.1.jar.sha1 dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-spec-1.2.1.jar (with props) dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-spec-1.2.1.jar.asc dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-spec-1.2.1.jar.md5 dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-spec-1.2.1.jar.sha1 Added: dev/tomcat/taglibs/taglibs-standard-1.2.1/NOTICE == --- dev/tomcat/taglibs/taglibs-standard-1.2.1/NOTICE (added) +++ dev/tomcat/taglibs/taglibs-standard-1.2.1/NOTICE Mon Dec 30 11:42:01 2013 @@ -0,0 +1,5 @@ +Apache Standard Taglib +Copyright 2001-2013 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). Propchange: dev/tomcat/taglibs/taglibs-standard-1.2.1/NOTICE -- svn:eol-style = native Added: dev/tomcat/taglibs/taglibs-standard-1.2.1/README_bin.txt == --- dev/tomcat/taglibs/taglibs-standard-1.2.1/README_bin.txt (added) +++ dev/tomcat/taglibs/taglibs-standard-1.2.1/README_bin.txt Mon Dec 30 11:42:01 2013 @@ -0,0 +1,104 @@ +--- +Apache Standard Tag Library 1.2.1 -- BINARY DISTRIBUTION +--- +Thanks for downloading this release of the Standard tag library, +an implementation of the JavaServer Pages(tm)(JSP) +Standard Tag Library (JSTL). + +This code is licensed to you by the Apache Software Foundation and its +contributors under the terms of the Apache License V2.0; +please see the included NOTICE and LICENSE files for details. + +JSTL is an effort of the Java Community Process (JCP) and +comes out of the JSR-052 expert group. For more information on JSTL, +please go to http://jcp.org/en/jsr/detail?id=52 . + +--- +LIBRARY DEPENDENCIES + +This version of the Standard Tag Library has the following runtime +dependencies: + + 1. Dependencies provided by a JSP 2.1 container: + - Java 1.5 or later + - Servlet 2.5 or later + - JSP 2.1 or later + + 2. Additional dependencies + - The XML tag library requires Apache Xalan 2.7.1 or later + +--- +Apache Xalan 2.7.1 + +To address performance issues with XSLT processing, this version relies on +implementation specific functionality from Apache Xalan. The following +libraries should be included in the classpath for your application: + - xalan-2.7.1.jar + - serializer-2.7.1.jar + +--- +ADD DEPENDENCIES TO A WEB APPLICATION + +To use this distribution with your own web applications, add the following JAR +files to the '/WEB-INF/lib' directory of your application: + - taglibs-standard-spec-1.2.1.jar + - taglibs-standard-impl-1.2.1.jar + - taglibs-standard-jstlel-1.2.1.jar + - xalan-2.7.1.jar + - serializer-2.7.1.jar + +If you do not use JSTL 1.0 tags then the "taglibs-standard-jstlel" JAR may be +omitted. If you do not use the XML library, then the Apache Xalan dependencies +may also be omitted. + +If you build you application with Maven, add the following dependencies to +your pom.xml file: + + + org.apache.taglibs + taglibs-standard-spec + 1.2.1 + + + org.apache.tagl
svn commit: r4012 - /dev/tomcat/taglibs/taglibs-standard-1.2.1/
Author: kkolinko Date: Mon Dec 30 11:42:01 2013 New Revision: 4012 Log: Add binaries (copied from the Maven staging site). Add READMEs and NOTICE. Added: dev/tomcat/taglibs/taglibs-standard-1.2.1/NOTICE (with props) dev/tomcat/taglibs/taglibs-standard-1.2.1/README_bin.txt (with props) dev/tomcat/taglibs/taglibs-standard-1.2.1/README_src.txt (with props) dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-compat-1.2.1.jar (with props) dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-compat-1.2.1.jar.asc dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-compat-1.2.1.jar.md5 dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-compat-1.2.1.jar.sha1 dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-impl-1.2.1.jar (with props) dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-impl-1.2.1.jar.asc dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-impl-1.2.1.jar.md5 dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-impl-1.2.1.jar.sha1 dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-jstlel-1.2.1.jar (with props) dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-jstlel-1.2.1.jar.asc dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-jstlel-1.2.1.jar.md5 dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-jstlel-1.2.1.jar.sha1 dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-spec-1.2.1.jar (with props) dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-spec-1.2.1.jar.asc dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-spec-1.2.1.jar.md5 dev/tomcat/taglibs/taglibs-standard-1.2.1/taglibs-standard-spec-1.2.1.jar.sha1 Added: dev/tomcat/taglibs/taglibs-standard-1.2.1/NOTICE == --- dev/tomcat/taglibs/taglibs-standard-1.2.1/NOTICE (added) +++ dev/tomcat/taglibs/taglibs-standard-1.2.1/NOTICE Mon Dec 30 11:42:01 2013 @@ -0,0 +1,5 @@ +Apache Standard Taglib +Copyright 2001-2013 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). Propchange: dev/tomcat/taglibs/taglibs-standard-1.2.1/NOTICE -- svn:eol-style = native Added: dev/tomcat/taglibs/taglibs-standard-1.2.1/README_bin.txt == --- dev/tomcat/taglibs/taglibs-standard-1.2.1/README_bin.txt (added) +++ dev/tomcat/taglibs/taglibs-standard-1.2.1/README_bin.txt Mon Dec 30 11:42:01 2013 @@ -0,0 +1,104 @@ +--- +Apache Standard Tag Library 1.2.1 -- BINARY DISTRIBUTION +--- +Thanks for downloading this release of the Standard tag library, +an implementation of the JavaServer Pages(tm)(JSP) +Standard Tag Library (JSTL). + +This code is licensed to you by the Apache Software Foundation and its +contributors under the terms of the Apache License V2.0; +please see the included NOTICE and LICENSE files for details. + +JSTL is an effort of the Java Community Process (JCP) and +comes out of the JSR-052 expert group. For more information on JSTL, +please go to http://jcp.org/en/jsr/detail?id=52 . + +--- +LIBRARY DEPENDENCIES + +This version of the Standard Tag Library has the following runtime +dependencies: + + 1. Dependencies provided by a JSP 2.1 container: + - Java 1.5 or later + - Servlet 2.5 or later + - JSP 2.1 or later + + 2. Additional dependencies + - The XML tag library requires Apache Xalan 2.7.1 or later + +--- +Apache Xalan 2.7.1 + +To address performance issues with XSLT processing, this version relies on +implementation specific functionality from Apache Xalan. The following +libraries should be included in the classpath for your application: + - xalan-2.7.1.jar + - serializer-2.7.1.jar + +--- +ADD DEPENDENCIES TO A WEB APPLICATION + +To use this distribution with your own web applications, add the following JAR +files to the '/WEB-INF/lib' directory of your application: + - taglibs-standard-spec-1.2.1.jar + - taglibs-standard-impl-1.2.1.jar + - taglibs-standard-jstlel-1.2.1.jar + - xalan-2.7.1.jar + - serializer-2.7.1.jar + +If you do not use JSTL 1.0 tags then the "taglibs-standard-jstlel" JAR may be +omitted. If you do not use the XML library, then the Apache Xalan dependencies +may also be omitted. + +If you build you application with Maven, add the following dependencies to +your pom.xml file: + + + org.apache.taglibs + taglibs-standard-spec + 1.2.1 + + + org.apache.tagl
[Bug 55759] Update to ECJ 4.3.1
https://issues.apache.org/bugzilla/show_bug.cgi?id=55759 Martin Grotzke changed: What|Removed |Added CC||martin.grotzke@googlemail.c ||om --- Comment #3 from Martin Grotzke --- I just wanted to use tomcat 8.0.0-RC10 via maven but org.eclipse.jdt.core.compiler:ecj:jar:4.3.1 could not be resolved. It seems not to be available in public maven repos... -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: [VOTE] Release Apache Tomcat 7.0.50
On 12/21/2013 5:30 AM, Violeta Georgieva wrote: Hi Ognjen, 2013/12/20 Ognjen Blagojevic Violeta, On 20.12.2013 13:52, Violeta Georgieva wrote: The proposed 7.0.50 release is: [X] Broken - do not release Thanks for the testing. I'm still not convinced to stop the voting based on the frequency (1/5000) of the problem. Equally important as the frequency of reproduction: Is this a regression from the last release? In other words, can no such issue be produced with 7.0.47? If not, then I don't see a reason to hold off on other fixes in 7.0.50. If it appears to be a regression, however, /then /there's an argument to take this more seriously. -- Jess Holle
Re: [VOTE] Release Apache Standard Taglib 1.2.1
Konstantin added the binary artifacts to the dist folder as well. Thank you. I’ll leave the vote open for 72hrs in case anyone would like a final review. As a reminder, the locations are: Dist: https://dist.apache.org/repos/dist/dev/tomcat/taglibs/taglibs-standard-1.2.1/ Maven: https://repository.apache.org/content/repositories/orgapachetomcat-132/ SVN: https://svn.apache.org/repos/asf/tomcat/taglibs/standard/tags/taglibs-standard-1.2.1 Current votes are: binding +1: rjung, olamy, markt non-binding +1: jboynes, hyandell Thanks Jeremy On Dec 29, 2013, at 3:10 PM, Mark Thomas wrote: > Signed PGP part > On 29/12/2013 15:50, Jeremy Boynes wrote: > > On Dec 29, 2013, at 6:04 AM, Mark Thomas wrote: > > > >> On 14/11/2013 02:58, Jeremy Boynes wrote: > >>> I'd like to release Apache Standard Taglib 1.2.1. This is an > >>> update to the withdrawn 1.2.0, built with JDK 1.7.0_45 to > >>> address JavaDoc issues and incorporating feedback on the > >>> documentation. > >>> > >>> Maven Staging Repository: > >>> https://repository.apache.org/content/repositories/orgapachetomcat-132/ > >>> > >>> > >>> > Source Distribution: > >>> https://repository.apache.org/content/repositories/orgapachetomcat-132/org/apache/taglibs/taglibs-standard/1.2.1/ > >>> > >>> > >>> > SVN tag: > >>> https://svn.apache.org/repos/asf/tomcat/taglibs/standard/tags/taglibs-standard-1.2.1 > >>> > >>> > @ r1541786 https://svn.apache.org/r1541786 > >>> > >>> KEYS: https://svn.apache.org/repos/asf/tomcat/trunk/KEYS > >>> > >>> The proposed 1.2.1 release is: [ ] Broken - do not release [X] > >>> OK - release as 1.2.1 > >> > >> My vote is conditional on the src tarball being made available > >> via the Apache Mirror system. I'd would have expected a link to > >> https://dist.apache.org/repos/dist/dev/tomcat/... included in the > >> vote thread. > > > > With the build being Maven based, I followed the doc here: > > http://www.apache.org/dev/publishing-maven-artifacts.html and I did > > not see anything about publishing through both channels. > > Some folks are of the view having the source in the ASF Nexus repo is > sufficient to meet the ASF release requirements. I do not share that > view. I might be in the minority. > > My view is that every source release should be present on the mirrors > and available from archive.apache.org. That will happen automatically > if the source distributions are made available via dist.a.o > > > I’ve uploaded a copy of the source release here: > > https://dist.apache.org/repos/dist/dev/tomcat/taglibs/taglibs-standard-1.2.1/ > > > > Is that what you had in mind? Do I just svn mv that to “release” > > when done? > > Yes and yes. > > Mark > > > - > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > signature.asc Description: Message signed with OpenPGP using GPGMail
svn commit: r1554298 - /tomcat/trunk/java/org/apache/coyote/Response.java
Author: markt Date: Mon Dec 30 19:39:23 2013 New Revision: 1554298 URL: http://svn.apache.org/r1554298 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55939 Ensure that flags used for non-blocking writes are reset between requests. Modified: tomcat/trunk/java/org/apache/coyote/Response.java Modified: tomcat/trunk/java/org/apache/coyote/Response.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/Response.java?rev=1554298&r1=1554297&r2=1554298&view=diff == --- tomcat/trunk/java/org/apache/coyote/Response.java (original) +++ tomcat/trunk/java/org/apache/coyote/Response.java Mon Dec 30 19:39:23 2013 @@ -540,7 +540,10 @@ public final class Response { commitTime = -1; errorException = null; headers.clear(); +// Servlet 3.1 non-blocking write listener listener = null; +fireListener = false; +registeredForWrite = false; // update counters contentWritten=0; - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 55939] Seeing issues with non-blocking io when writing lots of data
https://issues.apache.org/bugzilla/show_bug.cgi?id=55939 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED OS||All --- Comment #1 from Mark Thomas --- Thanks for the test case. I've figured out what was going wrong and fixed it in trunk. The test case is such that occasionally a request will fail. This happens when - for some reason (e.g. a GC pause) - the client stops reading for more than to 100ms timeout or doesn't start reading the response for more than 100ms. Because the test case does regularly fail, I have not added it to the unit tests (now the issue is understood it should be possible to write a test case that checks this problem and always passes if and only if the problem is fixed). The problem was that some of the flags used to handle non-blocking IO were not reset between requests. Once a request failed, all subsequent requests that used the same response object would also fail because the flags were set to indicate that the socket was registered for write with the Poller when that was not the case. This has been fixed in r1554298. With the fix in place I still see occasional failures but I only see single failures rather than all subsequent requests failing. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1554299 - /tomcat/tc6.0.x/trunk/STATUS.txt
Author: markt Date: Mon Dec 30 19:50:35 2013 New Revision: 1554299 URL: http://svn.apache.org/r1554299 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=1554299&r1=1554298&r2=1554299&view=diff == --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Dec 30 19:50:35 2013 @@ -140,6 +140,11 @@ PATCHES PROPOSED TO BACKPORT: it requires Ant >= 1.8.0. -1: +* Avoid possible NPE when a content type with no charset is specified + http://svn.apache.org/r1552805 + +1: markt + -1: + PATCHES/ISSUES THAT ARE STALLED - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
svn commit: r1554317 - /tomcat/tc6.0.x/trunk/STATUS.txt
Author: kkolinko Date: Mon Dec 30 20:47:42 2013 New Revision: 1554317 URL: http://svn.apache.org/r1554317 Log: comment and 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=1554317&r1=1554316&r2=1554317&view=diff == --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Dec 30 20:47:42 2013 @@ -141,8 +141,9 @@ PATCHES PROPOSED TO BACKPORT: -1: * Avoid possible NPE when a content type with no charset is specified + (Followup to r1548971) http://svn.apache.org/r1552805 - +1: markt + +1: markt, kkolinko -1: - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org