Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non valid URI enum in CommonErrorType #109

Open
svenbiellmann opened this issue Jul 12, 2024 · 2 comments
Open

Non valid URI enum in CommonErrorType #109

svenbiellmann opened this issue Jul 12, 2024 · 2 comments
Assignees
Labels
enhancement Issue requires improvements or additions to interface functionality
Milestone

Comments

@svenbiellmann
Copy link
Contributor

The values in the CommonErrorType enum are not valid URI's as specified in RFC 3986.

Shall we correct the URI's to valid URI's as specified in RFC 3986?

URI syntax according to RFC 3986:
The generic URI syntax consists of a hierarchical sequence of components referred to as the scheme, authority, path, query, and fragment. The scheme and path components are required, though the path may be empty (no characters).

@svenbiellmann svenbiellmann added enhancement Issue requires improvements or additions to interface functionality new Newly submitted issue labels Jul 12, 2024
@simonmeyerm
Copy link
Collaborator

Just to clarify, that i understand the change correctly.
Would be expected that an actual URI is returned, with which the consumer could find further information to the problem that occurred? If that would be the case, it would raise the question, where the problems would be documented?

@dkoeni
Copy link
Contributor

dkoeni commented Aug 16, 2024

Actually that is exactly the idea. But I think no one want to implement another error webpage right now. So this is why we will return a empty page.
The documentation must be done by each implementer because the error description might be vary depending on the systems used.

@svenbiellmann svenbiellmann removed the new Newly submitted issue label Aug 18, 2024
@svenbiellmann svenbiellmann added this to the v5.0 milestone Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue requires improvements or additions to interface functionality
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants