TransferableHelper: fix annoying assertion "bad pCharClass"
The % must be URI encoded, not acceptable. Change-Id: I1274170275d1a1432fb2f933cbd3c6ee8c35d436
This commit is contained in:
@@ -181,7 +181,7 @@ static ::rtl::OUString ImplGetParameterString( const TransferableObjectDescripto
|
|||||||
pToAccept[nBInd] = sal_False;
|
pToAccept[nBInd] = sal_False;
|
||||||
|
|
||||||
const char aQuotedParamChars[] =
|
const char aQuotedParamChars[] =
|
||||||
"()<>@,;:\\\"/[]?=!#$%&'*+-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ^_`abcdefghijklmnopqrstuvwxyz{|}~. ";
|
"()<>@,;:\\\"/[]?=!#$&'*+-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ^_`abcdefghijklmnopqrstuvwxyz{|}~. ";
|
||||||
|
|
||||||
for ( sal_Int32 nInd = 0; nInd < RTL_CONSTASCII_LENGTH(aQuotedParamChars); ++nInd )
|
for ( sal_Int32 nInd = 0; nInd < RTL_CONSTASCII_LENGTH(aQuotedParamChars); ++nInd )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user