You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by kn...@apache.org on 2010/01/26 23:13:56 UTC

svn commit: r903453 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/util/string/UrlUtils.java

Author: knopp
Date: Tue Jan 26 22:13:56 2010
New Revision: 903453

URL: http://svn.apache.org/viewvc?rev=903453&view=rev
Log: (empty)

Modified:
    wicket/trunk/wicket/src/main/java/org/apache/wicket/util/string/UrlUtils.java

Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/util/string/UrlUtils.java
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/util/string/UrlUtils.java?rev=903453&r1=903452&r2=903453&view=diff
==============================================================================
--- wicket/trunk/wicket/src/main/java/org/apache/wicket/util/string/UrlUtils.java (original)
+++ wicket/trunk/wicket/src/main/java/org/apache/wicket/util/string/UrlUtils.java Tue Jan 26 22:13:56 2010
@@ -63,8 +63,6 @@
 	{
 		if (isRelative(url))
 		{
-			// TODO: NG: This is pretty much a marker method; We dont have any means to do this now
-			System.out.println("TODO NG: Make sure this work properly");
 			return requestCycle.getUrlRenderer().renderContextPathRelativeUrl(url,
 				requestCycle.getRequest());
 		}