KEYCLOAK-4160
This commit is contained in:
parent
56160ef12b
commit
0cb5ba0f6e
1 changed files with 0 additions and 2 deletions
|
@ -122,7 +122,6 @@ public class StaxParserUtil {
|
|||
*/
|
||||
public static String getAttributeValue(Attribute attribute) {
|
||||
String str = trim(attribute.getValue());
|
||||
str = StringUtil.getSystemPropertyAsString(str);
|
||||
return str;
|
||||
}
|
||||
|
||||
|
@ -224,7 +223,6 @@ public class StaxParserUtil {
|
|||
String str = null;
|
||||
try {
|
||||
str = xmlEventReader.getElementText().trim();
|
||||
str = StringUtil.getSystemPropertyAsString(str);
|
||||
} catch (XMLStreamException e) {
|
||||
throw logger.parserException(e);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue