Re: GET/POST request in Struts 1.3.8

2011-03-03 Thread Dave Newton
On Thu, Mar 3, 2011 at 10:30 AM, Anjib Mulepati wrote: > Yes I did try to find something in struts-config.xml file as well as web.xml > but nothing I could find out there. Have anyone done this before? You haven't really detailed what exactly you want: do you want the *entire* web application to

Re: GET/POST request in Struts 1.3.8

2011-03-03 Thread Muneer Malik
http://java.dzone.com/articles/understanding-web-security On Thu, Mar 3, 2011 at 9:30 AM, Anjib Mulepati wrote: > Yes I did try to find something in struts-config.xml file as well as > web.xml but nothing I could find out there. > Have anyone done this before? > > Anjib > > On 3/3/2011 10:19 AM,

Re: GET/POST request in Struts 1.3.8

2011-03-03 Thread Anjib Mulepati
Yes I did try to find something in struts-config.xml file as well as web.xml but nothing I could find out there. Have anyone done this before? Anjib On 3/3/2011 10:19 AM, Muneer Malik wrote: you should be able to do this using the web.xml On Thu, Mar 3, 2011 at 8:59 AM, Anjib Mulepati wrote:

Re: GET/POST request in Struts 1.3.8

2011-03-03 Thread Muneer Malik
you should be able to do this using the web.xml On Thu, Mar 3, 2011 at 8:59 AM, Anjib Mulepati wrote: > Hi > > Can someone help me on how to tell struts 1.3.8 to accept only either GET > or POST request only? > > Thanks > Anjib > >

Re: GET/POST request in Struts 1.3.8

2011-03-03 Thread Dave Newton
On Thu, Mar 3, 2011 at 9:59 AM, Anjib Mulepati wrote: > Can someone help me on how to tell struts 1.3.8 to accept only either GET or > POST request only? I'd either put it in a custom request processor (or whatever the equivalent is in 1.3.8; I've never used it for anything real) or handle it in