To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114600


User sb changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|sb                        |mav
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Mon Sep 20 13:52:49 +0000 
2010 -------
Apparently a regression introduced with the fix for issue 106861. 
<http://hg.services.openoffice.org/cws/sw321bf01/rev/02b1fd6f2c08> uses
rtl::Uri::encode to encode a MIME parameter value in a broken way.  For one, the
calling code claims that '%' need not be encoded, which can never be true for
URI syntax (hence the failed assertion).  And for another, the calling code also
claims that '"' need not be encoded, which clearly conflicts with the clients'
use of quoted-string to encode the MIME parameter value.  Additionally, it looks
odd to put a protocol of URI-style--encoding a parameter value on top of MIME
instead of using RFC 2184 conventions directly.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to