svn commit: r558781 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/request/WebRequestCodingStrategy.java

2007-07-23 Thread almaw
Author: almaw Date: Mon Jul 23 08:54:18 2007 New Revision: 558781 URL: http://svn.apache.org/viewvc?view=revrev=558781 Log: Tidy some comments. Fix urlCodingStrategyForPath(String) so it doesn't do a long-winded check that makes no sense. Modified:

svn commit: r558783 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/request/WebRequestCodingStrategy.java

2007-07-23 Thread almaw
Author: almaw Date: Mon Jul 23 08:57:12 2007 New Revision: 558783 URL: http://svn.apache.org/viewvc?view=revrev=558783 Log: Bleh. Don't be silly. treemap can perfectly well have null keys because we use a custom comparator that supports it. ;-) Modified:

svn commit: r558851 - in /incubator/wicket/trunk/jdk-1.4/wicket/src: main/java/org/apache/wicket/request/target/basic/ main/java/org/apache/wicket/request/target/coding/ test/java/org/apache/wicket/ma

2007-07-23 Thread ivaynberg
Author: ivaynberg Date: Mon Jul 23 13:18:20 2007 New Revision: 558851 URL: http://svn.apache.org/viewvc?view=revrev=558851 Log: WICKET-765 make all urls end with / so instead of /app/param1/value1?query it is now always /app/param1/value1/? just like it is in 1.2.6 Modified:

[jira] Resolved: (WICKET-765) default pagemap name of null is not always properly encoded into the url

2007-07-23 Thread Igor Vaynberg (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Vaynberg resolved WICKET-765. -- Resolution: Fixed all urls now always properly end with / so instead of

svn commit: r558855 - /incubator/wicket/trunk/jdk-1.4/wicket/src/test/java/org/apache/wicket/request/target/coding/MixedParamUrlCodingStrategyTest.java

2007-07-23 Thread ivaynberg
Author: ivaynberg Date: Mon Jul 23 13:27:26 2007 New Revision: 558855 URL: http://svn.apache.org/viewvc?view=revrev=558855 Log: WICKET-765 make all urls end with / so instead of /app/param1/value1?query it is now always /app/param1/value1/? just like it is in 1.2.6 Modified:

[jira] Created: (WICKET-776) need to distinguish between statechange and hierarchychange

2007-07-23 Thread Igor Vaynberg (JIRA)
need to distinguish between statechange and hierarchychange --- Key: WICKET-776 URL: https://issues.apache.org/jira/browse/WICKET-776 Project: Wicket Issue Type: Improvement

[jira] Created: (WICKET-777) See what needs to be done in abstractpageableview

2007-07-23 Thread Igor Vaynberg (JIRA)
See what needs to be done in abstractpageableview - Key: WICKET-777 URL: https://issues.apache.org/jira/browse/WICKET-777 Project: Wicket Issue Type: Sub-task Reporter: Igor

svn commit: r558864 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/repeater/AbstractPageableView.java

2007-07-23 Thread ivaynberg
Author: ivaynberg Date: Mon Jul 23 14:18:56 2007 New Revision: 558864 URL: http://svn.apache.org/viewvc?view=revrev=558864 Log: WICKET-776 temp workaround until 776 is fixed. Modified:

svn commit: r558869 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/repeater/AbstractPageableView.java

2007-07-23 Thread ivaynberg
Author: ivaynberg Date: Mon Jul 23 14:37:23 2007 New Revision: 558869 URL: http://svn.apache.org/viewvc?view=revrev=558869 Log: optimization for empty repeaters Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/repeater/AbstractPageableView.java

[jira] Created: (WICKET-778) Reloading servlet not working on windows for folders with spaces

2007-07-23 Thread Carlos Pita (JIRA)
Reloading servlet not working on windows for folders with spaces Key: WICKET-778 URL: https://issues.apache.org/jira/browse/WICKET-778 Project: Wicket Issue Type: Bug