You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "András Belicza (JIRA)" <ji...@apache.org> on 2008/08/12 04:48:44 UTC

[jira] Created: (HARMONY-5944) Progress on policytool

Progress on policytool
----------------------

                 Key: HARMONY-5944
                 URL: https://issues.apache.org/jira/browse/HARMONY-5944
             Project: Harmony
          Issue Type: New Feature
          Components: JDK
         Environment: Should run in all environments.
            Reporter: András Belicza


Changes since: https://issues.apache.org/jira/browse/HARMONY-5912 

-PermissionEditFormDialog is now complete (ok button handling, Permission string representation for the Permission LAE).
-All types of policy entry and Permission and Principal can produce its policy text representation.
-GraphicalEditorPanel can now produce the policy text of the graphically edited policy content
  based on the policy representations of the policy entries.
  The Graphical editor panel  ===>  Direct editor panel switching now carries through the policy text.
-I started the PolicyTextParser which is responsible to produce the policy entry list when loading a new policy file
 and to parse the policy text when we switch from direct editor to graphical editor.
 Not yet ready, but can already parse comment entries, keystore and keystore password url entries.
 Grant entries are still to go.
-PolicyEntry model classes no longer contain the setText() method, its functionality is refactored to the PolicyTextParser.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-5944) Progress on policytool

Posted by "Sian January (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sian January reassigned HARMONY-5944:
-------------------------------------

    Assignee: Sian January

> Progress on policytool
> ----------------------
>
>                 Key: HARMONY-5944
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5944
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>         Environment: Should run in all environments.
>            Reporter: András Belicza
>            Assignee: Sian January
>             Fix For: 5.0M7
>
>         Attachments: policytool 2008-08-12.patch
>
>
> Changes since: https://issues.apache.org/jira/browse/HARMONY-5912 
> -PermissionEditFormDialog is now complete (ok button handling, Permission string representation for the Permission LAE).
> -All types of policy entry and Permission and Principal can produce its policy text representation.
> -GraphicalEditorPanel can now produce the policy text of the graphically edited policy content
>   based on the policy representations of the policy entries.
>   The Graphical editor panel  ===>  Direct editor panel switching now carries through the policy text.
> -I started the PolicyTextParser which is responsible to produce the policy entry list when loading a new policy file
>  and to parse the policy text when we switch from direct editor to graphical editor.
>  Not yet ready, but can already parse comment entries, keystore and keystore password url entries.
>  Grant entries are still to go.
> -PolicyEntry model classes no longer contain the setText() method, its functionality is refactored to the PolicyTextParser.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-5944) Progress on policytool

Posted by "Sian January (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sian January closed HARMONY-5944.
---------------------------------


> Progress on policytool
> ----------------------
>
>                 Key: HARMONY-5944
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5944
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>         Environment: Should run in all environments.
>            Reporter: András Belicza
>            Assignee: Sian January
>             Fix For: 5.0M7
>
>         Attachments: policytool 2008-08-12.patch
>
>
> Changes since: https://issues.apache.org/jira/browse/HARMONY-5912 
> -PermissionEditFormDialog is now complete (ok button handling, Permission string representation for the Permission LAE).
> -All types of policy entry and Permission and Principal can produce its policy text representation.
> -GraphicalEditorPanel can now produce the policy text of the graphically edited policy content
>   based on the policy representations of the policy entries.
>   The Graphical editor panel  ===>  Direct editor panel switching now carries through the policy text.
> -I started the PolicyTextParser which is responsible to produce the policy entry list when loading a new policy file
>  and to parse the policy text when we switch from direct editor to graphical editor.
>  Not yet ready, but can already parse comment entries, keystore and keystore password url entries.
>  Grant entries are still to go.
> -PolicyEntry model classes no longer contain the setText() method, its functionality is refactored to the PolicyTextParser.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-5944) Progress on policytool

Posted by "András Belicza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

András Belicza updated HARMONY-5944:
------------------------------------

    Attachment: policytool 2008-08-12.patch

Patch file containing the changes.

