gwt-eclipse-plugin icon indicating copy to clipboard operation
gwt-eclipse-plugin copied to clipboard

Write a patch for overriding hostname in CodeServer

Open branflake2267 opened this issue 9 years ago • 4 comments

replace var hostName = -bindAddress

branflake2267 avatar Oct 10 '16 05:10 branflake2267

https://github.com/gwtproject/gwt/blob/3a41a8067767965ff72f4e49eb015f587fcfee16/dev/codeserver/java/com/google/gwt/dev/codeserver/LauncherDir.java - replace hostName in template

var hostName = $wnd.location.hostname;

screen shot 2016-10-12 at 9 43 02 am

branflake2267 avatar Oct 12 '16 16:10 branflake2267

https://github.com/gwt-plugins/codeserver - first hack in place

branflake2267 avatar Oct 12 '16 17:10 branflake2267

https://groups.google.com/forum/?fromgroups#!topic/google-web-toolkit-contributors/9LSJJXjxbgc - proposed

branflake2267 avatar Oct 12 '16 17:10 branflake2267

https://gwt-review.googlesource.com/#/c/17180/ - gwt codeserver change

branflake2267 avatar Oct 12 '16 22:10 branflake2267