Project

General

Profile

« Previous | Next » 

Revision 5445

Added by berkley almost 14 years ago

fixed more access control problems. also fixed extraneous white space that was getting put into the listobject output stream

View differences:

IdentifierManager.java
139 139
            PreparedStatement stmt2 = dbConn.prepareStatement(sql2);
140 140
            rs = stmt2.executeQuery();
141 141
            Vector accessVector = new Vector();
142
            if(rs.next())
142
            while(rs.next())
143 143
            {
144 144
                Hashtable accessHash = new Hashtable();
145 145
                String principal_name = rs.getString(1);

Also available in: Unified diff