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

[Server] - redirect to index.jsp without sending 404 error code first. #14

Closed
sashasochka opened this issue Oct 23, 2014 · 3 comments
Closed
Milestone

Comments

@sashasochka
Copy link
Member

Currently if user loads anything except '/' or static pages described in wdc-servlet.xml server sends 404 error code and then shows '/' page. But if user loads '/page/home' - it's an invalid query, server shouldn't give 404 error code, it should just show index file. See error message in google chrome

so-q3

@batytskyy
Copy link
Contributor

Did you mean that '/page/home' is a valid query?

@sashasochka
Copy link
Member Author

When client asks for '/page/home' server should respond with 301/302 redirection code instead of 404 error code.

@sashasochka
Copy link
Member Author

It's actually '/home' now, instead of '/page/home'

@sashasochka sashasochka modified the milestone: First release Nov 29, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants