================================================== FILE: html/WEB-INF/web.xml ---------------------------- revision 1.12.2.2 date: 2003/06/01 16:01:12; author: nico; state: Exp; lines: +21 -0 Character encoding filter to set the encoding before reading parameters ================================================== FILE: src/org/mmbase/applications/dove/AbstractDove.java ---------------------------- revision 1.9.2.1 date: 2003/06/02 12:20:56; author: vpro; state: Exp; lines: +9 -15 pierre: #6081 No authority check on startwizard to related object Dove now returns security information in maywrite/mayedit attributes Also ported orderby/directions attributes for lists from 1.7 (since we needed to add the 1.1 dtd, added this functionalityi so the attributes defined in there are not moot) ================================================== FILE: src/org/mmbase/applications/dove/Dove.java ---------------------------- revision 1.26.2.5 date: 2003/06/02 12:20:57; author: vpro; state: Exp; lines: +31 -9 pierre: #6081 No authority check on startwizard to related object Dove now returns security information in maywrite/mayedit attributes Also ported orderby/directions attributes for lists from 1.7 (since we needed to add the 1.1 dtd, added this functionalityi so the attributes defined in there are not moot) ================================================== FILE: src/org/mmbase/applications/dove/resources/doverequest_1_1.dtd ---------------------------- revision 1.1.2.2 date: 2003/06/02 13:01:07; author: vpro; state: Exp; lines: +1 -1 pierre: small fix in createdir entity ---------------------------- revision 1.1.2.1 date: 2003/06/02 12:17:36; author: vpro; state: Exp; lines: +2 -0 pierre: added 1.1 version of dtd to the 1.6.4 release. Needed for security fix (bug #6081) ================================================== FILE: src/org/mmbase/applications/dove/resources/doveresponse_1_1.dtd ---------------------------- revision 1.1.2.1 date: 2003/06/02 12:17:37; author: vpro; state: Exp; lines: +5 -0 pierre: added 1.1 version of dtd to the 1.6.4 release. Needed for security fix (bug #6081) ================================================== FILE: src/org/mmbase/applications/editwizard/Config.java ---------------------------- revision 1.26.2.9 date: 2003/06/02 13:22:21; author: vpro; state: Exp; lines: +3 -3 pierre spacing. ---------------------------- revision 1.26.2.8 date: 2003/06/02 12:37:52; author: vpro; state: Exp; lines: +8 -4 pierre: #6081 No authority check on startwizard to related object Wizard now checks maywrite/maydelete attributes from Dove data. Also removed references to SecurityException (not used). ================================================== FILE: src/org/mmbase/applications/editwizard/ConnectorCommandGetNewRelation.java ---------------------------- revision 1.5.2.2 date: 2003/06/02 13:26:52; author: vpro; state: Exp; lines: +3 -2 pierre: syntax typo ---------------------------- revision 1.5.2.1 date: 2003/06/02 12:58:20; author: vpro; state: Exp; lines: +9 -8 pierre: ported createdir parameter from 1.7 ================================================== FILE: src/org/mmbase/applications/editwizard/Wizard.java ---------------------------- revision 1.74.2.9 date: 2003/06/02 12:37:52; author: vpro; state: Exp; lines: +73 -14 pierre: #6081 No authority check on startwizard to related object Wizard now checks maywrite/maydelete attributes from Dove data. Also removed references to SecurityException (not used). ================================================== FILE: src/org/mmbase/applications/editwizard/WizardDatabaseConnector.java ---------------------------- revision 1.24.2.2 date: 2003/06/02 12:58:21; author: vpro; state: Exp; lines: +6 -4 pierre: ported createdir parameter from 1.7 ---------------------------- revision 1.24.2.1 date: 2003/06/02 12:29:18; author: vpro; state: Exp; lines: +73 -51 pierre: Fixed exceptions in wizards: removed SecurityException (is never thrown anywhere, so shouldn't be 'passed' as if it is), and added actual Dove errors to exception description. ================================================== FILE: src/org/mmbase/bridge/implementation/BasicNode.java ---------------------------- revision 1.77.2.11 date: 2003/06/02 11:28:48; author: vpro; state: Exp; lines: +16 -4 Pierre: Bugfix #6083 MMCI:cannot check rights on newly created node ================================================== FILE: src/org/mmbase/bridge/jsp/taglib/ContextReferrerTag.java ---------------------------- revision 1.29.2.2 date: 2003/06/06 09:17:24; author: vpro; state: Exp; lines: +3 -1 pierre: prevent nullpointerexception if writer cannot be found ================================================== FILE: src/org/mmbase/servlet/CharacterEncodingFilter.java ---------------------------- revision 1.1.2.1 date: 2003/06/01 16:01:12; author: nico; state: Exp; lines: +0 -0 Character encoding filter to set the encoding before reading parameters ================================================== FILE: src/org/mmbase/servlet/servdb.java ---------------------------- revision 1.44.2.5 date: 2003/06/02 16:38:00; author: vpro; state: Exp; lines: +14 -19 pierre: Adapted javadocs. Renamed variable (codeconventions). Removed call to addRAMSpeed for rmstreams (makes no sense). ================================================== FILE: src/org/mmbase/servlet/servjumpers.java ---------------------------- revision 1.15.2.2 date: 2003/06/02 16:46:58; author: vpro; state: Exp; lines: +5 -80 pierre: restore old version of servjumpers ---------------------------- revision 1.15.2.1 date: 2003/06/02 16:38:00; author: vpro; state: Exp; lines: +80 -5 pierre: Adapted javadocs. Renamed variable (codeconventions). Removed call to addRAMSpeed for rmstreams (makes no sense). ================================================== FILE: src/org/mmbase/servlet/servscan.java ---------------------------- revision 1.33.2.4 date: 2003/06/02 16:55:46; author: vpro; state: Exp; lines: +6 -22 pierre: restore servscan ---------------------------- revision 1.33.2.3 date: 2003/06/02 16:38:00; author: vpro; state: Exp; lines: +22 -6 pierre: Adapted javadocs. Renamed variable (codeconventions). Removed call to addRAMSpeed for rmstreams (makes no sense).