Re: [Actionframework-users] Proposals for 0.94
Status: Inactive
Brought to you by:
ptoman
From: David W. <da...@su...> - 2002-09-01 22:16:15
|
Petr, Niw back from holiday so catching up. > >> [ ] enable passing of all HTTP parameters (= put everything to > > > > Yes, providing they are in a special namespace. This avoids the big > > security hole found in php where a cracker could submit variables you > > were not expecting. > > Ah yes... but how can you pass the params arround if you have them in a > separate namespace? via the context. In my context I would like an ActionServlet object which itself contains thinks like $SERVLET, it's own configuration and the parameters. I should also be able to get this ActionServlet object from Action Servlet so it is available even in methods that are not passed the context. > > Thanks for all this. We are going well with ActionServlet at the > > moment with Mandip churning out production quality code nice and > > quick. Erik has also been working on our generic "framework" for all > > our projects using ActionServlet, Velocity, Jrf and a few home grown > > standards. > > Cool! Are you going to make any your generic stuff public? Yes, it is all in a sub project part of VisibleResults and all under the LGPL license. We will be improving the documentation as we go. See the framework cvs module in the visibleresults project at sourceforge. http://www.sf.net/projects/visibleresults Dave -- David Warnock, Sundayta Ltd. http://www.sundayta.com iDocSys for Document Management. VisibleResults for Fundraising. Development and Hosting of Web Applications and Sites. |