[
https://issues.apache.org/jira/browse/DERBY-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482823
]
A B commented on DERBY-2264:
----------------------------
FYI, the *.-6.diff patch does not compile in my environment:
[javac] symbol : variable JDBC
[javac] location: class
org.apache.derbyTesting.functionTests.tests.jdbcapi.DboPowersTest
[javac] if (!JDBC.vmSupportsJSR169()) {
Looks like it's just missing the JDBC import. Also, might be nice to add a
comment explaining *why* the encryption tests are not running with JSR169 (so
that people who are wondering later on can figure it out without having to
search Jira and/or svn commit messages...).
I added the missing import locally and ran the test with weme6.1:
Time: 11.867
OK (5 tests)
If this looks right then could you post another patch with the "import" and
associated comment(s)? Then I can either commit the patch, or you can use your
new committer privileges to do it yourself :)
Thank you for taking the time to address this follow-up issue.
> Restrict shutdown, upgrade, and encryption powers to the database owner
> -----------------------------------------------------------------------
>
> Key: DERBY-2264
> URL: https://issues.apache.org/jira/browse/DERBY-2264
> Project: Derby
> Issue Type: New Feature
> Components: Security, SQL
> Reporter: Rick Hillegas
> Assigned To: Dag H. Wanvik
> Attachments: dbaPowers.html, dbaPowers.html, DERBY-2264-1.diff,
> DERBY-2264-1.stat, DERBY-2264-2.diff, DERBY-2264-2.stat, DERBY-2264-3.diff,
> DERBY-2264-3.stat, DERBY-2264-4.diff, DERBY-2264-4.stat, DERBY-2264-5.diff,
> DERBY-2264-5.stat, DERBY-2264-6.diff, DERBY-2264-6.stat, encrypt-1b.sql,
> encrypt-2.sql, encrypt-3.sql
>
>
> This JIRA separates out the database-owner powers from the system privileges
> in the master security JIRA DERBY-2109. Restrict the following powers to the
> database owner for the moment: shutdown, upgrade, and encryption.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.