Peter Winckles
Peter Winckles
@david-russo Yeah, it looks like your old PR does address the same issue as is addressed in this PR. It does still have the bug when resolving relative entities but...
Yes, but it can be addressed in some (perhaps not all) cases, simply by setting the system id on the returned InputSource. [See here](https://github.com/UW-Madison-Library/jhove/blob/48d083b2394fc8b9426d9567744eff519284b830/jhove-modules/xml-hul/src/main/java/edu/harvard/hul/ois/jhove/module/xml/XmlModuleHandler.java#L382) I'll create a ticket for it...
I should have customized this ticket more. Unlike the other implementations, bagit-python does not technically support BagIt 1.0. The main problem here is then that it is replacing `CR` and...
It occurred to me that another approach to backwards compatible validation would be to only decode `%0D`, `%0A`, and `%25` when decoding paths in manifests. Normally, when percent-decoding, you'd decode...
I'll try to get the files together for you tomorrow
[visualvm-jfr-test.zip](https://github.com/oracle/visualvm/files/9685160/visualvm-jfr-test.zip) Attached is a zip that contains an example snapshot and the visualvm log file. JMC and IntelliJ are able to open the snapshot without issue.
Could it possibly be related to running it on an M1? It is also puzzling that I was able to open the snapshot using the visualvm jars and the Java...
Same result with a fresh install of JDK 17: ``` Product Version = VisualVM 2.1.4 Operating System = Mac OS X version 12.4 running on aarch64 Java; VM; Vendor =...
Yep, moving the snapshot does make it work.
I just downloaded the Linux x86_64 binaries for versions `0.7.4`, `0.7.5`, and `0.7.6`, and of those `lefthook version` only works in version`0.7.4`. [Edit] Actually, all of the sub command seem...