Project

General

Profile

« Previous | Next » 

Revision 3219

Added by berkley about 17 years ago

got paging working. metacat also now caches resultsets for users' sessions. the paging is a bit slow, due to some xpath statements. i need to get this optimized now.

View differences:

MetaCatServlet.java
605 605
                    name = (String) sess.getAttribute("name");
606 606
                }
607 607
                
608
                logMetacat.info("&*&*&*&*&*&*&*&*&*&*&*&*&*&*&&*&*SESSIONID1: " + sess_id);
609

  
610 608
                //make user user username should be public
611 609
                if (username == null || (username.trim().equals(""))) {
612 610
                    username = "public";

Also available in: Unified diff