(markt)
</fix>
<fix>
- <bug>49543</bug> Allow Tomcat to use shared data sources with per
+ <bug>49543</bug>: Allow Tomcat to use shared data sources with per
application credentials. (fhanik)
</fix>
<fix>
<attributes>
<attribute name="username" required="false">
- <p></p>
+ <p><code>username</code> value for the <code>getConnection(username, password)</code>
+ call on the linked global DataSource.
+ </p>
</attribute>
<attribute name="password" required="false">
- <p></p>
+ <p><code>password</code> value for the <code>getConnection(username, password)</code>
+ call on the linked global DataSource.
+ </p>
</attribute>
</attributes>