[jira] [Updated] (WICKET-3937) Improve AJAX FunctionsExecutor robustness with try/catch

2011-07-28 Thread Dan Retzlaff (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Retzlaff updated WICKET-3937: - Attachment: wicket3937.patch > Improve AJAX FunctionsExecutor robustness with try/catch > --

[jira] [Created] (WICKET-3937) Improve AJAX FunctionsExecutor robustness with try/catch

2011-07-28 Thread Dan Retzlaff (JIRA)
Improve AJAX FunctionsExecutor robustness with try/catch Key: WICKET-3937 URL: https://issues.apache.org/jira/browse/WICKET-3937 Project: Wicket Issue Type: Improvement Compo

[jira] [Commented] (WICKET-3820) New Chrome merges text in replaceOuterHtml, breaking wicket-ajax

2011-07-28 Thread David Shepherdson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13072620#comment-13072620 ] David Shepherdson commented on WICKET-3820: --- The release version of Safari 5.1

[jira] [Resolved] (WICKET-3917) NPE with RequestLogger enabled and Https

2011-07-28 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Meier resolved WICKET-3917. Resolution: Fixed Fix Version/s: 1.5-RC6 Assignee: Sven Meier (was: Martijn Dashor

[jira] [Commented] (WICKET-3380) HttpsMapper and BookmarkablePageLink

2011-07-28 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13072521#comment-13072521 ] Sven Meier commented on WICKET-3380: Reverted to fix Wicket-3917, quickstart works fi

svn commit: r1151992 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/protocol/https/SwitchProtocolRequestHandler.java test/java/org/apache/wicket/protocol/https/SwitchProtocolRequestHa

2011-07-28 Thread svenmeier
Author: svenmeier Date: Thu Jul 28 20:40:16 2011 New Revision: 1151992 URL: http://svn.apache.org/viewvc?rev=1151992&view=rev Log: WICKET-3917 SwitchProtocolRequestHandler is never instantiated with a delegated IRequestHandler, so I don't see why it should implement IRequestHandlerDelegate while

svn commit: r1151942 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/request/mapper/ test/java/org/apache/wicket/request/mapper/ test/java/org/apache/wicket/request/mapper/crypt/ test/

2011-07-28 Thread svenmeier
Author: svenmeier Date: Thu Jul 28 18:02:09 2011 New Revision: 1151942 URL: http://svn.apache.org/viewvc?rev=1151942&view=rev Log: WICKET-3514 more tests, simplified CryptoMapper implementation Added: wicket/trunk/wicket-core/src/test/java/org/apache/wicket/request/mapper/crypt/ wicket/

[jira] [Resolved] (WICKET-3931) Component markup caching inconsistencies

2011-07-28 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3931. - Resolution: Fixed Fix Version/s: 1.5-RC6 Assignee: Martin Grigorov (was:

svn commit: r1151831 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/ main/java/org/apache/wicket/markup/html/internal/ test/java/org/apache/wicket/markup/ test/java/org/apache/wicket/

2011-07-28 Thread mgrigorov
Author: mgrigorov Date: Thu Jul 28 13:13:40 2011 New Revision: 1151831 URL: http://svn.apache.org/viewvc?rev=1151831&view=rev Log: WICKET-3931 Component markup caching inconsistencies Added: wicket/trunk/wicket-core/src/test/java/org/apache/wicket/markup/MarkupVariationTest$VariationPanel_o

[jira] [Commented] (WICKET-3919) RequestLogger generates log entries that are not parsable

2011-07-28 Thread Andera Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13072330#comment-13072330 ] Andera Del Bene commented on WICKET-3919: - Sorry, I didn't specify that the test

[jira] [Updated] (WICKET-3931) Component markup caching inconsistencies

2011-07-28 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-3931: Attachment: WICKET-3931.patch Here is the final patch. All tests and the variation quickst

[jira] [Commented] (WICKET-3919) RequestLogger generates log entries that are not parsable

2011-07-28 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13072299#comment-13072299 ] Martin Grigorov commented on WICKET-3919: - wicket-core tests use slf4j-log4j12 so

[jira] [Commented] (WICKET-3919) RequestLogger generates log entries that are not parsable

2011-07-28 Thread Andera Del Bene (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13072288#comment-13072288 ] Andera Del Bene commented on WICKET-3919: - I'm quite agree with you Emond, but I

[jira] [Created] (WICKET-3936) Extend SpringBean annotation to configure proxy creation by boolean attribute proxy

2011-07-28 Thread Per Newgro (JIRA)
Extend SpringBean annotation to configure proxy creation by boolean attribute proxy --- Key: WICKET-3936 URL: https://issues.apache.org/jira/browse/WICKET-3936 Project: W

[jira] [Updated] (WICKET-3927) Wait for CSS head contributions to be rendered before processing other contributions

2011-07-28 Thread Jannis Bloemendal (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jannis Bloemendal updated WICKET-3927: -- Attachment: WICKET-3927_2.patch I was running into several issues in IE using the patc

[jira] [Resolved] (WICKET-3921) No HTTP response cache headers are set in Wicket Ajax redirects

2011-07-28 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3921. - Resolution: Fixed Fix Version/s: 1.5-RC6 1.4.18 Assign

svn commit: r1151758 - /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protocol/http/WebResponse.java

2011-07-28 Thread mgrigorov
Author: mgrigorov Date: Thu Jul 28 08:17:24 2011 New Revision: 1151758 URL: http://svn.apache.org/viewvc?rev=1151758&view=rev Log: WICKET-3921 No HTTP response cache headers are set in Wicket Ajax redirects Modified: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/protoc

svn commit: r1151757 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/protocol/http/servlet/ServletWebResponse.java test/java/org/apache/wicket/ajax/AjaxRequestTargetTest.java

2011-07-28 Thread mgrigorov
Author: mgrigorov Date: Thu Jul 28 08:17:10 2011 New Revision: 1151757 URL: http://svn.apache.org/viewvc?rev=1151757&view=rev Log: WICKET-3921 No HTTP response cache headers are set in Wicket Ajax redirects Modified: wicket/trunk/wicket-core/src/main/java/org/apache/wicket/protocol/http/ser

[jira] [Commented] (WICKET-3919) RequestLogger generates log entries that are not parsable

2011-07-28 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13072227#comment-13072227 ] Emond Papegaaij commented on WICKET-3919: - Unfortunately, I don't have the time a