Andreas wrote:
there is also
http://www.estofex.org/cgi-bin/polygon/showforecast.cgi?listvalid=yes
The map images on that page give a 30x redirect. If I select "isolate image", dillo sends GET /forecasts/tempmap/2010022606_201002241505_1_stormforecast.xml.png%20 HTTP/1.1
The Location: URL in the 30x HTTP-Header contains a trailing whitespace as an additional problem, Is dillo wrong here or is the server side wrong? Common sense says that spaces should be ignored.
Dillo is wrong. In RFC 2616, section 4.2: The field-content does not include any leading or trailing LWS: linear white space occurring before the first non-whitespace character of the field-value or after the last non-whitespace character of the field-value. Such leading or trailing LWS MAY be removed without changing the semantics of the field value. I'll fix this.