Re: prefix on obfuscated function names

2012-11-30 Thread Gasotelo
There is a simple way: rewrite the name obfuscator class of GWT compiler and recompile it. I just do it and it works. On Thursday, November 29, 2012 3:41:41 PM UTC-5, Gasotelo wrote: We have a project on GWT and our production version have been compiled on obfuscated mode for security

Re: prefix on obfuscated function names

2012-11-30 Thread Joseph Lust
What linker are you using? With the xsiframe linker the GWT code is loaded inside of its own frame and as such should not be susceptible to such namespace pollution from other libs. See the recent post that addressed this same issue as it is common:

prefix on obfuscated function names

2012-11-29 Thread Gasotelo
We have a project on GWT and our production version have been compiled on obfuscated mode for security reasons. The application works fine, except when a browser plugin inserts javascript on the page, because some plugins have functions with obfuscated names, like aa, ab, xv, zf, etc... We