From 2ab9438c7b298d9cc09b0a9a6bdeacbc6c4c3a21 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Thu, 20 Jan 2011 21:00:10 +0000 Subject: [PATCH] Add textual description to the attributes supported by DataSourceLinkFactory Correct a typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1061511 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 2 +- webapps/docs/config/context.xml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 6c80dbe06..b6c9d614b 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -224,7 +224,7 @@ (markt) - 49543 Allow Tomcat to use shared data sources with per + 49543: Allow Tomcat to use shared data sources with per application credentials. (fhanik) diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml index c3f37d5ca..3a41c8c92 100644 --- a/webapps/docs/config/context.xml +++ b/webapps/docs/config/context.xml @@ -1020,11 +1020,15 @@ -

+

username value for the getConnection(username, password) + call on the linked global DataSource. +

-

+

password value for the getConnection(username, password) + call on the linked global DataSource. +

-- 2.11.0