[jira] [Commented] (TAP5-2152) NPE in Form on Websphere 8 after applying load

2014-08-28 Thread JIRA
[ https://issues.apache.org/jira/browse/TAP5-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14113395#comment-14113395 ] Christian Köberl commented on TAP5-2152: We analyzed this problem with IBM - they

[jira] [Commented] (TAP5-2324) Tapestry may send a 304 response to a browser that has an asset who minimized/non-minimized state does not match the server's configuration

2014-08-28 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14113445#comment-14113445 ] Jochen Kemnade commented on TAP5-2324: -- That should fix it alright. I would prefer

[jira] [Commented] (TAP5-2365) PlasticUtilsTests.Do not urlencode file paths fails when using openjdk7

2014-08-28 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14113460#comment-14113460 ] Jochen Kemnade commented on TAP5-2365: -- [~kaosko], since you fixed TAP5-1995, do you

git commit: TAP5-2293: send the minified resource as an UTF-8 stream regardless of the platform's default encoding

2014-08-28 Thread jkemnade
Repository: tapestry-5 Updated Branches: refs/heads/master 194849cd1 - 004a1e8e1 TAP5-2293: send the minified resource as an UTF-8 stream regardless of the platform's default encoding Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit:

[jira] [Commented] (TAP5-2293) Closure minimizer produces invalid output on non-UTF-8 systems

2014-08-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14113468#comment-14113468 ] ASF subversion and git services commented on TAP5-2293: --- Commit

[jira] [Closed] (TAP5-2293) Closure minimizer produces invalid output on non-UTF-8 systems

2014-08-28 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Kemnade closed TAP5-2293. Resolution: Fixed Fix Version/s: 5.4 Closure minimizer produces invalid output on non-UTF-8

[jira] [Commented] (TAP5-2293) Closure minimizer produces invalid output on non-UTF-8 systems

2014-08-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14113480#comment-14113480 ] Hudson commented on TAP5-2293: -- FAILURE: Integrated in tapestry-trunk-freestyle #1316 (See

[jira] [Commented] (TAP5-2350) JavaScript library with module shim config is loaded twice if module is added to a stack

2014-08-28 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14113483#comment-14113483 ] Jochen Kemnade commented on TAP5-2350: -- I'm not currently working on it. I've added

[jira] [Commented] (TAP5-2293) Closure minimizer produces invalid output on non-UTF-8 systems

2014-08-28 Thread Lance (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14113509#comment-14113509 ] Lance commented on TAP5-2293: - I've noticed that the fix uses utf-8 encoding. {code} private

[jira] [Commented] (TAP5-2365) PlasticUtilsTests.Do not urlencode file paths fails when using openjdk7

2014-08-28 Thread Kalle Korhonen (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14113511#comment-14113511 ] Kalle Korhonen commented on TAP5-2365: -- Ah yes, tempFile is better or even just

[jira] [Commented] (TAP5-2293) Closure minimizer produces invalid output on non-UTF-8 systems

2014-08-28 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14113533#comment-14113533 ] Jochen Kemnade commented on TAP5-2293: -- No, utf-8 is correct because that's what we

[jira] [Assigned] (TAP5-2365) PlasticUtilsTests.Do not urlencode file paths fails when using openjdk7

2014-08-28 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Kemnade reassigned TAP5-2365: Assignee: Jochen Kemnade PlasticUtilsTests.Do not urlencode file paths fails when using

[jira] [Commented] (TAP5-2365) PlasticUtilsTests.Do not urlencode file paths fails when using openjdk7

2014-08-28 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14113543#comment-14113543 ] Jochen Kemnade commented on TAP5-2365: -- Actually it's much easier, we don't have to

git commit: TAP5-2365: use a classpath resource for the test instead of creating a temp file

2014-08-28 Thread jkemnade
Repository: tapestry-5 Updated Branches: refs/heads/master 004a1e8e1 - 85a7f9846 TAP5-2365: use a classpath resource for the test instead of creating a temp file Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit:

[jira] [Commented] (TAP5-2365) PlasticUtilsTests.Do not urlencode file paths fails when using openjdk7

2014-08-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14113547#comment-14113547 ] ASF subversion and git services commented on TAP5-2365: --- Commit

[jira] [Closed] (TAP5-2365) PlasticUtilsTests.Do not urlencode file paths fails when using openjdk7

2014-08-28 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Kemnade closed TAP5-2365. Resolution: Fixed Fix Version/s: 5.4 PlasticUtilsTests.Do not urlencode file paths fails

[jira] [Commented] (TAP5-2365) PlasticUtilsTests.Do not urlencode file paths fails when using openjdk7

2014-08-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14113598#comment-14113598 ] Hudson commented on TAP5-2365: -- FAILURE: Integrated in tapestry-trunk-freestyle #1317 (See

[jira] [Comment Edited] (TAP5-2332) Optimize String concatenation performance

2014-08-28 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14105235#comment-14105235 ] Jochen Kemnade edited comment on TAP5-2332 at 8/28/14 10:24 AM:

[jira] [Commented] (TAP5-2332) Optimize String concatenation performance

2014-08-28 Thread Jochen Kemnade (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14113652#comment-14113652 ] Jochen Kemnade commented on TAP5-2332: -- {quote} Seems like my original idea can be

[jira] [Commented] (TAP5-2174) Add main method the Jetty7Runner

2014-08-28 Thread Barry Books (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14113834#comment-14113834 ] Barry Books commented on TAP5-2174: --- I'll create a command line patch and post it Add

[jira] [Commented] (TAP5-2174) Add main method the Jetty7Runner

2014-08-28 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14114005#comment-14114005 ] Howard M. Lewis Ship commented on TAP5-2174: Outstanding! Thanks. Add main

[jira] [Commented] (TAP5-2174) Add main method the Jetty7Runner

2014-08-28 Thread Barry Books (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14114177#comment-14114177 ] Barry Books commented on TAP5-2174: --- public static void main(String[] args)

[jira] [Created] (TAP5-2378) tapestry-test.appspot.com is mentioned in the documentation but is not working

2014-08-28 Thread Felix Scheffer (JIRA)
Felix Scheffer created TAP5-2378: Summary: tapestry-test.appspot.com is mentioned in the documentation but is not working Key: TAP5-2378 URL: https://issues.apache.org/jira/browse/TAP5-2378 Project:

[CONF] Apache Tapestry Building Tapestry from Source

2014-08-28 Thread Bob Harner (Confluence)

[jira] [Assigned] (TAP5-2378) tapestry-test.appspot.com is mentioned in the documentation but is not working

2014-08-28 Thread Bob Harner (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bob Harner reassigned TAP5-2378: Assignee: Bob Harner tapestry-test.appspot.com is mentioned in the documentation but is not

[jira] [Resolved] (TAP5-2378) tapestry-test.appspot.com is mentioned in the documentation but is not working

2014-08-28 Thread Bob Harner (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bob Harner resolved TAP5-2378. -- Resolution: Fixed Dead link removed. Thanks for reporting! tapestry-test.appspot.com is mentioned in

svn commit: r920653 [3/12] - in /websites/production/tapestry/content: ./ cache/

2014-08-28 Thread buildbot
Modified: websites/production/tapestry/content/component-libraries.html == --- websites/production/tapestry/content/component-libraries.html (original) +++ websites/production/tapestry/content/component-libraries.html Fri

svn commit: r920653 [5/12] - in /websites/production/tapestry/content: ./ cache/

2014-08-28 Thread buildbot
Modified: websites/production/tapestry/content/exploring-the-project.html == --- websites/production/tapestry/content/exploring-the-project.html (original) +++

svn commit: r920653 [1/12] - in /websites/production/tapestry/content: ./ cache/

2014-08-28 Thread buildbot
Author: buildbot Date: Fri Aug 29 00:21:57 2014 New Revision: 920653 Log: Production update by buildbot for tapestry Modified: websites/production/tapestry/content/about.html websites/production/tapestry/content/ajax-and-zones.html

svn commit: r920653 [7/12] - in /websites/production/tapestry/content: ./ cache/

2014-08-28 Thread buildbot
Modified: websites/production/tapestry/content/ioc-cookbook-patterns.html == --- websites/production/tapestry/content/ioc-cookbook-patterns.html (original) +++

svn commit: r920653 [4/12] - in /websites/production/tapestry/content: ./ cache/

2014-08-28 Thread buildbot
Modified: websites/production/tapestry/content/documentation.html == --- websites/production/tapestry/content/documentation.html (original) +++ websites/production/tapestry/content/documentation.html Fri Aug 29 00:21:57

svn commit: r920653 [6/12] - in /websites/production/tapestry/content: ./ cache/

2014-08-28 Thread buildbot
Modified: websites/production/tapestry/content/hilo.html == --- websites/production/tapestry/content/hilo.html (original) +++ websites/production/tapestry/content/hilo.html Fri Aug 29 00:21:57 2014 @@ -33,7 +33,7 @@ div

svn commit: r920653 [2/12] - in /websites/production/tapestry/content: ./ cache/

2014-08-28 Thread buildbot
Modified: websites/production/tapestry/content/board-report-jan-2011.html == --- websites/production/tapestry/content/board-report-jan-2011.html (original) +++

svn commit: r920653 [10/12] - in /websites/production/tapestry/content: ./ cache/

2014-08-28 Thread buildbot
Modified: websites/production/tapestry/content/release-notes-532.html == --- websites/production/tapestry/content/release-notes-532.html (original) +++ websites/production/tapestry/content/release-notes-532.html Fri Aug 29

svn commit: r920653 [12/12] - in /websites/production/tapestry/content: ./ cache/

2014-08-28 Thread buildbot
Modified: websites/production/tapestry/content/test.html == --- websites/production/tapestry/content/test.html (original) +++ websites/production/tapestry/content/test.html Fri Aug 29 00:21:57 2014 @@ -33,7 +33,7 @@ div

svn commit: r920653 [8/12] - in /websites/production/tapestry/content: ./ cache/

2014-08-28 Thread buildbot
Modified: websites/production/tapestry/content/jmx-module.html == --- websites/production/tapestry/content/jmx-module.html (original) +++ websites/production/tapestry/content/jmx-module.html Fri Aug 29 00:21:57 2014 @@

svn commit: r920653 [11/12] - in /websites/production/tapestry/content: ./ cache/

2014-08-28 Thread buildbot
Modified: websites/production/tapestry/content/specific-errors-faq.html == --- websites/production/tapestry/content/specific-errors-faq.html (original) +++ websites/production/tapestry/content/specific-errors-faq.html Fri

svn commit: r920653 [9/12] - in /websites/production/tapestry/content: ./ cache/

2014-08-28 Thread buildbot
Modified: websites/production/tapestry/content/page-navigation.html == --- websites/production/tapestry/content/page-navigation.html (original) +++ websites/production/tapestry/content/page-navigation.html Fri Aug 29