[jira] Created: (TAP5-1355) Threading issue with SessionStateObjects

2010-11-24 Thread Moritz Gmelin (JIRA)
Threading issue with SessionStateObjects Key: TAP5-1355 URL: https://issues.apache.org/jira/browse/TAP5-1355 Project: Tapestry 5 Issue Type: Bug Components: tapestry-core Affects

[jira] Updated: (TAP5-1355) Threading issue with SessionStateObjects

2010-11-24 Thread Moritz Gmelin (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Moritz Gmelin updated TAP5-1355: Attachment: taptest.tgz Threading issue with SessionStateObjects

[jira] Updated: (TAP5-1355) Threading issue with SessionStateObjects

2010-11-24 Thread Moritz Gmelin (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Moritz Gmelin updated TAP5-1355: Description: When a page request consists of multiple HTTP request (e.g. page and some dynamically

[jira] Updated: (TAP5-1355) Threading issue with SessionStateObjects

2010-11-24 Thread Moritz Gmelin (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Moritz Gmelin updated TAP5-1355: Attachment: Screenshot.png.jpg This is how it looks like when some of the images get a new session

[CONF] Apache Tapestry HTTPS

2010-11-24 Thread confluence
HTTPS Page edited by Kalle Korhonen Changes (1) ... {code} public static void contributeServiceOverrides(MappedConfigurationClass,Object

[jira] Created: (TAP5-1356) When contributing to a service configuration, values should be coerced to the correct type rather than rejected if not the correct type

2010-11-24 Thread Howard M. Lewis Ship (JIRA)
When contributing to a service configuration, values should be coerced to the correct type rather than rejected if not the correct type --- Key:

[jira] Commented: (TAP5-1355) Threading issue with SessionStateObjects

2010-11-24 Thread Josh Canfield (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12935607#action_12935607 ] Josh Canfield commented on TAP5-1355: - The problem appears to be with a bug fix for

[jira] Commented: (TAP5-1355) Threading issue with SessionStateObjects

2010-11-24 Thread Thiago H. de Paula Figueiredo (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12935612#action_12935612 ] Thiago H. de Paula Figueiredo commented on TAP5-1355: - Hi, Josh!

[jira] Reopened: (TAP5-834) BaseOptimizedSessionPersistedObject does not work correctly with Tomcat Jetty

2010-11-24 Thread Josh Canfield (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Canfield reopened TAP5-834: While the reported defect is no longer present, the fix introduced a significant defect in handling

[jira] Commented: (TAP5-85) Make Java Class optional for Rendering Pages

2010-11-24 Thread Thiago H. de Paula Figueiredo (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12935615#action_12935615 ] Thiago H. de Paula Figueiredo commented on TAP5-85: --- I prefer the idea of a

[jira] Closed: (TAP5-834) BaseOptimizedSessionPersistedObject does not work correctly with Tomcat Jetty

2010-11-24 Thread Josh Canfield (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Canfield closed TAP5-834. -- Resolution: Fixed un-reopened... that was dumb we should just track it in the other defect.

[jira] Commented: (TAP5-85) Make Java Class optional for Rendering Pages

2010-11-24 Thread Josh Canfield (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12935632#action_12935632 ] Josh Canfield commented on TAP5-85: --- I'm strongly opposed to using maven to do this... there

[jira] Commented: (TAP5-1355) Threading issue with SessionStateObjects

2010-11-24 Thread Josh Canfield (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12935649#action_12935649 ] Josh Canfield commented on TAP5-1355: - @Thiago Yeah, I realized reverting the other