[Idrs-commit] CVS: Idrs/dev/src/net/sourceforge/idrs/deploy/compile RMLHandler.java,1.5,1.6
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2003-01-08 06:01:40
|
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/compile In directory sc8-pr-cvs1:/tmp/cvs-serv32140/dev/src/net/sourceforge/idrs/deploy/compile Modified Files: RMLHandler.java Log Message: Added new validation capabilities, and all idrs object are given access to the idrs script oject without it being passed in as a parameter. Also fixed a security bug and setup for more memory effecient pooling. Finally add a new configuration file to simplify deployments. Index: RMLHandler.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/compile/RMLHandler.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RMLHandler.java 22 Aug 2002 20:06:34 -0000 1.5 --- RMLHandler.java 8 Jan 2003 06:01:37 -0000 1.6 *************** *** 22,25 **** --- 22,26 ---- import java.io.*; + /** *XMLHandler used to parse an RML page and call the appropriate Compiler classes |