-
Notifications
You must be signed in to change notification settings - Fork 173
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
gretty.baseURI returns 0.0.0.0:8080 instead of localhost:8080 for Jetty9 server #160
Comments
I'll have a look at the problem. |
I confirm, it is localhost under tomcat7 and 0.0.0.0 under jetty9. Looking further... |
Fixed in Gretty 1.2.1-SNAPSHOT. |
Gretty release 1.2.1 is out, please test. |
Hello, This is working correctly. Thanks for the quick response! |
Not working correctly? Could you, please, give more details? |
Woops, sorry! Monday morning... :) |
I'm happy to hear that 👍 |
Hello,
I'm writing some IntegrationTests and I noticed that the gretty.baseURI variable changed from returning http://localhost:8080 when using tomcat7 to http://0.0.0.0:8080 when using jetty9.
Using open("/") correctly returns http://localhost:8080/
Not sure if this is intended? Or a bug? Or related to configuration on my side? I couldn't find any similar topics on this problem, hence this post.
Thanks,
Joachim
The text was updated successfully, but these errors were encountered: