Paul Schwabauer

Results 18 issues of Paul Schwabauer

Simplify the fence usage to avoid errors with synchronization. Closes #917

This adds a check to the canonical URL prefix configuration. It detects if an error occurs when the user specifies an invalid URL. This is a breaking change, as an...

Currently, there are some linter warnings about the naming of struct fields: ``` csaf/advisory.go:449:2: struct field ProductIds should be ProductIDs csaf/advisory.go:612:2: struct field GroupIds should be GroupIDs csaf/advisory.go:613:2: struct field...

Avoid a crash when generating OpenAPI 3 documentation. **Describe the PR** `GetSchemaTypePathV3` has a missing nil check, which results in a crash. This looks like an oversight, as different locations...

Add tests that check if the URI contains invalid characters. Closes #777

URIs are restricted to a subset of ASCII characters. In contrast, IRIs allow unescaped non-ASCII characters. The IRI validation tests include examples containing non-ASCII characters, whereas the tests for URI...

Specifying the time range results in an error as the backend expects an ISO formatted date. # Checklist - [x] I have read the [contribution guidelines](https://github.com/geonetwork/core-geonetwork/blob/main/CONTRIBUTING.md) - [ ] *Pull...