> Progress on policytool
> ----------------------
>
>                 Key: HARMONY-5944
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5944
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>         Environment: Should run in all environments.
>            Reporter: András Belicza
>         Attachments: policytool 2008-08-12.patch
>
>
> Changes since: https://issues.apache.org/jira/browse/HARMONY-5912 
> -PermissionEditFormDialog is now complete (ok button handling, Permission string representation for the Permission LAE).
> -All types of policy entry and Permission and Principal can produce its policy text representation.
> -GraphicalEditorPanel can now produce the policy text of the graphically edited policy content
>   based on the policy representations of the policy entries.
>   The Graphical editor panel  ===>  Direct editor panel switching now carries through the policy text.
> -I started the PolicyTextParser which is responsible to produce the policy entry list when loading a new policy file
>  and to parse the policy text when we switch from direct editor to graphical editor.
>  Not yet ready, but can already parse comment entries, keystore and keystore password url entries.
>  Grant entries are still to go.
> -PolicyEntry model classes no longer contain the setText() method, its functionality is refactored to the PolicyTextParser.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-5944) Progress on policytool

Posted by "András Belicza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621678#action_12621678 ] 

András Belicza commented on HARMONY-5944:
-----------------------------------------

I left out the following change:

-Graphical editing panel is disabled when invalid policy text is entered/loaded.

> Progress on policytool
> ----------------------
>
>                 Key: HARMONY-5944
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5944
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>         Environment: Should run in all environments.
>            Reporter: András Belicza
>         Attachments: policytool 2008-08-12.patch
>
>
> Changes since: https://issues.apache.org/jira/browse/HARMONY-5912 
> -PermissionEditFormDialog is now complete (ok button handling, Permission string representation for the Permission LAE).
> -All types of policy entry and Permission and Principal can produce its policy text representation.
> -GraphicalEditorPanel can now produce the policy text of the graphically edited policy content
>   based on the policy representations of the policy entries.
>   The Graphical editor panel  ===>  Direct editor panel switching now carries through the policy text.
> -I started the PolicyTextParser which is responsible to produce the policy entry list when loading a new policy file
>  and to parse the policy text when we switch from direct editor to graphical editor.
>  Not yet ready, but can already parse comment entries, keystore and keystore password url entries.
>  Grant entries are still to go.
> -PolicyEntry model classes no longer contain the setText() method, its functionality is refactored to the PolicyTextParser.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-5944) Progress on policytool

Posted by "András Belicza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622092#action_12622092 ] 

András Belicza commented on HARMONY-5944:
-----------------------------------------

It was applied as I expected.

> Progress on policytool
> ----------------------
>
>                 Key: HARMONY-5944
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5944
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>         Environment: Should run in all environments.
>            Reporter: András Belicza
>            Assignee: Sian January
>             Fix For: 5.0M7
>
>         Attachments: policytool 2008-08-12.patch
>
>
> Changes since: https://issues.apache.org/jira/browse/HARMONY-5912 
> -PermissionEditFormDialog is now complete (ok button handling, Permission string representation for the Permission LAE).
> -All types of policy entry and Permission and Principal can produce its policy text representation.
> -GraphicalEditorPanel can now produce the policy text of the graphically edited policy content
>   based on the policy representations of the policy entries.
>   The Graphical editor panel  ===>  Direct editor panel switching now carries through the policy text.
> -I started the PolicyTextParser which is responsible to produce the policy entry list when loading a new policy file
>  and to parse the policy text when we switch from direct editor to graphical editor.
>  Not yet ready, but can already parse comment entries, keystore and keystore password url entries.
>  Grant entries are still to go.
> -PolicyEntry model classes no longer contain the setText() method, its functionality is refactored to the PolicyTextParser.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HARMONY-5944) Progress on policytool

Posted by "Sian January (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sian January resolved HARMONY-5944.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M7

Patch applied at r685108.  Please check that it was applied as you expected.

> Progress on policytool
> ----------------------
>
>                 Key: HARMONY-5944
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5944
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>         Environment: Should run in all environments.
>            Reporter: András Belicza
>            Assignee: Sian January
>             Fix For: 5.0M7
>
>         Attachments: policytool 2008-08-12.patch
>
>
> Changes since: https://issues.apache.org/jira/browse/HARMONY-5912 
> -PermissionEditFormDialog is now complete (ok button handling, Permission string representation for the Permission LAE).
> -All types of policy entry and Permission and Principal can produce its policy text representation.
> -GraphicalEditorPanel can now produce the policy text of the graphically edited policy content
>   based on the policy representations of the policy entries.
>   The Graphical editor panel  ===>  Direct editor panel switching now carries through the policy text.
> -I started the PolicyTextParser which is responsible to produce the policy entry list when loading a new policy file
>  and to parse the policy text when we switch from direct editor to graphical editor.
>  Not yet ready, but can already parse comment entries, keystore and keystore password url entries.
>  Grant entries are still to go.
> -PolicyEntry model classes no longer contain the setText() method, its functionality is refactored to the PolicyTextParser.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.