Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Bug with context-path after upgrade to spring-boot 2.0 #683

Open
hohwille opened this issue Sep 19, 2018 · 3 comments
Open

Bug with context-path after upgrade to spring-boot 2.0 #683

hohwille opened this issue Sep 19, 2018 · 3 comments

Comments

@hohwille
Copy link
Member

After #620 spring boot properties have changed.
So here:


the property server.context-path has to be changed to server.servlet.context-path.
Otherwise the context path will not be properly detected with recent spring-boot and therefore local REST tests may fail.

@maybeec
Copy link
Member

maybeec commented Oct 2, 2018

when are you able to release that, as it is currently blocking my project

@vapadwal
Copy link
Contributor

vapadwal commented Oct 3, 2018

we have raised PR #692 for this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants