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

JBIDE-20107 - Browser connects on port 8080 instead of livereload cus… #94

Merged
merged 1 commit into from
Jun 17, 2015
Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Jun 17, 2015

…tom port

@xcoulon xcoulon merged commit 03aafd3 into jbosstools:master Jun 17, 2015
*/
@Override
protected String filterResponseHeader(HttpServletRequest request, String headerName, String headerValue) {
if("Location".equals(headerName)) {
Copy link
Member

Choose a reason for hiding this comment

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

what if the server actually does a redirect to different external server ? should that not be honored ?

Copy link
Member Author

Choose a reason for hiding this comment

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

you were right about that.

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.

None yet

2 participants