Skip to content

Commit

Permalink
'#1798: Associate LBC to EmptyParser to avoid raw string parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite authored and lfcnassif committed Aug 16, 2023
1 parent bfa449b commit 52854e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions iped-app/resources/config/conf/ParserConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
<parser class="org.apache.tika.parser.EmptyParser">
<mime>application/vnd.rn-realmedia</mime>
<mime>application/java-archive</mime>
<mime>audio/ilbc</mime>
</parser>

<parser class="org.gagravarr.tika.FlacParser"></parser>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
<parser class="org.apache.tika.parser.EmptyParser">
<mime>application/vnd.rn-realmedia</mime>
<mime>application/java-archive</mime>
<mime>audio/ilbc</mime>
<mime>application/x-tika-unix-dump</mime>
<mime>application/x-cpio</mime>
</parser>
Expand Down

0 comments on commit 52854e4

Please sign in to comment.