[
https://issues.apache.org/jira/browse/HIVE-20685?focusedWorklogId=446669&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-446669
]
ASF GitHub Bot logged work on HIVE-20685:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Jun/20 16:53
Start Date: 16/Jun/20 16:53
Worklog Time Spent: 10m
Work Description: github-actions[bot] closed pull request #444:
URL: https://github.com/apache/hive/pull/444
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 446669)
Time Spent: 20m (was: 10m)
> XmlOutputFormat does not escape all required symbols in case of attribte/text
> -----------------------------------------------------------------------------
>
> Key: HIVE-20685
> URL: https://issues.apache.org/jira/browse/HIVE-20685
> Project: Hive
> Issue Type: Bug
> Reporter: Dmitrii Khekk
> Assignee: Dmitrii Khekk
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Currently it escapes only " and < while & also must be escaped in case of
> attribute/text based on [1].
> At the same time both " and ' are not required to be encoded for case of
> element text while for xml attribute one of them should be depending on
> attribute quote type.
> Also > must be escaped if there is a sequence ]]> inside text or attribute
> value which is not a part of CDATA
> [1] https://www.w3.org/TR/2008/REC-xml-20081126/#syntax
--
This message was sent by Atlassian Jira
(v8.3.4#803005)