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

Openapi Server Object url supports reverse proxy #753

Closed
wants to merge 3 commits into from

Conversation

oursy
Copy link

@oursy oursy commented Jun 29, 2020

# Conflicts:
#	springdoc-openapi-webflux-core/src/main/java/org/springdoc/webflux/api/OpenApiResource.java
#	springdoc-openapi-webmvc-core/src/main/java/org/springdoc/webmvc/api/OpenApiResource.java
@@ -6,7 +6,7 @@
},
"servers": [
{
"url": "http://localhost",
"url": "http://localhost:80",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why in all test results have you added port 80?

@oursy oursy closed this Jul 23, 2020
@oursy oursy deleted the issue-752 branch July 23, 2020 09:18
@oursy
Copy link
Author

oursy commented Jul 23, 2020

This problem will be addressed in Spring Framework, see spring-projects/spring-framework#25270

@bnasslahsen
Copy link
Contributor

Grreat @oursy.

Thank you for sharing the feedback of Spring framework team.

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

Successfully merging this pull request may close these issues.

Openapi Server Object url supports reverse proxy
4 participants