[
https://issues.apache.org/jira/browse/DERBY-2757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Hillegas updated DERBY-2757:
---------------------------------
Attachment: derby-2757-01.diff
Attaching derby-2757-01.diff, which removes the flunking of the server boot
when authentication is not enabled. Committed at subversion revision 544934.
Touches the following files:
M java/drda/org/apache/derby/drda/NetworkServerControl.java
M
java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/SecureServerTest.java
> Do not require authentication when bringing up a security manager for the
> network server
> ----------------------------------------------------------------------------------------
>
> Key: DERBY-2757
> URL: https://issues.apache.org/jira/browse/DERBY-2757
> Project: Derby
> Issue Type: Improvement
> Components: Network Server, Security
> Affects Versions: 10.3.0.0
> Reporter: Rick Hillegas
> Priority: Blocker
> Fix For: 10.3.0.0
>
> Attachments: derby-2757-01.diff, releaseNote.html
>
>
> DERBY-2196 brings up a security manager--if the user forgot to install
> one--when the network server is booted. DERBY-2196 requires that
> authentication be enabled when bringing up a security manager. If
> authentication is not enabled, then the server fails to boot and, instead,
> prints out a diagnostic advising the user to enable authentication, and, if
> that is not possible, boot the server with the -noSecurityManager option.
> This creates an incompatibility for applications upgrading from previous
> Derby releases. Despite the advice in Derby user guides, customers do boot
> the network server without enabling authentication. This incompatibility is
> discussed in the email thread
> http://www.nabble.com/forum/Search.jtp?forum=105&local=y&query=SecurityManager+incompatibility
> This JIRA removes the requirement that authentication be enabled when the
> server brings up a security manager.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.