Ignore:
Timestamp:
2020-06-13T18:13:31+12:00 (4 years ago)
Author:
ak19
Message:

Adding warning comments about where stderr messages n ServletRealmCheck end up going and how they can break gliserver.pl's functioning so that client-GLI doesn't get to see the collections a user has access to.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/ServletRealmCheck.java

    r34160 r34164  
    132132            result += line;
    133133        }
    134        
     134
     135        // Beware: these stderr statements go into gliserver authenticate_user_gs3
     136        // results, messing up zip files by adding the debugging text into the zip headers
    135137        //System.err.println("** Sent: " + authenticationUrl);
    136138        //System.err.println("** Got result:\n" + result);
Note: See TracChangeset for help on using the changeset viewer.