RE: [jira] Resolved: (WW-2134) Upgrade Dojo from 0.4.2 to 0.4.3 to address possible XSS Issues

2007-08-30 Thread James Holmes
Didn't you commit fixes for this on Struts_2_0_X branch? When you closed the ticket the fix version changed. Wasn't sure if that was on accident or not. James -Original Message- From: Musachy Barroso (JIRA) [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 1:50 PM To: [EMAIL PROT

Re: DynamicForwardAction for your consideration

2007-08-30 Thread jpedro
Yes, you are right Alexandru… but doesn't the DispacthAction has the same problem when using the method parameter in the request to specify the method of action to execute? Best regards, JP Alexandru Popescu ☀ wrote: > > On 8/30/07, jpedro <[EMAIL PROTECTED]> wrote: >> >> Not quite, it will on

Re: DynamicForwardAction for your consideration

2007-08-30 Thread Alexandru Popescu ☀
On 8/30/07, jpedro <[EMAIL PROTECTED]> wrote: > > Not quite, it will only enter in an infinite recursion in the same way that a > struts action will if it has a forward to it self. > > In this action that would only occour if the default forward were to > "/dosemething.do", something like > , becau

Re: DynamicForwardAction for your consideration

2007-08-30 Thread jpedro
Not quite, it will only enter in an infinite recursion in the same way that a struts action will if it has a forward to it self. In this action that would only occour if the default forward were to "/dosemething.do", something like , because in any other case the first forward would be to the "/

Re: [S2] Struts tags for generating , and

2007-08-30 Thread Nils-Helge Garli
I have created https://issues.apache.org/struts/browse/WW-2149 for this suggestion. Nils-H On 8/24/07, Tom Schneider <[EMAIL PROTECTED]> wrote: > I already created a body tag on our webwork project at work (we needed > the onload event hook) > > +1 from me. > Tom > > Ted Husted wrote: > > Another