The problem is that the contentType for the page (that it was redirected to) is null.

Changing Content.java:165 to:
Text.writeString(out, contentType != null ? contentType : ""); // write contentType

fixes the problem. But is empty string better for an unknown content type or something like text/x-unknown-content-type

Kai_testing Middleton wrote:
I'll try those if I get a chance.  (BTW "Remuneration" is misspelled on 
absoluteit.co.nz if you care)

I don't care (it's not my site).
Cheers,
Carl.

Reply via email to