Projects STRLCPY LoggerPlusPlus Commits d8932831
🤬
  • ■ ■ ■ ■ ■ ■
    src/main/java/com/nccgroup/loggerplusplus/imports/LoggerImport.java
    skipped 113 lines
    114 114   Iterator<String> i = lines.iterator();
    115 115   
    116 116   // Format:
    117  - // ==== [0-9]+ ==========
     117 + // ===[0-9]+ ==========
    118 118   // REQUEST
    119 119   // <empty>
    120 120   // RESPONSE
    121  - String reSeparator = "^==== [0-9]+ ==========$";
     121 + String reSeparator = "^=+ ?[0-9]+ ?=+$";
    122 122   String reResponse = "^HTTP/[0-9]\\.[0-9] [0-9]+ .*$";
    123 123   
    124 124   // Ignore first line, since it should be a separator
    skipped 86 lines
Please wait...
Page is in error, reload to recover