From: Wolfgang M. M. <wol...@us...> - 2004-04-01 14:24:43
|
Update of /cvsroot/exist/eXist-1.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23472 Modified Files: .project Log Message: Security issues fixed: resources were included in the XQuery context though the user had no permission to read the resource. REST-style interface did not correctly check permissions; /db/system/users.xml could be retrieved by ordinary users. Index: .project =================================================================== RCS file: /cvsroot/exist/eXist-1.0/.project,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .project 23 May 2003 14:58:37 -0000 1.2 --- .project 1 Apr 2004 14:12:45 -0000 1.3 *************** *** 7,12 **** <buildSpec> <buildCommand> ! <name>org.antlr.eclipse.core.antlrbuilder</name> <arguments> </arguments> </buildCommand> --- 7,16 ---- <buildSpec> <buildCommand> ! <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> <arguments> + <dictionary> + <key>LaunchConfigHandle</key> + <value>Ant builder.launch</value> + </dictionary> </arguments> </buildCommand> *************** *** 16,19 **** --- 20,28 ---- </arguments> </buildCommand> + <buildCommand> + <name>org.antlr.eclipse.core.antlrbuilder</name> + <arguments> + </arguments> + </buildCommand> </buildSpec> <natures> |