svn commit: r960166 - in /tomcat/taglibs/standard/trunk/impl: ./ src/main/java/org/apache/taglibs/standard/tag/common/core/ src/test/java/org/apache/taglibs/standard/tag/common/ src/test/java/org/apac

2010-07-03 Thread bayard
Author: bayard Date: Sat Jul 3 07:36:34 2010 New Revision: 960166 URL: http://svn.apache.org/viewvc?rev=960166&view=rev Log: Implementing commented out code - c:set now removes variables from ELContext VariableMapper. Test and fix patches from Jeremy Boynes #49526 Added: tomcat/taglibs/sta

DO NOT REPLY [Bug 49526] c:set does not remove variables from ELContext VariableMapper

2010-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49526 Henri Yandell changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2010-07-03 Thread bayard
Author: bayard Date: Sat Jul 3 07:42:06 2010 New Revision: 960167 URL: http://svn.apache.org/viewvc?rev=960167&view=rev Log: Configuring the jetty stop port, stops the plugin complaining at the end Modified: tomcat/taglibs/standard/trunk/standard-test/pom.xml Modified: tomcat/taglibs/standa

DO NOT REPLY [Bug 49544] Lambda Probe don't work

2010-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49544 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49546] New: Add test cases for SetSupport

2010-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49546 Summary: Add test cases for SetSupport Product: Taglibs Version: 1.2.0 Platform: PC Status: NEW Severity: enhancement Priority: P2 Component: Standard Taglib

DO NOT REPLY [Bug 49546] Add test cases for SetSupport

2010-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49546 --- Comment #1 from Jeremy Boynes 2010-07-03 11:54:54 EDT --- Created an attachment (id=25691) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25691) Add test cases for determining result Refactors result logic into separate he

svn commit: r960234 - in /tomcat/taglibs/standard/trunk/impl/src: main/java/org/apache/taglibs/standard/tag/common/core/SetSupport.java test/java/org/apache/taglibs/standard/tag/common/core/TestSetSup

2010-07-03 Thread bayard
Author: bayard Date: Sat Jul 3 16:24:54 2010 New Revision: 960234 URL: http://svn.apache.org/viewvc?rev=960234&view=rev Log: Adding test cases for common c:set logic; along with a refactoring of the result into a separate helper method to ease testing. Patch from Jeremy Boynes: #49546 Modified

DO NOT REPLY [Bug 49546] Add test cases for SetSupport

2010-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49546 Henri Yandell changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49547] New: Minor performance enhancement in set result evaluation

2010-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49547 Summary: Minor performance enhancement in set result evaluation Product: Taglibs Version: 1.2.0 Platform: PC Status: NEW Severity: enhancement Priority: P2 C

DO NOT REPLY [Bug 49547] Minor performance enhancement in set result evaluation

2010-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49547 --- Comment #1 from Jeremy Boynes 2010-07-03 13:27:20 EDT --- Created an attachment (id=25692) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25692) patch to remove one check and a unneeded call to BodyContent#getString -- Co

DO NOT REPLY [Bug 49542] IteratedValueExpression and IndexedValueExpression implementation

2010-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49542 Henri Yandell changed: What|Removed |Added Status|NEW |NEEDINFO OS/Version|

DO NOT REPLY [Bug 49547] Minor performance enhancement in set result evaluation

2010-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49547 Henri Yandell changed: What|Removed |Added Status|NEW |NEEDINFO OS/Version|

DO NOT REPLY [Bug 49547] Minor performance enhancement in set result evaluation

2010-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49547 --- Comment #3 from Jeremy Boynes 2010-07-03 14:53:00 EDT --- value and valueSpecified are both protected variables and part of our implementation rather than the spec. The container will just call setValue(Object) to set the attribute's v

DO NOT REPLY [Bug 49547] Minor performance enhancement in set result evaluation

2010-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49547 Jeremy Boynes changed: What|Removed |Added Status|NEEDINFO|NEW -- Configure bugmail: https:/

