Add textual description to the attributes supported by DataSourceLinkFactory
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 20 Jan 2011 21:00:10 +0000 (21:00 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 20 Jan 2011 21:00:10 +0000 (21:00 +0000)
Correct a typo

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1061511 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml
webapps/docs/config/context.xml

index 6c80dbe..b6c9d61 100644 (file)
         (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>
index c3f37d5..3a41c8c 100644 (file)
     <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>