-
Notifications
You must be signed in to change notification settings - Fork 321
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
Tide logging issue with nested routes — needs investigation #551
Comments
This is my nested route:
and i am requesting to "school/720917/teachers" and logging is:
but its saying that response of requesting to "/720917/teachers" is okey. And when i tried requesting same route log says:
Which its true because there is no route with "/720917/teachers". But logging says its okey. It should not requesting but if it was about requesting, it should response 404. Sorry for bad language, not native speaker here. |
Related: #396 |
Fixes http-rs#396 http-rs#476 http-rs#551 in that it removes the default logging and cookies middlewares from `Server::with_state()` and allows users to use their own middlewares, or use the default ones from the framework by calling `with_cookies()` and/or `with_logging()` on the server instance.
Fixes http-rs#396 http-rs#476 http-rs#551 in that it removes the default logging and cookies middlewares from `Server::with_state()` and allows users to use their own middlewares, or use the default ones from the framework by calling `with_cookies()` and/or `with_logging()` on the server instance.
Fixes http-rs#396 http-rs#476 http-rs#551 in that it removes the default logging and cookies middlewares from `Server::with_state()` and allows users to use their own middlewares, or use the default ones from the framework by calling `with_cookies()` and/or `with_logging()` on the server instance.
Fixes http-rs#396 http-rs#476 http-rs#551 in that it removes the default logging and cookies middlewares from `Server::with_state()` and allows users to use their own middlewares, or use the default ones from the framework by calling `with_cookies()` and/or `with_logging()` on the server instance.
Fixes http-rs#396 http-rs#476 http-rs#551 in that it removes the default logging and cookies middlewares from `Server::with_state()` and allows users to use their own middlewares, or use the default ones from the framework by calling `with_cookies()` and/or `with_logging()` on the server instance.
Fixes http-rs#396 http-rs#476 http-rs#551 in that it removes the default logging and cookies middlewares from `Server::with_state()` and allows users to use their own middlewares, or use the default ones from the framework by calling `with_cookies()` and/or `with_logging()` on the server instance.
Fixes http-rs#396 http-rs#476 http-rs#551 in that it removes the default logging and cookies middlewares from `Server::with_state()` and allows users to use their own middlewares, or use the default ones from the framework by calling `with_cookies()` and/or `with_logging()` on the server instance.
Fixes http-rs#396 http-rs#476 http-rs#551 in that it removes the default logging and cookies middlewares from `Server::with_state()` and allows users to use their own middlewares, or use the default ones from the framework by calling `with_cookies()` and/or `with_logging()` on the server instance.
No description provided.
The text was updated successfully, but these errors were encountered: