[jira] Commented: (WICKET-649) New Wicket Portlet support: fix appending query parameters

2007-06-14 Thread Ate Douma (JIRA)
(boolean), parameters are simply appended to a wicket url using &. In a web application environment this is valid as the base wicket url is always (???) using a query string so the required initial ? to mark the start of the query string is already provided. But PortletURLs are (and must be)

[jira] Commented: (WICKET-40) Parameters of nice URL's pages with 'sensitive' characters

2007-03-09 Thread Jean-Baptiste Quenot (JIRA)
fer a facility for parsing query parameters in this form using slashes, only using the query string beginning with "?" so you'd better avoid encoding slashes in the bookmarkable page parameters. Wicket does its best to parse the slashes-delimited query parameters, but it'

svn commit: r528888 - /incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/basic/URIRequestTargetUrlCodingStrategy.java

2007-04-14 Thread jbq
+ * the appropriate request target, calling getURI(requestParameters) to get + * requested uri. Note that this request coding strategy takes other page + * parameters from the query string directly, it does not use hierarchical path + * for parameters. + * + * @author mailto:[EMAIL PROTECTED]"&

svn commit: r545874 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/basic/URIRequestTargetUrlCodingStrategy.java

2007-06-10 Thread jbq
{ - url.append("?"); /* Begin query string. */ - firstParam

svn commit: r521226 - in /incubator/wicket/branches/wicket-1.x/jdk-1.4: wicket-extensions/src/main/java/wicket/extensions/ajax/markup/html/form/upload/ wicket/src/main/java/wicket/ wicket/src/main/jav

2007-03-22 Thread janne
m error *validation error */ @@ -307,7 +304,7 @@ /** * Gets the request parameter for this component as a string. -* +* * @return The value in the request for this component */ // TODO Post 1.2:

svn commit: r508553 - in /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket: markup/html/ protocol/http/request/ protocol/http/request/urlcompressing/ request/

2007-02-16 Thread ehillenius
.newCrypt(); - + // Decrypt the query string String queryString = urlCrypt.decryptUrlSafe(secureParam); - + // The querystring might have been shortened (length reduced).

svn commit: r463947 - in /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket: ./ markup/ protocol/http/ protocol/http/request/ request/ request/target/coding/ settings/ util/lang/

2006-10-14 Thread ehillenius
.coding.IRequestTargetUrlCodingStrategy; import wicket.request.target.component.IBookmarkablePageRequestTarget; @@ -60,7 +61,7 @@ * @author Eelco Hillenius * @author Jonathan Locke */ -public class WebRequestCodingStrategy implements IRequestCodingStrategy +public class WebRequestCodingStra