You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restlet doesn't seem to support the encoding and decoding of non-ascii
characters in http headers; at least not with the 2.2.3 release that
we're using. The encoding of such characters is covered by RFC 5987 and
RFC 6266. Is this already supported by 2.3.1? If not, any chance it can
be added? I'm specifically looking for a way to encode non-ascii
filenames in Content-Disposition headers. An overview of browser support
for this encoding can be found at http://greenbytes.de/tech/tc2231/.