[jira] [Commented] (WICKET-831) add a setting to make url decoding errors 404 in production mode

2011-07-01 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13058493#comment-13058493 ] Martin Grigorov commented on WICKET-831: There is

[jira] [Commented] (WICKET-1085) Input Text Mask

2011-07-01 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13058494#comment-13058494 ] Martin Grigorov commented on WICKET-1085: - There is such component in WicketStuff

[jira] [Resolved] (WICKET-1303) Slash separated URL's cannot have URL parameters with value containing forward slash '/'

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

[jira] [Commented] (WICKET-2659) Improve exception handling with dynamically instantiated ErrorExceptionPage

2011-07-01 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13058562#comment-13058562 ] Martin Grigorov commented on WICKET-2659: - I'm -1 for this approach. All this is

[jira] [Assigned] (WICKET-3855) Problem scavenging sessions with Jetty and Wicket 1.5

2011-07-01 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov reassigned WICKET-3855: --- Assignee: Martin Grigorov Problem scavenging sessions with Jetty and Wicket 1.5

svn commit: r1141960 - /wicket/trunk/wicket-core/src/main/java/org/apache/wicket/DefaultPageManagerProvider.java

2011-07-01 Thread mgrigorov
Author: mgrigorov Date: Fri Jul 1 15:14:20 2011 New Revision: 1141960 URL: http://svn.apache.org/viewvc?rev=1141960view=rev Log: WICKET-3855 Problem scavenging sessions with Jetty and Wicket 1.5 Modified:

[jira] [Resolved] (WICKET-3855) Problem scavenging sessions with Jetty and Wicket 1.5

2011-07-01 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Grigorov resolved WICKET-3855. - Resolution: Fixed Fix Version/s: 1.5-RC6 Thanks! Problem scavenging sessions

[jira] [Created] (WICKET-3856) Relax wicket:enclosure warning suggesting the usage of EnclosureContainer

2011-07-01 Thread Adriano dos Santos Fernandes (JIRA)
Relax wicket:enclosure warning suggesting the usage of EnclosureContainer - Key: WICKET-3856 URL: https://issues.apache.org/jira/browse/WICKET-3856 Project: Wicket

[jira] [Commented] (WICKET-831) add a setting to make url decoding errors 404 in production mode

2011-07-01 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13058641#comment-13058641 ] Igor Vaynberg commented on WICKET-831: -- any time there is a problem decoding a url we

[jira] [Resolved] (WICKET-2659) Improve exception handling with dynamically instantiated ErrorExceptionPage

2011-07-01 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-2659. --- Resolution: Won't Fix Assignee: Igor Vaynberg indeed, in 1.5 this is simple with a

[jira] [Assigned] (WICKET-3856) Relax wicket:enclosure warning suggesting the usage of EnclosureContainer

2011-07-01 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg reassigned WICKET-3856: - Assignee: Igor Vaynberg Relax wicket:enclosure warning suggesting the usage of

svn commit: r1142096 - in /wicket/trunk: wicket-request/src/main/java/org/apache/wicket/request/ wicket-util/src/main/java/org/apache/wicket/util/date/ wicket-util/src/main/java/org/apache/wicket/util

2011-07-01 Thread pete
Author: pete Date: Fri Jul 1 21:23:17 2011 New Revision: 1142096 URL: http://svn.apache.org/viewvc?rev=1142096view=rev Log: moved functionality for rfc 1123 timestamp strings into Time class (one single method in one utility class is not that pretty) Removed:

svn commit: r1142100 - in /wicket/trunk: wicket-request/src/main/java/org/apache/wicket/request/HttpHeaderCollection.java wicket-util/src/main/java/org/apache/wicket/util/time/Time.java

2011-07-01 Thread pete
Author: pete Date: Fri Jul 1 21:27:10 2011 New Revision: 1142100 URL: http://svn.apache.org/viewvc?rev=1142100view=rev Log: better naming Modified: wicket/trunk/wicket-request/src/main/java/org/apache/wicket/request/HttpHeaderCollection.java

svn commit: r1142107 - in /wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket: markup/html/form/FormComponent.java validation/IModelAwareValidatable.java

2011-07-01 Thread ivaynberg
Author: ivaynberg Date: Fri Jul 1 22:20:47 2011 New Revision: 1142107 URL: http://svn.apache.org/viewvc?rev=1142107view=rev Log: Issue: WICKET-3857 Added: wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/validation/IModelAwareValidatable.java (with props) Modified:

[jira] [Created] (WICKET-3857) Allow validators access to component's model, see IModelAwareValidatable#getModel()

2011-07-01 Thread Igor Vaynberg (JIRA)
Allow validators access to component's model, see IModelAwareValidatable#getModel() --- Key: WICKET-3857 URL: https://issues.apache.org/jira/browse/WICKET-3857 Project:

svn commit: r1142108 - in /wicket/trunk/wicket-core/src: main/java/org/apache/wicket/markup/html/form/ main/java/org/apache/wicket/validation/ test/java/org/apache/wicket/validation/

2011-07-01 Thread ivaynberg
Author: ivaynberg Date: Fri Jul 1 22:24:58 2011 New Revision: 1142108 URL: http://svn.apache.org/viewvc?rev=1142108view=rev Log: Issue: WICKET-3857 Added: wicket/trunk/wicket-core/src/test/java/org/apache/wicket/validation/Validatable.java (with props) Removed:

[jira] [Updated] (WICKET-3857) Allow validators access to component's model

2011-07-01 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg updated WICKET-3857: -- Description: sometimes it is useful for validators to get access to component's model. for

[jira] [Resolved] (WICKET-3857) Allow validators access to component's model

2011-07-01 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-3857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-3857. --- Resolution: Fixed Assignee: Igor Vaynberg Allow validators access to component's

svn commit: r1142147 - /wicket/trunk/wicket-extensions/src/test/java/org/apache/wicket/extensions/validation/Validatable.java

2011-07-01 Thread ivaynberg
Author: ivaynberg Date: Sat Jul 2 02:41:47 2011 New Revision: 1142147 URL: http://svn.apache.org/viewvc?rev=1142147view=rev Log: checked in missing test harness class Added: wicket/trunk/wicket-extensions/src/test/java/org/apache/wicket/extensions/validation/Validatable.java (with

svn commit: r1142149 - /wicket/trunk/wicket-extensions/src/test/java/org/apache/wicket/extensions/validation/validator/RfcCompliantEmailValidatorTest.java

2011-07-01 Thread ivaynberg
Author: ivaynberg Date: Sat Jul 2 03:11:03 2011 New Revision: 1142149 URL: http://svn.apache.org/viewvc?rev=1142149view=rev Log: fix import Modified: wicket/trunk/wicket-extensions/src/test/java/org/apache/wicket/extensions/validation/validator/RfcCompliantEmailValidatorTest.java

[jira] [Created] (WICKET-3858) AsynchronousDataStore needs to stop - make thread a daemon

2011-07-01 Thread Richard Emberson (JIRA)
AsynchronousDataStore needs to stop - make thread a daemon --- Key: WICKET-3858 URL: https://issues.apache.org/jira/browse/WICKET-3858 Project: Wicket Issue Type: Bug