-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Unimplemented profile checks (#219)
* REL: v0.16.0 (#210) * DEV: v0.15.0 dev version. (#202) * FIX: Double validation reporting (#201) - removed the validation report output from profile reporting. * FIX: Policy crash when document unparsable (#203) * Dev/0.15 (#204) * DEV: v0.15.0 dev version. * DEV: v0.15.0 dev version. * FIX: Policy crash when package has no manifest (#205) - added check for null manifest when attempting to list package XML files. Closes #193 * FIX: Crashing policy macro check of unreadable entries. (#206) - null stream entries are no longer checked for macros. * FIX: Version detection issues (#207) * FIX: Version detection issues - using full manifest entry name rather than simply file name; and - use appropriate namespace for detection. * FIX: Version detection fall-through. * FIX: Handling of encrypted entries (#208) - `PackageParser` changes: - parsing of `mimetype` and `META-INF/manifest.xml` are now done up front; - simpleified entry handling; - dedicated methods for mimetype and manifest parsing; - cleaned up handling of bad zip entries prior to moving this to the zip classes; - `OdfPackage` now has an `isEncrypted()` method to check if the package contains encrypted entries; - simplifed message processing in `ValidatingParser`; - addded encryption detection to prevent validation and profiling of encrypted package entries; - CLI reports incomplete validation for packages with encrypted entries, though this is still a little hacky. * REL: v0.16.0 (#209) - bumped maven version -> 0.16.0; - updated version in batch start files; and - updated version in README and other documentation. * FIX: Encryption checking of bad documents (#213) - fixed bug where checking encryption of unparseable packages caused an NPE; - bumped version to 0.16.1 for the fix; - updated documentation and batch files for new version number. * DEV: Version 0.16.2-SNAPSHOT (#216) - bumped `pom.xml` versions to `0.16.2-SNAPSHOT`; and - updated version in documents and batch files. * FIX: Don't parse check missing entries (#217) - check that an XML document in the manifest exists before grabbing the parse entry. * PARK: Policy checking single files - fixed a few rules so that single files don't crash; BUT - a better approach would be to simply offer a single document based check method. * FIX: Unimplemented profile checks - for unimplemented profile checks against a single file, return an empty message log; - added protection against missing package at the start of the profile check; - added some null checks to profile checking methods; and - removed some unused imports and parameters. TODO: Implement schematron checks for a single file.
- Loading branch information
1 parent
aebc547
commit bcf7ab6
Showing
355 changed files
with
1,190 additions
and
1,119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# ODF Validator | ||
|
||
Latest version is 0.16.0. | ||
Latest version is 0.16.2-SNAPSHOT. | ||
======= | ||
|
||
## About | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
docs/site/apidocs/org/openpreservation/format/xml/Attribute.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/site/apidocs/org/openpreservation/format/xml/Encodings.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/site/apidocs/org/openpreservation/format/xml/MessageHandler.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/site/apidocs/org/openpreservation/format/xml/Namespace.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/site/apidocs/org/openpreservation/format/xml/ParseResult.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/site/apidocs/org/openpreservation/format/xml/ParsingHandler.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/site/apidocs/org/openpreservation/format/xml/ValidationResult.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/site/apidocs/org/openpreservation/format/xml/ValidationResults.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/site/apidocs/org/openpreservation/format/xml/XmlParser.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/site/apidocs/org/openpreservation/format/xml/XmlValidator.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/site/apidocs/org/openpreservation/format/xml/class-use/Attribute.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/site/apidocs/org/openpreservation/format/xml/class-use/Encodings.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/site/apidocs/org/openpreservation/format/xml/class-use/MessageHandler.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/site/apidocs/org/openpreservation/format/xml/class-use/Namespace.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/site/apidocs/org/openpreservation/format/xml/class-use/ParseResult.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/site/apidocs/org/openpreservation/format/xml/class-use/ParsingHandler.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.