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

Problem with concurrence #144

Open
AntonioCastroRuiz opened this issue Jun 28, 2018 · 4 comments
Open

Problem with concurrence #144

AntonioCastroRuiz opened this issue Jun 28, 2018 · 4 comments

Comments

@AntonioCastroRuiz
Copy link

Hi me and a partner have been using your ProxyServlet to do a proyect and we had a problem with concurrence. This problem was that when we did simultaneuos request to the same instance of your ProxyServlet the information of the Service's HttpServletRequest was overwritten. We fixed it sychronizing service method. I hope you find this useful and thanks for this ProxyServlet.

@dsmiley
Copy link
Collaborator

dsmiley commented Jun 28, 2018

Wow that's bizarre. What servlet engine are you using -- might that be the culprit? The concurrency of the servlet is largely delegated to the library the servlet uses -- Apache HttpClient, which to the best of my knowledge is thread-safe.

@dsmiley
Copy link
Collaborator

dsmiley commented Jun 28, 2018

Please mention which proxy servlet version & httpclient version as well.

@AntonioCastroRuiz
Copy link
Author

AntonioCastroRuiz commented Jun 29, 2018

We are using 1.10 version of ProxyServlet and the class HttpClient version 4.5.3

@svenwb
Copy link

svenwb commented Oct 24, 2018

Hi, are there any updates on that issue? We are having a similar issue, but unfortunately it is hard to reproduce.

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

3 participants