We should not be using relative URLs when making HTTP GET requests through RequestBuilder. Their resolution is execution-context-sensitive.

In some browsers, these relative URLs were causing the "Source Code" and "CSS Style" links to return 404 errors.

I've prepended GWT.getModuleBaseURL() to the DST_SOURCE constant to make the URLs for "Source Code" and "CSS Style" absolute.

Review by: jlabanca (TBR)



git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.6@4598 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed