You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2021/03/29 15:43:45 UTC

[daffodil] branch master updated (5289f59 -> 5032694)

This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/daffodil.git.


    from 5289f59  Fix hang caused by a zero-length first separated infix element
     add 5032694  Improve detection of disallowed entities in property values

No new revisions were added by this update.

Summary of changes:
 .../org/apache/daffodil/cookers/Cookers.scala      |   2 +-
 .../apache/daffodil/cookers/EntityReplacer.scala   | 136 +++++++++++----------
 .../apache/daffodil/processors/EvDelimiters.scala  |   6 +-
 .../daffodil/section06/entities/Entities.tdml      |   2 +-
 .../daffodil/section06/entities/entities_01.tdml   |   8 +-
 .../DelimiterPropertiesUnparse.tdml                |   6 +-
 .../section13/nillable/literal-character-nils.tdml |   4 +-
 .../text_number_props/TextNumberProps.tdml         |  18 +--
 .../text_number_props/TextNumberPropsUnparse.tdml  |  10 +-
 9 files changed, 102 insertions(+), 90 deletions(-)
 mode change 100644 => 100755 daffodil-lib/src/main/scala/org/apache/daffodil/cookers/EntityReplacer.scala