We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92530b5 commit d893283Copy full SHA for d893283
src/main/java/com/nccgroup/loggerplusplus/imports/LoggerImport.java
@@ -114,11 +114,11 @@ public static ArrayList<IHttpRequestResponse> importZAP() {
114
Iterator<String> i = lines.iterator();
115
116
// Format:
117
- // ==== [0-9]+ ==========
+ // ===[0-9]+ ==========
118
// REQUEST
119
// <empty>
120
// RESPONSE
121
- String reSeparator = "^==== [0-9]+ ==========$";
+ String reSeparator = "^=+ ?[0-9]+ ?=+$";
122
String reResponse = "^HTTP/[0-9]\\.[0-9] [0-9]+ .*$";
123
124
// Ignore first line, since it should be a separator
0 commit comments