Rick McGuire wrote:
It's still failing for me on any Wiki page. I've tried with both
Firefox and IE. If I view source, this is all I'm receiving:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
Hmm, definititely working for me:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="robots" content="index,nofollow">
<title>EclipseDeployment - Geronimo Wiki</title>
<script type="text/javascript">
...