Hello, I have a GWT (2.2) application making use of GWT-RPC. It is working fine, but there is a problem when accessed through a proxy. Besides the proxy issues mentioned in other discusions in this forum (which has been taken into consideration), the proxy blocks responses from the application server which contain the element <meta charset="UTF-8" /> This element appears in some GWT generated files with names like hashvalue.cache.html but does not appear in the host page, for example, where the encoding is specified by the element <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> Now, after replacing manually the first element (<meta charset="UTF-8" />, standard of HTML 5 only) with the second (<meta http-equiv="Content-Type" content="text/html; charset=utf-8">) in all the hashvalue.cache.html files, the application works smoothly even when accessed through the proxy. As the configuration of the proxy is not under my control, I would like to know if there is any compiler switch to achieve what I have manually done (or if you have any other solution, for the matter).
Kind regards. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
