Ignore:
Timestamp:
2023-11-30T15:08:02+13:00 (7 months ago)
Author:
davidb
Message:

Expanded for tbl-perevents

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/computing50/trunk/sites/computing50/ConnectProxyServlet/src/main/java/org/greenstone/tabletop/ConnectProxyServlet.java

    r38452 r38454  
    233233        String converted_input_line1 = convertGS3Urls(input_line);
    234234        String converted_input_line2 = converted_input_line1.replaceAll("<query id=\"classifiers\">","<query>");
    235         String converted_input_line3 = converted_input_line2.replaceAll("<c/>","<c></c>");
     235        String converted_input_line22 = converted_input_line2.replaceAll("<query id=\"tbl-eventtype\">","<query>");     
     236        String converted_input_line222 = converted_input_line22.replaceAll("<query id=\"tbl-perevents\">","<query>");       
     237        String converted_input_line3    = converted_input_line222.replaceAll("<c/>","<c></c>");
    236238        String converted_input_line_final = converted_input_line3.replaceAll("<c />","<c></c>");
    237239
     
    267269        String converted_input_line1 = convertGS3Urls(input_line);
    268270        String converted_input_line2 = converted_input_line1.replaceAll("<query id=\"classifiers\">","<query>");
    269         String converted_input_line22 = converted_input_line2.replaceAll("<query id=\"tbl-eventtype\">","<query>");
    270         String converted_input_line3 = converted_input_line22.replaceAll("<c/>","<c></c>");
     271        String converted_input_line3 = converted_input_line2.replaceAll("<c/>","<c></c>");
    271272        String converted_input_line_final = converted_input_line3.replaceAll("<c />","<c></c>");
    272273
Note: See TracChangeset for help on using the changeset viewer.