Skip to content

Commit

Permalink
temp possible earlier break
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Sep 14, 2024
1 parent 7d2fffb commit 5aee0be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psi-probe-core/src/main/java/psiprobe/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ public static String getJspEncoding(InputStream is) throws IOException {
&& "=".equals(directiveTokenizer.nextToken().getText())
&& directiveTokenizer.hasMore()) {
contentType = directiveTokenizer.nextToken().getInnerText();
break;
}
}
}
Expand Down

0 comments on commit 5aee0be

Please sign in to comment.