From: Wolfgang M. M. <wol...@us...> - 2004-04-14 12:17:35
|
Update of /cvsroot/exist/eXist-1.0/src/org/exist/security In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20167/src/org/exist/security Modified Files: SecurityManager.java Log Message: Improved page organization in dom.dbx to fix known XUpdate issues. Index: SecurityManager.java =================================================================== RCS file: /cvsroot/exist/eXist-1.0/src/org/exist/security/SecurityManager.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** SecurityManager.java 2 Feb 2004 15:30:39 -0000 1.15 --- SecurityManager.java 14 Apr 2004 12:17:24 -0000 1.16 *************** *** 175,179 **** LOG.debug("user " + user.getName() + " removed"); else ! LOG.debug("user "+ user.getName() + " not found"); DBBroker broker = null; try { --- 175,179 ---- LOG.debug("user " + user.getName() + " removed"); else ! LOG.debug("user not found"); DBBroker broker = null; try { |