You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Jonathan Stimmel <jo...@stimmel.net> on 2000/05/20 00:35:07 UTC

bug database offline?

Is http://xml.apache.org/bugs/ down? I'm getting a Forbidden error. It's
a trivial bug, so:

--- org/apache/cocoon/servlet/CocoonServlet.java.cvs    Fri May 19 15:30:11 2000
+++ org/apache/cocoon/servlet/CocoonServlet.java        Fri May 19 15:31:01 2000
@@ -88,6 +88,7 @@
             res.setContentType("text/html");
             out.println("<html><head>");
             out.println("<title>Cocoon Version 2.0: Not initialized</title>");
+            out.println("</head>");
             out.println("<body>");
             out.println("<center><h1>Cocoon 2.0: Not initialized</h1></center>");
             out.println("<hr>");


On an unrelated note, when are we going to see the cocoon version of XSP?