[jira] Created: (TAP5-1262) XSS vulnerability in calendar component (apply to 5.1.0.x)

2010-08-31 Thread Christophe Cordenier (JIRA)
XSS vulnerability in calendar component (apply to 5.1.0.x) -- Key: TAP5-1262 URL: https://issues.apache.org/jira/browse/TAP5-1262 Project: Tapestry 5 Issue Type: Bug Component

[jira] Closed: (TAP5-1057) XSS vulnerability in calendar component

2010-08-31 Thread Christophe Cordenier (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Cordenier closed TAP5-1057. -- Resolution: Fixed Clone instead re-opening. > XSS vulnerability in calendar component >

[jira] Commented: (TAP5-1188) Refactoring the base class of a live-reloaded service implementation can cause mysterious NoSuchMethodError exceptions

2010-08-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904855#action_12904855 ] Hudson commented on TAP5-1188: -- Integrated in tapestry-5.2-freestyle #185 (See [https://hudson

svn commit: r991406 - /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/AbstractReloadableObjectCreator.java

2010-08-31 Thread hlship
Author: hlship Date: Wed Sep 1 00:10:33 2010 New Revision: 991406 URL: http://svn.apache.org/viewvc?rev=991406&view=rev Log: TAP5-1188: Remove commented-out code Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/AbstractReloadableObjectCreator.j

[jira] Closed: (TAP5-1233) Live reloading of service implementation classes causes IllegalAccessError if the class contains protected or package private methods

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-1233. -- Assignee: Howard M. Lewis Ship Fix Version/s: 5.2.1 Resolution: Fixed Th

[jira] Closed: (TAP5-1188) Refactoring the base class of a live-reloaded service implementation can cause mysterious NoSuchMethodError exceptions

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-1188. -- Fix Version/s: 5.2.1 Resolution: Fixed Did a bunch of work to extend the "class l

svn commit: r991405 - /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/AbstractReloadableObjectCreator.java

2010-08-31 Thread hlship
Author: hlship Date: Wed Sep 1 00:02:06 2010 New Revision: 991405 URL: http://svn.apache.org/viewvc?rev=991405&view=rev Log: TAP5-1188: Clean up and streamline code, make sure all inner classes (including inner interfaces) are loaded by the reloading class loader Modified: tapestry/tapestr

svn commit: r991402 - in /tapestry/tapestry5/trunk: tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ tapestry-core/src/main/java/org/apache/tapestry5/internal/util/ tapestry-core/sr

2010-08-31 Thread hlship
Author: hlship Date: Wed Sep 1 00:01:53 2010 New Revision: 991402 URL: http://svn.apache.org/viewvc?rev=991402&view=rev Log: TAP5-1188: Refactory URLChangeTracker from tapestry-core to tapestry-ioc Added: tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/

svn commit: r991404 - in /tapestry/tapestry5/trunk/tapestry-ioc/src/test/java/org/apache/tapestry5/ioc: ReloadTest.java internal/util/URLChangeTrackerTest.java

2010-08-31 Thread hlship
Author: hlship Date: Wed Sep 1 00:02:02 2010 New Revision: 991404 URL: http://svn.apache.org/viewvc?rev=991404&view=rev Log: TAP5-1188: Add test to demonstrate that changing a base class reloads the service Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/test/java/org/apache/tapestry5/

svn commit: r991403 - in /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal: AbstractReloadableObjectCreator.java ReloadableServiceImplementationObjectCreator.java

2010-08-31 Thread hlship
Author: hlship Date: Wed Sep 1 00:01:57 2010 New Revision: 991403 URL: http://svn.apache.org/viewvc?rev=991403&view=rev Log: TAP5-1188: Make use of URLChangeTracker to track which file(s) may have changed, forcing a service to reload Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/main

svn commit: r991401 - in /tapestry/tapestry5/trunk/tapestry-ioc/src: main/java/org/apache/tapestry5/ioc/internal/AbstractReloadableObjectCreator.java test/java/org/apache/tapestry5/ioc/ReloadTest.java

2010-08-31 Thread hlship
Author: hlship Date: Wed Sep 1 00:01:41 2010 New Revision: 991401 URL: http://svn.apache.org/viewvc?rev=991401&view=rev Log: TAP5-1188: Tune some of the logic related to which classes are reloaded Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/interna

svn commit: r991400 - /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/AbstractReloadableObjectCreator.java

2010-08-31 Thread hlship
Author: hlship Date: Wed Sep 1 00:01:35 2010 New Revision: 991400 URL: http://svn.apache.org/viewvc?rev=991400&view=rev Log: TAP5-1188: Refactor to use Javassist class loading objects Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/AbstractRel

[jira] Commented: (TAP5-1192) IE 8 throws an exception while purging JavaScript event handlers from elements as they are destroyed

2010-08-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904742#action_12904742 ] Hudson commented on TAP5-1192: -- Integrated in tapestry-5.2-freestyle #184 (See [https://hudson

[jira] Assigned: (TAP5-1188) Refactoring the base class of a live-reloaded service implementation can cause mysterious NoSuchMethodError exceptions

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-1188: -- Assignee: Howard M. Lewis Ship > Refactoring the base class of a live-reloaded s

[jira] Closed: (TAP5-1192) IE 8 throws an exception while purging JavaScript event handlers from elements as they are destroyed

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-1192. -- Fix Version/s: 5.2.1 Resolution: Fixed Iterating backwards through the names shou

[jira] Updated: (TAP5-1192) IE 8 throws an exception while purging JavaScript event handlers from elements as they are destroyed

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-1192: --- Summary: IE 8 throws an exception while purging JavaScript event handlers from element

svn commit: r991288 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js

2010-08-31 Thread hlship
Author: hlship Date: Tue Aug 31 18:44:07 2010 New Revision: 991288 URL: http://svn.apache.org/viewvc?rev=991288&view=rev Log: TAP5-1192: IE 8 throws an exception while purging JavaScript event handlers from elements as they are destroyed Modified: tapestry/tapestry5/trunk/tapestry-core/src/

[jira] Commented: (TAP5-1241) Setting the content length of the response should automatically disable response compression

2010-08-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904721#action_12904721 ] Hudson commented on TAP5-1241: -- Integrated in tapestry-5.2-freestyle #183 (See [https://hudson

[jira] Assigned: (TAP5-1192) Ajax update memory leak fix throws exception

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-1192: -- Assignee: Howard M. Lewis Ship > Ajax update memory leak fix throws exception >

[jira] Updated: (TAP5-942) Javascript error after zone refreshed for IE

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-942: -- Priority: Minor (was: Critical) Real applications in Tapestry do no use inline JavaScrip

[jira] Closed: (TAP5-1194) ComponentEventLinkEncoder omits original Link's parameters when URL Rewriting has been applied.

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-1194. -- Resolution: Invalid As noted, prior bug fixes (available as part of 5.2) have invalidate

[jira] Closed: (TAP5-1241) Setting the content length of the response should automatically disable response compression

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-1241. -- Fix Version/s: 5.2.1 Resolution: Fixed > Setting the content length of the respon

svn commit: r991280 - in /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal: gzip/GZIPEnabledResponse.java services/assets/StackAssetRequestHandler.java

2010-08-31 Thread hlship
Author: hlship Date: Tue Aug 31 18:21:22 2010 New Revision: 991280 URL: http://svn.apache.org/viewvc?rev=991280&view=rev Log: TAP5-1241: Setting the content length of the response should automatically disable response compression Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/jav

[jira] Commented: (TAP5-1241) Setting the content length of the response should automatically disable response compression

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904705#action_12904705 ] Howard M. Lewis Ship commented on TAP5-1241: Ok, decided to go that route. > Se

[jira] Updated: (TAP5-1241) Setting the content length of the response should automatically disable response compression

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-1241: --- Summary: Setting the content length of the response should automatically disable respo

[jira] Updated: (TAP5-795) Tapestry IoC should provide an OrderedConfiguration for EagerLoaded services

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-795: -- Priority: Minor (was: Critical) This is a good idea, but you could accomplish this yours

[jira] Closed: (TAP5-673) An intercepted response causes the error "java.lang.IllegalStateException: WRITER" in gzip compressed pages

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-673. - Resolution: Incomplete Please add more information: a bit more of the code of that appears

[jira] Commented: (TAP5-1118) Using Ajax updates to add an Upload component to an existing Form fails in IE, which still sends application/x-www-form-urlencoded encoded request

2010-08-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904692#action_12904692 ] Hudson commented on TAP5-1118: -- Integrated in tapestry-5.2-freestyle #182 (See [https://hudson

[jira] Commented: (TAP5-1236) Add method Response.disableCompression() (to avoid use of a internal global key)

2010-08-31 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904691#action_12904691 ] Hudson commented on TAP5-1236: -- Integrated in tapestry-5.2-freestyle #182 (See [https://hudson

[jira] Commented: (TAP5-1241) Automatic gzipping does not allow setting a content length for generated content

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904688#action_12904688 ] Howard M. Lewis Ship commented on TAP5-1241: I'm not really sure how to address

[jira] Closed: (TAP5-1236) Add method Response.disableCompression() (to avoid use of a internal global key)

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-1236. -- Fix Version/s: 5.2.1 Resolution: Fixed > Add method Response.disableCompression()

svn commit: r991267 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/internal/services/ main/java/org/apache/tapestry5/internal/services/assets/ main/java/org/apache/ta

2010-08-31 Thread hlship
Author: hlship Date: Tue Aug 31 17:27:21 2010 New Revision: 991267 URL: http://svn.apache.org/viewvc?rev=991267&view=rev Log: TAP5-1236: Add method Response.disableCompression() (to avoid use of a internal global key) Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache

[jira] Assigned: (TAP5-1236) Add method Response.disableCompression() (to avoid use of a internal global key)

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-1236: -- Assignee: Howard M. Lewis Ship > Add method Response.disableCompression() (to av

[jira] Updated: (TAP5-1236) Add method Response.disableCompression() (to avoid use of a internal global key)

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-1236: --- Summary: Add method Response.disableCompression() (to avoid use of a internal global k

[jira] Assigned: (TAP5-1241) Automatic gzipping does not allow setting a content length for generated content

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-1241: -- Assignee: Howard M. Lewis Ship > Automatic gzipping does not allow setting a con

[jira] Closed: (TAP5-1163) ClassTransformation Javassist Compile error accessing public field of non-component class

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-1163. -- Resolution: Duplicate > ClassTransformation Javassist Compile error accessing public fie

[jira] Closed: (TAP5-1214) T5.1.05 always runing slowly when it handle the page requests

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-1214. -- Resolution: Cannot Reproduce Again, as per the user mailing list discussion, this appear

[jira] Commented: (TAP5-1214) T5.1.05 always runing slowly when it handle the page requests

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904676#action_12904676 ] Howard M. Lewis Ship commented on TAP5-1214: Didn't this come up on the mailing

[jira] Closed: (TAP5-1206) @IncludeStylesheet slows down component rendering

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-1206. -- Resolution: Won't Fix Again, an upgrade to 5.1 (and a swtich to the @Import annotation)

[jira] Closed: (TAP5-1118) Using Ajax updates to add an Upload component to an existing Form fails in IE, which still sends application/x-www-form-urlencoded encoded request

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-1118. -- Fix Version/s: 5.2.1 Resolution: Fixed > Using Ajax updates to add an Upload comp

svn commit: r991233 - /tapestry/tapestry5/trunk/tapestry-upload/src/main/resources/org/apache/tapestry5/upload/components/upload.js

2010-08-31 Thread hlship
Author: hlship Date: Tue Aug 31 16:32:01 2010 New Revision: 991233 URL: http://svn.apache.org/viewvc?rev=991233&view=rev Log: TAP5-1118: Using Ajax updates to add an Upload component to an existing Form fails in IE, which still sends application/x-www-form-urlencoded encoded request Modified:

svn commit: r991232 - /tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/apache/tapestry5/test/ErrorReporterImpl.java

2010-08-31 Thread hlship
Author: hlship Date: Tue Aug 31 16:31:57 2010 New Revision: 991232 URL: http://svn.apache.org/viewvc?rev=991232&view=rev Log: Force a white background (otherwise, the Tapestry exception report page may come out unreadable) Modified: tapestry/tapestry5/trunk/tapestry-test/src/main/java/org/a

[jira] Updated: (TAP5-1118) Using Ajax updates to add an Upload component to an existing Form fails in IE, which still sends application/x-www-form-urlencoded encoded request

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship updated TAP5-1118: --- Summary: Using Ajax updates to add an Upload component to an existing Form fails i

[jira] Assigned: (TAP5-1118) Setting form.enctype in JavaScript doesn't work in IE

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-1118: -- Assignee: Howard M. Lewis Ship > Setting form.enctype in JavaScript doesn't work

[jira] Closed: (TAP5-846) tapestry cannot deploy on the weblogic 9.2.0.0

2010-08-31 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-846. - Assignee: Howard M. Lewis Ship Resolution: Won't Fix This is fixed in the 5.2 code ba

[jira] Reopened: (TAP5-1057) XSS vulnerability in calendar component

2010-08-31 Thread Christophe Cordenier (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Cordenier reopened TAP5-1057: Assignee: Christophe Cordenier (was: Igor Drobiazko) I will apply it on 5.1.0.8-S

[jira] Assigned: (TAP5-733) AjaxFormLoop occasionally fails with "The rendered content did not include any elements that allow for the positioning of the hidden form field's element"

2010-08-31 Thread Christophe Cordenier (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Cordenier reassigned TAP5-733: - Assignee: Christophe Cordenier > AjaxFormLoop occasionally fails with "The rendered