Ralf Claussnitzer
Ralf Claussnitzer
# Bug report **PhpMetrics v2.7.4** Running `phpmetrics` with the `--git` option will not work inside separated git worktree directories. It will discover the git directory from a .git file as...
Kitodo.Presentation might silently fail to download METS document when given a URL via the `id` query parameter. The problem arises from the use of `\TYPO3\CMS\Core\Utility\GeneralUtility::getUrl()`. https://api.typo3.org/typo3cms/7/html/class_t_y_p_o3_1_1_c_m_s_1_1_core_1_1_utility_1_1_general_utility.html#ae1e248cb7ee687542a49328d24591de6 **From the documentation:** >...
Kitodo.Presention can resolve URLs to get a METS document from some place on the web. However, the requested server might respond with an error code like `404 Not found` or...
# Problem Kitodo.Presentation can only resolve two types of identifiers to obtain METS/MODS documents: internal TYPO3 record PIDs and URLs. URLs have to be properly encoded. This is not obvious...
###### Which version and edition of Flyway are you using? 9.22.2 ###### If this is not the latest version, can you reproduce the issue with the latest one as well?...
Consider implementing support for RFC 4198: A Uniform Resource Name (URN) Namespace for Federated Content This issue relates to #24. https://www.rfc-editor.org/rfc/rfc4198.html
Since the library is small and does rely on modern Java features by design, it might be helpful to upgrade to Java 8 LTS in order to support older runtimes...
Since RFC 8141 is backward compatible to RFC 2141 and succeeds the old RFC, code supporting RFC 2141 can be removed in further major releases in order to clear up...