- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Sep 2009 10:18:33 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn/response
In directory hutz:/tmp/cvs-serv15087/src/org/w3c/unicorn/response
Modified Files:
Response.java
Log Message:
changed signature of getFilteredUri
Index: Response.java
===================================================================
RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/response/Response.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Response.java 21 Sep 2009 09:38:22 -0000 1.8
+++ Response.java 21 Sep 2009 10:18:31 -0000 1.9
@@ -268,7 +268,7 @@
return requestUri;
}
- public String getFilteredRequestUri(String observerId) {
+ public String getFilteredRequestUri() {
if (requestUri != null) {
String outputParamName = Framework.mapOfObserver.get(observerId).getParamOutputName();
return requestUri.replaceAll("&?" + outputParamName + "=[^&]*", "");
Received on Monday, 21 September 2009 10:18:43 UTC