~vcs-imports/tomcat6/trunk

« back to all changes in this revision

Viewing changes to webapps/docs/changelog.xml

  • Committer: markt
  • Date: 2018-05-03 09:14:02 UTC
  • Revision ID: svn-v4:13f79535-47bb-0310-9956-ffa450edef68:tomcat/trunk:1830802
Correct the processing of resources with <injection-target>s defined in web.xml. First look for a match using JavaBean property names and then, only if a match is not found, look for a match using fields.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        annotation. Both now attempt to set the <code>mappedName</code> property
55
55
        of the resource. (markt)
56
56
      </fix>
 
57
      <fix>
 
58
        Correct the processing of resources with
 
59
        <code>&lt;injection-target&gt;</code>s defined in web.xml. First look
 
60
        for a match using JavaBean property names and then, only if a match is
 
61
        not found, look for a match using fields. (markt)
 
62
      </fix>
57
63
    </changelog>
58
64
  </subsection>
59
65
  <subsection name="Coyote">