DO NOT REPLY [Bug 49542] IteratedValueExpression and IndexedValueExpression implementation

2010-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49542 Jeremy Boynes changed: What|Removed |Added Attachment #25686|0 |1 is obsolete|

svn commit: r960259 - in /tomcat/taglibs/standard/trunk/impl/src: main/java/org/apache/taglibs/standard/tag/common/core/SetSupport.java test/java/org/apache/taglibs/standard/tag/common/core/TestSetSup

2010-07-03 Thread bayard
Author: bayard Date: Sat Jul 3 19:34:40 2010 New Revision: 960259 URL: http://svn.apache.org/viewvc?rev=960259&view=rev Log: Improving the performance of SetSupport by only calling bodyContent.getString() once per Jeremy's patch #49547 Modified: tomcat/taglibs/standard/trunk/impl/src/main/

DO NOT REPLY [Bug 49547] Minor performance enhancement in set result evaluation

2010-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49547 Henri Yandell changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2010-07-03 Thread bayard
Author: bayard Date: Sat Jul 3 19:39:02 2010 New Revision: 960261 URL: http://svn.apache.org/viewvc?rev=960261&view=rev Log: Improved javadoc per Jeremy's #49542 patch Modified: tomcat/taglibs/standard/trunk/spec/src/main/java/javax/servlet/jsp/jstl/core/IteratedExpression.java Modified:

svn commit: r960262 - in /tomcat/taglibs/standard/trunk/spec/src/main/java/javax/servlet/jsp/jstl/core: IndexedValueExpression.java IteratedValueExpression.java

2010-07-03 Thread bayard
Author: bayard Date: Sat Jul 3 19:40:07 2010 New Revision: 960262 URL: http://svn.apache.org/viewvc?rev=960262&view=rev Log: Fixing equals method to be consistent with hashCode, and making the serialVersionUID be 1L per the spec javadoc. Per Jeremy Boynes' #49542 report Modified: tomcat/ta

DO NOT REPLY [Bug 49542] IteratedValueExpression and IndexedValueExpression implementation

2010-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49542 Henri Yandell changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|

svn commit: r960283 - in /tomcat/trunk: java/org/apache/catalina/core/AsyncContextImpl.java test/org/apache/catalina/core/TestAsyncContextImpl.java webapps/docs/changelog.xml

2010-07-03 Thread pero
Author: pero Date: Sat Jul 3 22:48:16 2010 New Revision: 960283 URL: http://svn.apache.org/viewvc?rev=960283&view=rev Log: Fix Bug 49528 - HttpServletRequest.isAsyncStarted() returns false when a Runnable is started Add isDebugEnabled statements. Todo: Why we doesn't start directly a container

DO NOT REPLY [Bug 49528] HttpServletRequest.isAsyncStarted() returns false when a Runnable is started

2010-07-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49528 Peter Rossbach changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r960284 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappLoader.java test/org/apache/catalina/loader/TestVirtualWebappLoader.java

2010-07-03 Thread pero
Author: pero Date: Sat Jul 3 23:02:46 2010 New Revision: 960284 URL: http://svn.apache.org/viewvc?rev=960284&view=rev Log: Fix NPE and add small test case to check VirtualWebappLoader. Added: tomcat/trunk/test/org/apache/catalina/loader/TestVirtualWebappLoader.java (with props) Modified:

Re: svn commit: r960283 - in /tomcat/trunk: java/org/apache/catalina/core/AsyncContextImpl.java test/org/apache/catalina/core/TestAsyncContextImpl.java webapps/docs/changelog.xml

2010-07-03 Thread Rainer Jung
Hi Peter, On 04.07.2010 00:48, p...@apache.org wrote: Author: pero Date: Sat Jul 3 22:48:16 2010 New Revision: 960283 URL: http://svn.apache.org/viewvc?rev=960283&view=rev Log: Fix Bug 49528 - HttpServletRequest.isAsyncStarted() returns false when a Runnable is started Add isDebugEnabled stat