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

Document that DispatcherServletPath is required in case of custom dispatcher servlet arrangement #14145

Closed
snicoll opened this issue Aug 20, 2018 · 2 comments
Assignees
Labels
type: documentation A documentation update
Milestone

Comments

@snicoll
Copy link
Member

snicoll commented Aug 20, 2018

DispatcherServletPath is not documented in the ref guide and this section of the ref guide looks outdated.

@ltorzynski
Copy link

@snicoll - what about registration of DispatcherServlet for more than one separate "paths" in Spring Boot application ? In 1.5.X it was possible simply using f.ex ServletRegistrationBean.addUrlMappings" method. Now using DispatcherServletRegistrationBean that is not possible anymore (single path parameter) How to migrate existing 1.5 Spring Boot application to 2.0.X having such requirement ?

@snicoll
Copy link
Member Author

snicoll commented Aug 21, 2018

This doesn't change anything and I've already indicated you don't have to use DispatcherServletRegistrationBean. As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements. I've already suggested to join us on Gitter to discuss your use case.

@snicoll snicoll modified the milestones: 2.0.x, 2.0.5 Aug 24, 2018
@snicoll snicoll self-assigned this Aug 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

No branches or pull requests

2 participants