Project

General

Profile

« Previous | Next » 

Revision 1429

Added by Jing Tao about 21 years ago

Chane a info for output.

View differences:

src/edu/ucsb/nceas/metacat/MetaCatServlet.java
334 334
        if ( (username != null) &&  !username.equals("public") ) {
335 335
          handleInsertOrUpdateAction(out,params,username,groupnames);
336 336
        } else {
337
          out.println("Permission denied for " + action);
337
          out.println("Permission denied for user"+username +" " + action);
338 338
        }
339 339
        out.close();
340 340
      } else if (action.equals("delete")) {

Also available in: Unified diff