-
Notifications
You must be signed in to change notification settings - Fork 21
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
Absolute full path as modelURI causes error #72
Comments
- Fixes #71: Process incoming requests after server configuration is completed - Make ModelServerRouting configurable via DI - Enhance logging of request routing - Change some log lines to debug level - Change default debug level to DEBUG - Fixes #72: Absolute full path as modelURI causes error Signed-off-by: Nina Doschek <ndoschek@eclipsesource.com>
@ndoschek Sorry, but it looks like this issue fixed absolute path for linux but broke it for windows. Here is what my uri looks like and the various values of interest. I'm not sure what's the best fix here working for both linux and windows. Could you try and adapt this method to work with both URI patterns ? |
After second though, I'm also concerned with what may happen to non-file URIs... like a platform:/resource/ or cdo:// URI (which is absolute). |
Please review #80 to ensure it is compatible with the linux use case. |
Thank you very much for raising the issue, I'm sorry I didn't think of the windows use case here. |
Using an absolute full path like
file:///home/destination/file.coffee
leads to the following error:The text was updated successfully, but these errors were encountered: