su mo wrote:
Hi,

I have STRUTS 1.2.7 based web application which I want to protect the
decompilation of class files. I would like to obsfucate the code using
JShrink or other obsfucating tools.

I am wondering if anyone done this before to make the Struts 1.2.7 based web
application work with obsfucated class files.

I want to mention that I am using Dispatch action with parameters attribute,
so my method names and class names are clear text on the struts-config.xml

A byte-code obfuscator should have no effect on the way a class runs. Unless you obfuscate at the source code level before compiling (which would cause all sorts of problems) you shouldn't need to worry about it.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to