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

2010-09-01 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] Created: (TAP5-1262) XSS vulnerability in calendar component (apply to 5.1.0.x)

2010-09-01 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

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

2010-09-01 Thread Peter Stavrinides (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12905036#action_12905036 ] Peter Stavrinides commented on TAP5-673: I will have a go to recreate the error, but

svn commit: r991651 - in /tapestry/tapestry5/trunk/tapestry-ioc/src: main/java/org/apache/tapestry5/ioc/internal/services/ExceptionAnalyzerImpl.java test/java/org/apache/tapestry5/ioc/internal/service

2010-09-01 Thread hlship
Author: hlship Date: Wed Sep 1 18:57:32 2010 New Revision: 991651 URL: http://svn.apache.org/viewvc?rev=991651view=rev Log: Handle the unlikely case where an exception includes a property that is the same exception (i.e., detect the infinite loop) Modified:

svn commit: r991652 - 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-09-01 Thread hlship
Author: hlship Date: Wed Sep 1 18:57:38 2010 New Revision: 991652 URL: http://svn.apache.org/viewvc?rev=991652view=rev Log: Add a few simplifications to service reloading, and don't bother to track time modified of inner classes Modified:

svn commit: r991653 - in /tapestry/tapestry5/trunk/tapestry-ioc/src: main/java/org/apache/tapestry5/ioc/internal/ main/java/org/apache/tapestry5/ioc/internal/util/ test/java/org/apache/tapestry5/ioc/i

2010-09-01 Thread hlship
Author: hlship Date: Wed Sep 1 18:57:43 2010 New Revision: 991653 URL: http://svn.apache.org/viewvc?rev=991653view=rev Log: Add a number of optimizations to live service reloading logic, to reduce the number of file time modified checks Modified:

[jira] Created: (TAP5-1263) private methods in class heirarchy override each other with @SetupRender annotation

2010-09-01 Thread Paul Stanton (JIRA)
private methods in class heirarchy override each other with @SetupRender annotation --- Key: TAP5-1263 URL: https://issues.apache.org/jira/browse/TAP5-1263 Project: