I have a JSF web application that can deploy to build v2-b40 without any problem, but it failed when using build v2-b41!
From the deployed source, looks like build v2-b41 does not handle '<' and '>' properly. Anyone have the same issue?
Good source deployed by v2-b40:
...
<html xmlns="
http://www.w3.org/1999/xhtml" xmlns:wairole="
http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#" xmlns:waistate="
http://www.w3.org/2005/07/aaa">
<head>
<meta content="no-cache" http-equiv="Pragma" />
<meta content="no-cache" http-equiv="Cache-Control" />
<meta content="no-store" http-equiv="Cache-Control" />
<meta content="max-age=0" http-equiv="Cache-Control" />
<meta content="1" http-equiv="Expires" />
<title></title>
...
Bad source deployed by v2-b41:
...
^@html^@xmlns="
http://www.w3.org/1999/xhtml^@^@xmlns:wairole="
http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#^@^@xmlns:waistate="
http://www.w3.org/2005/07/aaa^@^@
^_at_head^@
^_at_meta^_at_content="no-cache^@^_at_http-equiv="Pragma^@ />
^_at_meta^_at_content="no-cache^@^_at_http-equiv="Cache-Control^@ />
^_at_meta^_at_content="no-store^@^_at_http-equiv="Cache-Control^@ />
^_at_meta^_at_content="max-age=0^@^_at_http-equiv="Cache-Control^@ />
^_at_meta^_at_content="1^@^_at_http-equiv="Expires^@ />
^_at_title^@</title^@
...
"^@" is what is showing in Vim. I think it's some kind of non-printable character because it is not visiable in notepad.
Is it a known bug? Any clue?
Thanks,
Po-Ting
[Message sent by forum member 'potingwu' (potingwu)]
http://forums.java.net/jive/thread.jspa?messageID=211430