Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
1.4b3
-
None
-
None
-
Operating System: Windows XP
Platform: PC
-
18666
Description
Doing some debugging, I found there's a mismatch between the
CapabilityMap.getPreferredType().toString() – "text/html" – and
MimeType.HTML.toString() – "text/html; charset=UTF-8". The test at line 97 of
LinkPortlet.java fails, so no content. Checking MimeType.java, there's
a //FIXME comment on line 70 where HTML is declared and defined.