Uploaded image for project: 'Commons Digester'
  1. Commons Digester
  2. DIGESTER-102

Wildcard matching with "/*"

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.3
    • None
    • None
    • Operating System: other
      Platform: Other

    • 16350

    Description

      Accept /foo/bar/* matches.
      So digester.addBeanPropertySetter("foo/bar/*);

      will work with

      <foo>
      <bar>
      <propertyA>snafu</propertyA>
      <propertyB>snafu</propertyB>
      </bar>
      </foo>

      where propertyA and propertyB are bar Javabean properties.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kelvint@apache.org Kelvin Tan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: