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

Lazy engine doesn't handle query params properly #102

Closed
nightire opened this issue Jun 4, 2020 · 0 comments
Closed

Lazy engine doesn't handle query params properly #102

nightire opened this issue Jun 4, 2020 · 0 comments

Comments

@nightire
Copy link

nightire commented Jun 4, 2020

I stumbled upon that the lazy engine cannot handle the query params very well.

For example, a host app mounted an engine as blog, so /blog will load this engine lazily. Then:

  1. If we input /blog?foo=123 directly, BlogController.foo will be null, but it should be 123.
  2. If we transition to /blog?foo=123 from the host app, then BlogController.foo will be 123.

Not sure if this is a bug or intentional.

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