[
https://issues.apache.org/jira/browse/LUCENE-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448541#comment-13448541
]
Greg Bowyer commented on LUCENE-4332:
-------------------------------------
{quote}
permission java.security.SecurityPermission "*", "read,write";
This makes no sense, as SecurityPermission has no "action", so "read,write"
should be ignored. I was restricting SecurityPermission with something in mind
(see the last 2 lines that allowed only the BouncyCastle installed by TIKA -
now everything is allowed). What fails if I remove that line? I have no time to
run the whole pitest suite....
{quote}
You are right on that, I will change it
{quote}
The idea was to find places (especially in TIKA) that do things they should not
do (like enabling security providers), which makes the configuration of J2EE
container hosting Solr hard. So we should limit all this, to see when somebody
adds a "new feature" to Solr that needs additional permissions.
I am already working on restricting "RuntimePermission" more, so only things
like "reflection" and "property access" is allowed.
{quote}
Ok the intention changed a fair bit, I was still under the impression that we
were targeting making this keep tests in a sandbox rather than helping solr
with hosting inside complex J2EE arrangements
> Integrate PiTest mutation coverage tool into build
> --------------------------------------------------
>
> Key: LUCENE-4332
> URL: https://issues.apache.org/jira/browse/LUCENE-4332
> Project: Lucene - Core
> Issue Type: Improvement
> Affects Versions: 4.1, 5.0
> Reporter: Greg Bowyer
> Assignee: Greg Bowyer
> Labels: build
> Attachments:
> LUCENE-4332-Integrate-PiTest-mutation-coverage-tool-into-build.patch,
> LUCENE-4332-Integrate-PiTest-mutation-coverage-tool-into-build.patch,
> LUCENE-4332-Integrate-PiTest-mutation-coverage-tool-into-build.patch,
> LUCENE-4332-Integrate-PiTest-mutation-coverage-tool-into-build.patch
>
>
> As discussed briefly on the mailing list, this patch is an attempt to
> integrate the PiTest mutation coverage tool into the lucene build
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]