wiki:ReleaseNotes/1.4.1

Bug fixes.

Fixes QuickTime Streaming: an extraneous CRLF sequence was added when sending http headers when GlimmerBlocker in advanced knew that the connection could not use keep-alive. Reported by Dominic Wäsch and Matthias Wallner.

Fix problem with uploads to MobileMe/iDisk which takes a long time. The upload would cancel because GlimmerBlocker would timeout waiting for a reply from the server when it was still sending the file. Reported by Andreas Maks.

Fix of keep-alive bug: if server said keep-alive was valid for 45 seconds, GlimmerBlocker would reuse the connection only in the next 45 milliseconds. This would make some sites slower.

Don't use keep-alive on an http-server connection when the full request body has not been read. This can happen when an upload is denied by the server, and GlimmerBlocker would try interpret the file as an http request.

Installer script: Better diagnostics for non-working java installations and permission problems on e.g. /Library/PreferencePanes?. Thanks to Scott Collins for extensive testing.

Don't change content-type to text/html when a transform script has modified the content. This made it impossible to change javascripts without having Safari receive it as text/html, which it then would ignore and still use it as a script, but it was still wrong. If rule authors change the content-type, they must explicit set the content-type.

New feature for filter authors:

Allow request scripts to set the 'Accept-Encoding' header to one of: null, empty string or (exactly) 'gzip'. No other values are allowed as GlimmerBlocker must be able to decode the response.

Release date

Version 1.4.1 was released 2009-09-13.

Release notes for 1.4 and list of all release notes.