[
https://issues.apache.org/jira/browse/DERBY-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500445
]
Daniel John Debrunner commented on DERBY-2738:
----------------------------------------------
jdbcapi.AuthenticationTest has a comment with this bug number where the
isReadOnly call is only asserted for embedded.
> Connection.isReadOnly() returns false for network client when connection is
> read-only due to connection level authorization.
> ----------------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-2738
> URL: https://issues.apache.org/jira/browse/DERBY-2738
> Project: Derby
> Issue Type: Bug
> Components: Network Client, Security
> Affects Versions: 10.1.1.0, 10.1.2.1, 10.1.3.1, 10.2.1.6, 10.2.2.0,
> 10.3.0.0
> Reporter: Daniel John Debrunner
> Priority: Minor
>
> If a user has been set to read-only status using connection level
> authorization (e.g. is listed in derby.database.readOnlyAccessUsers) then
> embedded will return true for Connection.isReadOnly() but network server
> returns false.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.