users@glassfish.java.net

Re: JSF deployment problem in build v2-b41?

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Fri, 06 Apr 2007 14:05:20 -0700

This is related to
https://glassfish.dev.java.net/issues/show_bug.cgi?id=2704.

The fix is available in the current nightly and in the next promoted build.


glassfish_at_javadesktop.org wrote:
> 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>