To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79847
User cmc changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Jul 25 16:28:50 +0000
2007 -------
easy peasy,
namespace URLEncoder
{
static std::string encode(const std::string &rIn)
{
- const char *good = "!$&'()*+,-.:[EMAIL PROTECTED]";
+ const char *good = "!$&'()*+,[EMAIL PROTECTED]";
static const char hex[17] = "0123456789ABCDEF";
the original jave urlencode clearly considers ":" to be an unsafe char that
needs escaping, so just remove from the "good" list
fixed in cmcfixes36
---------------------------------------------------------------------
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]