Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioG70 committed Jan 8, 2024
1 parent 00bb63e commit e7ab0a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ public void startElement(String uri, String localName, String qName, Attributes
SIARDArchiveContainer container;
if (lobDir.startsWith("..")) {
container = lobContainer;
lobPath = lobContainer.getPath().toString() + '/' + lobPath.replace("../", "");
} else {
container = contentContainer;
}
Expand Down

0 comments on commit e7ab0a3

Please sign in to comment.