Author: almaw Date: Mon Jun 4 09:52:57 2007 New Revision: 544185 URL: http://svn.apache.org/viewvc?view=rev&rev=544185 Log: Remove comment that's no longer relevant.
Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/filter/RelativePathPrefixHandler.java Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/filter/RelativePathPrefixHandler.java URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/filter/RelativePathPrefixHandler.java?view=diff&rev=544185&r1=544184&r2=544185 ============================================================================== --- incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/filter/RelativePathPrefixHandler.java (original) +++ incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/filter/RelativePathPrefixHandler.java Mon Jun 4 09:52:57 2007 @@ -95,11 +95,6 @@ { prefix = RequestCycle.get().getRequest().getRelativePathPrefixToContextRoot(); } - - // getRelativePathPrefix only gives us relative to the - // Wicket Servlet/Filter. To be relative to the actual - // context path, we may need an extra ../ to take off the - // servletPath attrValue = prefix + attrValue; tag.getAttributes().put(attrName, attrValue); }