Aplication context path

I’ve put in application.properties this line to set context path

server.servlet.context-path=/mypath
Everything is working as expected but when i click logout frpom jmix app it redirects to standard http://localhost:8080/logout page not
http://localhost:8080/mypath/logout how it should be.

What can i do ?
If it is a bug can y give me a temporary solution to do it right ?

Thanks.

Hello,

Thank you for reporting the problem! I’ve created an issue Haulmont/jmix-core#162.

It seems the context-path property is used with camelCase in some cases. As a temporary solution you can add another property to the existing one:

server.servlet.context-path=/mypath
server.servlet.contextPath=/mypath