Make UserAuthenticator javadoc mention clearly about what is passed in userName
in authenticateUser
----------------------------------------------------------------------------------------------------
Key: DERBY-1071
URL: http://issues.apache.org/jira/browse/DERBY-1071
Project: Derby
Type: Task
Components: Javadoc
Versions: 10.0.2.0, 10.0.2.1, 10.1.1.0, 10.1.1.1, 10.1.1.2, 10.1.2.0,
10.1.2.1, 10.1.2.2, 10.2.0.0
Environment: All
Reporter: Sunitha Kambhampati
Assigned to: Sunitha Kambhampati
Priority: Trivial
Fix For: 10.2.0.0
Usernames passed to the UserAuthenticator#authenticateUser are passed as is
from the connection url. If the user name passed in has delimited quotes, then
derby retains the delimiter quotes and passes it to
UserAuthenticator#authenticateUser.
Javadoc for this method should mention this explicitly so users can write their
authentication modules correctly.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira