Rajeev Dayal
unread,Jun 25, 2007, 1:36:29 PM6/25/07Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Joel Webber, Google Web Toolkit Contributors
Hi Joel,
I'd like you to review this patch to fix issue #1147. To apply this patch, navigate to the trunk and type the following commands:
svn update -r1198
patch -p0 < issue1147-r1198.patch
Description of the issue:
There were some references to "clear.cache.gif" that did not have GWT.getModuleBaseURL() prepended to them. This caused problems when the host page path did not match the module's script path.
Found by: martin.portmann, scottb
Thanks,
Rajeev