Forwarding or redirecting from a BaseAction

2006-05-16 Thread Jose Moreira
Hello, every action in my webapp extends a BaseAction and call super.execute(...). I'm taking advantage of this pattern to implement a security scheme where the Action classes class signature (com.example.XYZAction) are mapped to security levels. Example: user X as access to com.example.XYZAction

commons-uploading and heap space

2006-04-11 Thread Jose Moreira
hello, i'm using struts 1.1 and commons-uploading 1.0 ; i use JUpload(.biz) to submit multiple image files to an action form. On average aproximate 400 around 50k of files are sent, causing heap space problems (currently set to 512mb). i also configured the controller as: