[
https://issues.apache.org/jira/browse/DERBY-2435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Hillegas updated DERBY-2435:
---------------------------------
Attachment: derby-2435-01.diff
Attaching fix: derby-2435-01.diff. This patch does the following:
M java/drda/org/apache/derby/drda/NetworkServerControl.java
Uses PropertyUtil to get the properties.
A
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/SecureServerTest.derby.properties
This is the sample derby.properties which showed this bug. Used by a new test
case.
M
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/SecureServerTest.java
Adds new test case to bring up the server using the sample derby.properties
which showed this bug.
M java/testing/org/apache/derbyTesting/junit/SupportFilesSetup.java
Allows testing files to be copied to specific target file names. Supports
copying of SecureServerTest.derby.properties to derby.properties.
> network server boot fails indicating authentication must be set up even when
> authentication is fully defined in derby.properties
> --------------------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-2435
> URL: https://issues.apache.org/jira/browse/DERBY-2435
> Project: Derby
> Issue Type: Bug
> Components: Network Server, Security
> Affects Versions: 10.3.0.0
> Reporter: Daniel John Debrunner
> Assigned To: Rick Hillegas
> Priority: Critical
> Attachments: derby-2435-01.diff
>
>
> Booting the server using the default to install a security manager fails even
> when the derby.properties is in the current directory with these contents.
> derby.connection.requireAuthentication=true
> derby.authentication.provider=BUILTIN
> derby.user.SA=sapwd
> derby.user.MARY=marypwd
> The documentation on authentication indicates this is the preferred way to
> setup authentication for a server machine.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.