You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by sv...@apache.org on 2013/02/22 19:33:42 UTC

git commit: WICKET-5053 ajax anti-cache parameter is '_' now with jquery

Updated Branches:
  refs/heads/master 1d2a6c0df -> a86f842de


WICKET-5053 ajax anti-cache parameter is '_' now with jquery

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a86f842d
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/a86f842d
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/a86f842d

Branch: refs/heads/master
Commit: a86f842de03de20aaf940791e1266a5163d09075
Parents: 1d2a6c0
Author: svenmeier <sv...@apache.org>
Authored: Fri Feb 22 19:33:08 2013 +0100
Committer: svenmeier <sv...@apache.org>
Committed: Fri Feb 22 19:33:08 2013 +0100

----------------------------------------------------------------------
 .../org/apache/wicket/request/http/WebRequest.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/a86f842d/wicket-request/src/main/java/org/apache/wicket/request/http/WebRequest.java
----------------------------------------------------------------------
diff --git a/wicket-request/src/main/java/org/apache/wicket/request/http/WebRequest.java b/wicket-request/src/main/java/org/apache/wicket/request/http/WebRequest.java
index ec97b34..03f984b 100644
--- a/wicket-request/src/main/java/org/apache/wicket/request/http/WebRequest.java
+++ b/wicket-request/src/main/java/org/apache/wicket/request/http/WebRequest.java
@@ -45,7 +45,7 @@ public abstract class WebRequest extends Request
 	/** marker for Ajax-relative url */
 	public static final String HEADER_AJAX_BASE_URL = "Wicket-Ajax-BaseURL";
 	/** anti-cache query parameter added by Wicket.Ajax.Request at its URL */
-	public static final String PARAM_AJAX_REQUEST_ANTI_CACHE = "random";
+	public static final String PARAM_AJAX_REQUEST_ANTI_CACHE = "_";
 
 	/**
 	 * @return request cookies