Re: [sword-devel] Website error in Firefox

2008-12-16 Thread David Haslam
I confirm that it is working again now, after clearing the Firefox cache at my end. The CrossWire http://crosswire.org/wiki wiki is still down, but I expect this is due to the NOC problems as advised by Troy. -- David Peter von Kaehne wrote: > > That is because Apache did not proxy through t

Re: [sword-devel] Website error in Firefox

2008-12-16 Thread Peter von Kaehne
That is because Apache did not proxy through to Tomcat, but tried to read and make sense of JSP pages. It is working now though. Peter David Haslam wrote: > Not the only error! > > The bottom of the page looks like: > > <%@ include file="project-blurbs/glosung.jsp" %> <%@ include > file="proj

Re: [sword-devel] Website error in Firefox

2008-12-16 Thread David Haslam
Not the only error! The bottom of the page looks like: <%@ include file="project-blurbs/glosung.jsp" %> <%@ include file="project-blurbs/bibledit.jsp" %> <%@ include file="project-blurbs/dreambeamer.jsp" %> <% } %> <% if ("About".equals((String)request.getParameter("section"))) { %> <%@ incl

[sword-devel] Website error in Firefox

2008-12-16 Thread David Haslam
The top of the main page has this today, as viewed in Firefox 3.0.4 <%@ page import="java.util.Vector" %> <% String ua = request.getHeader( "User-Agent" ); boolean isMSIE = ( ua != null && ua.indexOf( "MSIE" ) != -1 ); response.setHeader( "Vary", "User-Agent" ); %> <% if( isMSIE ){ %> <% } else