GNOME Bugzilla – Bug 136186
Not translating URL for forecast to lowercase
Last modified: 2004-12-22 21:47:04 UTC
Using 2.5.6-1 rpm from fedora core 2 test 1 the applet is sending to http://weather.noaa.gov/pub/data/forecasts/zone/ with the state and zone name in upper case. It gets back a 404 Not Found. The web server is case sensitive. The url must be all lower case.
That's pretty nasty. Thanks for tracking down the specific cause of the bug, Bill.
Created attachment 25181 [details] [review] Fixes a memory leak and makes the forecast work.
Thanks a lot Chris for patching this and Bill thanks for reporting great work! ______ 2004-03-05 Dennis Smit <ds@nerds-incorporated.org> Submitting patch by: Chris Lahey <clahey@rigger.boston.ximian.com> * weather.c (iwin_start_open): This was not using the return value of g_ascii_strdown which allocates a new value. Fixes bug #136186.