obsfucating struts web application

2005-11-18 Thread su mo
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

MappingDispatchAction executing twice

2005-11-22 Thread su mo
Hi, I am using Struts 1.2.7. The DispatchAction and its variants MappingDispatchAction and ActionDispatcher seems to be executing twice for me. Not sure where is the problem. Here is the code snippet. I tried with extending MappingDispatchAction or using ActionDispatcher CommonAction extends Ma

MappingDispatchAction executing twice

2005-11-22 Thread su mo
Hi, I am using Struts 1.2.7. The DispatchAction and its variants MappingDispatchAction and ActionDispatcher seems to be executing twice for me. Not sure where is the problem. Here is the code snippet. I tried with extending MappingDispatchAction or using ActionDispatcher CommonAction extends Ma

Action executing twice

2005-11-23 Thread su mo
tached the sources if anyone can help me to understand. Best Regards Su Mo http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd";> - To u

Re: Debuging Struts Application with Eclipse

2005-11-23 Thread su mo
socket is open telnet localhost 8000 4. You can try catalina.bat jpda run instead of start. This shows if there is any error starting JPDA on the same window. Best Regards Su Mo. On 11/23/05, R. Markham <[EMAIL PROTECTED]> wrote: > > > > Hallo > > > > Since several d

Re: [OT] obsfucating struts web application

2005-12-12 Thread su mo
easy to > > break flow obfuscation, but then in most cases the code would be so > simple > > that it is OK that the hacker knows it ! ;-) Since rest of the classes > > (other than action classes) are obfuscated with out any constraints, you > > should be safe... at most you

Re: [OT] obsfucating struts web application

2005-12-12 Thread su mo
g("whatever"); > } > Martin- > - Original Message - > From: "su mo" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Monday, December 12, 2005 6:33 AM > Subject: Re: [OT] obsfucating struts web application > > > Hi

Re: tabs is struts

2005-12-12 Thread su mo
Checkout this. Very good one ditchnet.org/taglibs/ On 12/13/05, Yujun Liang <[EMAIL PROTECTED]> wrote: > > Tiles is needed for option 1, but I am not sure if it is still needed if > using Struts-Layout. > > On 12/13/05, Jim Douglas <[EMAIL PROTECTED]> wrote: > > > > Can this be done easily with