(This issue is GWT specific and has nothing to do with the Maps API, but I monitor both groups, so I'll just answer here)
You will always get this warning in hosted mode, unless you start the hosted mode shell with the -whitelist argument set with the URLs you wish to allow through. GWTShell [-port port-number | "auto"] [-noserver] [-whitelist whitelist-string] [-blacklist blacklist-string] [-logLevel level] [-gen dir] [-out dir] [-style style] [-ea] [url] where -port Runs an embedded Tomcat instance on the specified port (defaults to 8888) -noserver Prevents the embedded Tomcat server from running, even if a port is specified -whitelist Allows the user to browse URLs that match the specified regexes (comma or space separated) -blacklist Prevents the user browsing URLs that match the specified regexes (comma or space separated) -logLevel The level of logging detail: ERROR, WARN, INFO, TRACE, DEBUG, SPAM, or ALL -gen The directory into which generated files will be written for review -out The directory to write output files into (defaults to current) -style Script output style: OBF[USCATED], PRETTY, or DETAILED (defaults to OBF) -ea Debugging: causes the compiled output to check assert statements. and url Automatically launches the specified URL On Mon, Nov 3, 2008 at 3:39 AM, jagadesh <[EMAIL PROTECTED]>wrote: > > Hi Guys , > > I Was Getting This Sort Of Warning When I Maps In My Application. > I Checked All The WhiteList , BlackList as said in the Gwt > Documentation. Still i receive the warning. > > Any Helps , > > [WARN] Confirmation was required to visit untrusted URL: ' > http://maps.google.com/intl/en_ALL/mapfiles/132e/maps2.api/hosted.htm... > [WARN] reason: > http://maps.google.com/intl/en_ALL/mapfiles/132e/maps2.api/hosted.htm... > not in the whitelist > [WARN] To fix: add regex matching URL to -whitelist command line > argument > [WARN] Example: -whitelist=" ^http[:][/][/]maps[.]google[.]com" > To reject automatically: add regex matching URL to -blacklist command > line > argument > Example: -blacklist=" ^http[:][/][/]maps[.]google[.]com" > Example: -blacklist=" ^http[:][/][/]maps[.]google[.]com" > > http://maps.google.com/intl/en_ALL/mapfiles/132e/maps2.api/hosted.htm... > not in the whitelist > > > > -- Eric Z. Ayers - GWT Team - Atlanta, GA USA http://code.google.com/webtoolkit/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
