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
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:
2 matches
Mail list logo