[
http://issues.apache.org/jira/browse/DERBY-891?page=comments#action_12364932 ]
Daniel John Debrunner commented on DERBY-891:
---------------------------------------------
Myrna and/or Kathey did you run the tests with jars or classes or both? On any
major policy file change I found it was best to run both combinations and in
some cases all four (sane/insane combined with jar/classes).
The only change I question is the removal of this permission from derbynet.jar
- permission java.net.SocketPermission "${csinfo.serverhost}",
"accept,connect";
I would have thought that was needed for remote testing, maybe the intention
was to add it back in a separate patch?
> derby_tests.policy file contains references to csinfo and db2j - should get
> cleaned up
> --------------------------------------------------------------------------------------
>
> Key: DERBY-891
> URL: http://issues.apache.org/jira/browse/DERBY-891
> Project: Derby
> Type: Bug
> Components: Test
> Versions: 10.2.0.0
> Reporter: Myrna van Lunteren
> Assignee: Myrna van Lunteren
> Priority: Trivial
> Attachments: DERBY-891_013106.diff, DERBY-891_013106.stat
>
> The derby_tests.policy file uses references to csinfo and db2j.
> These are left-overs from pre-contribution and rename to apache and should
> get cleaned up.
> I suspect that the db2j references can simply be taken out, but that should
> get double-checked.
> The csinfo references are used in jvm.java. There referenced in the
> testing/README.htm.
> I propose to change the name of these properties as follows:
> csinfo.codejar - URL to the jar files when they are in the classpath
> change to derby.codejar
> csinfo.codeclasses - URL to the classes directory when it is in the classpath
> change to derby.codeclasses
> csinfo.codedir - File location of either csinfo.codejar or csinfo.codejar.
> the comment said : // Only required due to a BUG.
> Need to figure out which 'BUG' that is and document better
> change to derby.codedir
> csinfo.trustedhost
> change to derby.clienthost
> document: - specifies the clients ip address/hostName.
> csinfo.serverhost
> change to derby.serverhost
> document: -Host name or ip where network server is started.
>
--
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