Skip to content

Commit

Permalink
Ignore colon for json response (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 28, 2024
1 parent 2438ea1 commit 7412729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2048,7 +2048,7 @@
<filterchain>
<tokenfilter>
<linetokenizer />
<containsregex pattern="id:" />
<containsregex pattern="id" />
</tokenfilter>
<tokenfilter>
<stringtokenizer delims=":- \r\n" suppressdelims="true" />
Expand Down Expand Up @@ -2122,7 +2122,7 @@
<filterchain>
<tokenfilter>
<linetokenizer />
<containsregex pattern="id:" />
<containsregex pattern="id" />
</tokenfilter>
<tokenfilter>
<stringtokenizer delims=":- \r\n" suppressdelims="true" />
Expand Down

0 comments on commit 7412729

Please sign in to comment.