CWS-TOOLING: integrate CWS jl153_OOO330
This commit is contained in:
@@ -149,7 +149,7 @@ namespace XmlSec
|
||||
*/
|
||||
#ifdef WNT
|
||||
vector< pair< OUString, OUString> > parseDN(const OUString& rRawString)
|
||||
{
|
||||
{
|
||||
vector< pair<OUString, OUString> > retVal;
|
||||
bool bInEscape = false;
|
||||
bool bInValue = false;
|
||||
@@ -197,7 +197,7 @@ vector< pair< OUString, OUString> > parseDN(const OUString& rRawString)
|
||||
bInEscape = false;
|
||||
}
|
||||
}
|
||||
else if (c == ',')
|
||||
else if (c == ',' || c == '+')
|
||||
{
|
||||
//The comma separate the attribute value pairs.
|
||||
//If the comma is not part of a value (the value would then be enclosed in '"'),
|
||||
@@ -292,7 +292,7 @@ vector< pair< OUString, OUString> > parseDN(const OUString& rRawString)
|
||||
bInEscape = false;
|
||||
}
|
||||
}
|
||||
else if (c == ',')
|
||||
else if (c == ',' || c == '+')
|
||||
{
|
||||
//The comma separate the attribute value pairs.
|
||||
//If the comma is not part of a value (the value would then be enclosed in '"'),
|
||||
|
@@ -107,7 +107,7 @@ findTypeInDN(const OUString& rRawString, const OUString& sTypeName)
|
||||
bInEscape = false;
|
||||
}
|
||||
}
|
||||
else if (c == ',')
|
||||
else if (c == ',' || c == '+')
|
||||
{
|
||||
//The comma separate the attribute value pairs.
|
||||
//If the comma is not part of a value (the value would then be enclosed in '"'),
|
||||
|
BIN
xmlsecurity/test_docs/certs/end_certs/User_32_Root_11.crt
Executable file
BIN
xmlsecurity/test_docs/certs/end_certs/User_32_Root_11.crt
Executable file
Binary file not shown.
BIN
xmlsecurity/test_docs/certs/end_certs/User_33_Root_11.crt
Executable file
BIN
xmlsecurity/test_docs/certs/end_certs/User_33_Root_11.crt
Executable file
Binary file not shown.
BIN
xmlsecurity/test_docs/certs/end_certs/User_34_Root_11.crt
Executable file
BIN
xmlsecurity/test_docs/certs/end_certs/User_34_Root_11.crt
Executable file
Binary file not shown.
BIN
xmlsecurity/test_docs/certs/p12/Root_11.p12
Normal file
BIN
xmlsecurity/test_docs/certs/p12/Root_11.p12
Normal file
Binary file not shown.
BIN
xmlsecurity/test_docs/certs/p12/User_32_Root_11.p12
Normal file
BIN
xmlsecurity/test_docs/certs/p12/User_32_Root_11.p12
Normal file
Binary file not shown.
BIN
xmlsecurity/test_docs/certs/p12/User_33_Root_11.p12
Normal file
BIN
xmlsecurity/test_docs/certs/p12/User_33_Root_11.p12
Normal file
Binary file not shown.
BIN
xmlsecurity/test_docs/certs/p12/User_34_Root_11.p12
Normal file
BIN
xmlsecurity/test_docs/certs/p12/User_34_Root_11.p12
Normal file
Binary file not shown.
BIN
xmlsecurity/test_docs/documents/dn_multivalue_rdn.odt
Executable file
BIN
xmlsecurity/test_docs/documents/dn_multivalue_rdn.odt
Executable file
Binary file not shown.
BIN
xmlsecurity/test_docs/documents/dn_single_multivalue_rdn.odt
Executable file
BIN
xmlsecurity/test_docs/documents/dn_single_multivalue_rdn.odt
Executable file
Binary file not shown.
BIN
xmlsecurity/test_docs/documents/dn_single_multivalue_rdn_with_quoting.odt
Executable file
BIN
xmlsecurity/test_docs/documents/dn_single_multivalue_rdn_with_quoting.odt
Executable file
Binary file not shown.
BIN
xmlsecurity/test_docs/test_description.odt
Executable file → Normal file
BIN
xmlsecurity/test_docs/test_description.odt
Executable file → Normal file
Binary file not shown.
Reference in New Issue
Block a user