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

URL /test-user/wps3/processes causes a 404-Not-Found #31

Open
njunike opened this issue Dec 5, 2022 · 2 comments
Open

URL /test-user/wps3/processes causes a 404-Not-Found #31

njunike opened this issue Dec 5, 2022 · 2 comments

Comments

@njunike
Copy link

njunike commented Dec 5, 2022

When calling the ADES Rest-api, e.g. /{WORKSPACE_NAME}/wps3/processes, the WORKSPACE_NAME does not support all characters but only a limited subset. So e.g. the URL /test-user/wps3/processes causes a 404-Not-Found while the URL /test_user/wps3/processes works as expected. This seems to be related to the '-' character. Also e.g. '=' causes similar issues.

Is there somewhere a documented list of supported characters?

Especially the character '-' is problematic, as UUIDs are based on this and many systems use UUIDs as user ID. So e.g. COIH provides such IDs and ADES not supporting such IDs as workspace name is very inconvenient.

Observed with ADES V1.2.0

@njunike
Copy link
Author

njunike commented Mar 10, 2023

for a workaround see 17

@rconway
Copy link
Contributor

rconway commented May 8, 2024

Note from @gfenoy...

This is still present in the v1.4 release but can be fixed by modifying the .htaccess content,
which is too restrictive to accept the "-" sign

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

No branches or pull requests

2 participants