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

gnoweb(url): remove the possibility to have $ after the query #3162

Open
gfanton opened this issue Nov 20, 2024 · 0 comments
Open

gnoweb(url): remove the possibility to have $ after the query #3162

gfanton opened this issue Nov 20, 2024 · 0 comments
Assignees

Comments

@gfanton
Copy link
Member

gfanton commented Nov 20, 2024

Following #2876, I believe we should eliminate the option to use $ after the query. I don't mind using $ as a second query component, but it should remain in the path to adhere to standard URI format. Including $ after the query ? may not be supported by most API tools and could lead to potential parsing errors or conflicts.
I think we should also establish a specific order to avoid confusion and to align more naturally with the actual composition of URI. Therefore, I propose the order as : -> $ -> ? -> #.
I don't believe these restrictions will significantly affect current behaviors too much. Instead, they may help prevent future incompatibility issues and parsing difficulties.

Taking previous examples:

cc @jeronimoalbi @leohhhn @moul @alexiscolin wdyt ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

No branches or pull requests

1 participant