Skip to content

CustomURL mechanism is incompatible with signpostingLinksResolver #115

@saschaszott

Description

@saschaszott

Description

The CustomURL mechanism in DSpace CRIS is currently incompatible with the signpostingLinksResolver. The signpostingLinksResolver expects a UUID and passes it to the backend. However, when a CustomURL is used instead of a UUID, the resolver does not pass a valid UUID as the ID value.

As a result, the backend returns a 404 Not Found error.

Expected Behavior

The signpostingLinksResolver should correctly handle CustomURLs and ensure that the backend can resolve them without requiring a UUID.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions