[jira] Resolved: (WICKET-3230) Without Cookie Support, Pages expire instantly in FireFox

2010-12-05 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3230. - Resolution: Cannot Reproduce Fix Version/s: 1.5-M4 1.4.15

svn commit: r1042295 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/Session.java

2010-12-05 Thread mgrigorov
Author: mgrigorov Date: Sun Dec 5 09:34:34 2010 New Revision: 1042295 URL: http://svn.apache.org/viewvc?rev=1042295view=rev Log: WICKET-3212 WicketTester can't create new sessions No need to call Session#destroy() on RequestCycle#onDetach(). .destroy() is called by Session#detach() -

[jira] Commented: (WICKET-3151) ModalWindow support for nested iframe windows

2010-12-05 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966919#action_12966919 ] Martin Grigorov commented on WICKET-3151: - I'll need more information here before

svn commit: r1042345 [3/3] - in /wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util: io/ upload/

2010-12-05 Thread mgrigorov
Modified: wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/upload/ServletFileUpload.java URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util/upload/ServletFileUpload.java?rev=1042345r1=1042344r2=1042345view=diff

svn commit: r1042345 [1/3] - in /wicket/trunk/wicket-util/src/main/java/org/apache/wicket/util: io/ upload/

2010-12-05 Thread mgrigorov
Author: mgrigorov Date: Sun Dec 5 13:08:00 2010 New Revision: 1042345 URL: http://svn.apache.org/viewvc?rev=1042345view=rev Log: Merge r942052 from 1.4.x: author: jcompagner commit message: latest code from FileUpload and patched for generating more random files date: Fri May 7 11:29:36 2010

[jira] Updated: (WICKET-3229) Removing Child in IVisitor affects traversal

2010-12-05 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov updated WICKET-3229: Attachment: WICKET-3229.patch Here is an idea for Wicket 1.5. RemovingVisit code can be

[jira] Commented: (WICKET-3229) Removing Child in IVisitor affects traversal

2010-12-05 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966951#action_12966951 ] Igor Vaynberg commented on WICKET-3229: --- i think i would rather throw

[jira] Resolved: (WICKET-3220) WebApplication#getSessionAttributePrefix(final WebRequest request, String filterName) does not use request - so remove it ?!

2010-12-05 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3220. --- Resolution: Won't Fix Assignee: Igor Vaynberg just because we dont use it doesnt mean

[jira] Resolved: (WICKET-3225) SelectOptions onPopulate method exception will never be thrown

2010-12-05 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3225. --- Resolution: Fixed Fix Version/s: 1.5-M4 Assignee: Igor Vaynberg

svn commit: r1042362 - /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/select/SelectOptions.java

2010-12-05 Thread ivaynberg
Author: ivaynberg Date: Sun Dec 5 14:40:14 2010 New Revision: 1042362 URL: http://svn.apache.org/viewvc?rev=1042362view=rev Log: Issue: WICKET-3225 Modified: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/select/SelectOptions.java Modified:

[jira] Commented: (WICKET-3224) FileCleaner issues

2010-12-05 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966957#action_12966957 ] Martin Grigorov commented on WICKET-3224: - In current commons-io this class is

[jira] Commented: (WICKET-3224) FileCleaner issues

2010-12-05 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966959#action_12966959 ] Igor Vaynberg commented on WICKET-3224: --- cant we do that in

[jira] Commented: (WICKET-3224) FileCleaner issues

2010-12-05 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12966967#action_12966967 ] Martin Grigorov commented on WICKET-3224: - The problem with the thread is that

svn commit: r1042392 - /wicket/trunk/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ResourceTestPage.java

2010-12-05 Thread mgrigorov
Author: mgrigorov Date: Sun Dec 5 18:08:05 2010 New Revision: 1042392 URL: http://svn.apache.org/viewvc?rev=1042392view=rev Log: Catch Exception instead of IOException to be able to compile with OpenJDK Modified:

[jira] Commented: (WICKET-3151) ModalWindow support for nested iframe windows

2010-12-05 Thread Rodolfo Hansen (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967031#action_12967031 ] Rodolfo Hansen commented on WICKET-3151: You will notice the modal window is not

[jira] Updated: (WICKET-3151) ModalWindow support for nested iframe windows

2010-12-05 Thread Rodolfo Hansen (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rodolfo Hansen updated WICKET-3151: --- Description: I think it would be better to better allow for modal window nested

[jira] Commented: (WICKET-3226) NavigationToolbar has table instance variable but so does base-class AbstractToolbar

2010-12-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12967053#action_12967053 ] Hudson commented on WICKET-3226: Integrated in Apache Wicket 1.4.x #311 (See

[jira] Created: (WICKET-3231) In extensions CaptchaImageResource, instance variable challengeIdhashCode is never set

2010-12-05 Thread Richard Emberson (JIRA)
In extensions CaptchaImageResource, instance variable challengeIdhashCode is never set -- Key: WICKET-3231 URL: https://issues.apache.org/jira/browse/WICKET-3231

[jira] Created: (WICKET-3232) In extensons CaptchaImageResource render method, while loop does not loop

2010-12-05 Thread Richard Emberson (JIRA)
In extensons CaptchaImageResource render method, while loop does not loop - Key: WICKET-3232 URL: https://issues.apache.org/jira/browse/WICKET-3232 Project: Wicket

[jira] Created: (WICKET-3233) In extensions, Select extends FormComponent but FormComponent has no type parameter

2010-12-05 Thread Richard Emberson (JIRA)
In extensions, Select extends FormComponent but FormComponent has no type parameter --- Key: WICKET-3233 URL: https://issues.apache.org/jira/browse/WICKET-3233 Project: