See: http://article.gmane.org/gmane.comp.web.ezcomponents.devel/4089
for the rationale
Operating System: PHP Version: (please be specific, like '4.4.3' or '5.1.5') Database and version: Browser (and version):
No attachments for this issue.
Some notes on this. First of all, HTTP isn't supposed to support this at all (http://tools.ietf.org/html/rfc2616#section-15.5). But it's widely implemented. The RFC it points to (http://tools.ietf.org/html/rfc2183) which refers to RFC 2184 (http://tools.ietf.org/html/rfc2184), which is updated by RFC 2231 (http://tools.ietf.org/html/rfc2231). To keep things simple, we will only support UTF-8 encoded strings for the filename part. We will also not implement continuations as is outlined in http://tools.ietf.org/html/rfc2231#section-3 or setting of the language option as described in http://tools.ietf.org/html/rfc2231#section-4 (although we will implement the character set setting here to convey UTF-8 as character set).
Fixed in rev. 10085.
No links for this issue.