diff --git a/webapps/examples/WEB-INF/classes/CookieExample.java b/webapps/examples/WEB-INF/classes/CookieExample.java index 00350d38bf55..dc4d1d71e33a 100644 --- a/webapps/examples/WEB-INF/classes/CookieExample.java +++ b/webapps/examples/WEB-INF/classes/CookieExample.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - import java.io.IOException; import java.io.PrintWriter; import java.util.ResourceBundle; @@ -34,7 +33,6 @@ * * @author James Duncan Davidson <duncan@eng.sun.com> */ - public class CookieExample extends HttpServlet { private static final long serialVersionUID = 1L; @@ -65,12 +63,6 @@ public void doGet(HttpServletRequest request, HttpServletResponse response) thro out.println(""); out.println(""); - // relative links - - // XXX - // making these absolute till we work out the - // addition of a PathInfo issue - out.println(""); out.println( "\"view"); diff --git a/webapps/examples/WEB-INF/classes/RequestHeaderExample.java b/webapps/examples/WEB-INF/classes/RequestHeaderExample.java index 228d1921fe11..993a4463d4c8 100644 --- a/webapps/examples/WEB-INF/classes/RequestHeaderExample.java +++ b/webapps/examples/WEB-INF/classes/RequestHeaderExample.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - import java.io.IOException; import java.io.PrintWriter; import java.util.Enumeration; @@ -96,12 +95,6 @@ protected void renderHTML(HttpServletRequest request, HttpServletResponse respon out.println(""); out.println(""); - // all links relative - - // XXX - // making these absolute till we work out the - // addition of a PathInfo issue - out.println(""); out.println( "\"view"); diff --git a/webapps/examples/WEB-INF/classes/RequestParamExample.java b/webapps/examples/WEB-INF/classes/RequestParamExample.java index 617c4cfc1310..6515afd1b1f4 100644 --- a/webapps/examples/WEB-INF/classes/RequestParamExample.java +++ b/webapps/examples/WEB-INF/classes/RequestParamExample.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - import java.io.IOException; import java.io.PrintWriter; import java.util.ResourceBundle; @@ -53,14 +52,6 @@ public void doGet(HttpServletRequest request, HttpServletResponse response) thro out.println(""); out.println(""); - // img stuff not req'd for source code HTML showing - - // all links relative - - // XXX - // making these absolute till we work out the - // addition of a PathInfo issue - out.println(""); out.println( "\"view"); diff --git a/webapps/examples/WEB-INF/classes/SessionExample.java b/webapps/examples/WEB-INF/classes/SessionExample.java index ac16ee934d5a..92c3d6b7f97b 100644 --- a/webapps/examples/WEB-INF/classes/SessionExample.java +++ b/webapps/examples/WEB-INF/classes/SessionExample.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - import java.io.IOException; import java.io.PrintWriter; import java.util.Date; @@ -57,13 +56,6 @@ public void doGet(HttpServletRequest request, HttpServletResponse response) thro out.println(""); out.println(""); - // img stuff not req'd for source code HTML showing - // relative links everywhere! - - // XXX - // making these absolute till we work out the - // addition of a PathInfo issue - out.println(""); out.println( "\"view");