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

ManagedService path ignores application.context parameter #41

Open
umbreak opened this issue Dec 1, 2016 · 1 comment
Open

ManagedService path ignores application.context parameter #41

umbreak opened this issue Dec 1, 2016 · 1 comment

Comments

@umbreak
Copy link

umbreak commented Dec 1, 2016

Hello,

@ManagedService(path = "/ws/agent/{id}")
public class UserSocketActor {
    // Something else
}

This works as expected. However, if you set the configuration property application.context that won't work.

application.context defines a prefix path for all requests to that application. It looks like your ManagerdService path ignores it.

Can this be changed somehow, to be relative to the context?

@jfarcand
Copy link
Member

jfarcand commented Dec 1, 2016

@umbreak Contribution welcomed...I have no cycle to work on the project but I can always review and integrate pull request.

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

No branches or pull requests

2 participants