Conversation
The DocumentViewParserValidator returns a binary file back to the ValidationExecutor as node path with a line number of 0. The ValidationExecutor considers this state as docview xml case. With this change the ValidationExecutor checks the returned nodePaths and lineNubmers and if only one nodePath (the file) is returned with lineNumber 0, it handles it the same way as if nothing would have been returned (existing logic).
clarify javadoc of GenericJcrDataValidator
|
@buuhuu Please have a look, I simplified your approach a bit. |
|
Yes, as said earlier, this should work
With that you can remove I don't understand how these changes are related |
Right, gonna remove the former.
The problem was that |
No description provided.