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

Use PATH_INFO instead of request URI #4

Closed
radu-matei opened this issue Feb 17, 2022 · 1 comment
Closed

Use PATH_INFO instead of request URI #4

radu-matei opened this issue Feb 17, 2022 · 1 comment

Comments

@radu-matei
Copy link
Member

The URI field in a request in Spin now contains the absolute path of the URI, which means it can no longer be used reliably to select files (if the application has a base path, or if the component defines complex routes).

The PATH_INFO header should be used for this instead.

@radu-matei
Copy link
Member Author

fixed by #5

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

1 participant