You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2011/03/19 00:21:29 UTC

[jira] Created: (FELIX-2887) Properties upgrades

Properties upgrades
-------------------

                 Key: FELIX-2887
                 URL: https://issues.apache.org/jira/browse/FELIX-2887
             Project: Felix
          Issue Type: Bug
          Components: Utils
    Affects Versions: utils-1.1.0
            Reporter: David Jencks


Properties should access System.getProperty("line.separator") in a protected block.

I want to be able to write entries with comments and multiple line values as well as read them.  The patch implements this; if for some reason this seems like a bad idea could we make storage, layout, and escapeKey accessible to subclasses?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (FELIX-2887) Properties upgrades

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

David Jencks closed FELIX-2887.
-------------------------------


thanks!

> Properties upgrades
> -------------------
>
>                 Key: FELIX-2887
>                 URL: https://issues.apache.org/jira/browse/FELIX-2887
>             Project: Felix
>          Issue Type: Bug
>          Components: Utils
>    Affects Versions: utils-1.1.0
>            Reporter: David Jencks
>            Assignee: Richard S. Hall
>             Fix For: utils-1.1.2
>
>         Attachments: FELIX-2887.patch
>
>
> Properties should access System.getProperty("line.separator") in a protected block.
> I want to be able to write entries with comments and multiple line values as well as read them.  The patch implements this; if for some reason this seems like a bad idea could we make storage, layout, and escapeKey accessible to subclasses?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (FELIX-2887) Properties upgrades

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall resolved FELIX-2887.
------------------------------------

    Resolution: Fixed

I've applied this patch, please close if you are satisfied.

> Properties upgrades
> -------------------
>
>                 Key: FELIX-2887
>                 URL: https://issues.apache.org/jira/browse/FELIX-2887
>             Project: Felix
>          Issue Type: Bug
>          Components: Utils
>    Affects Versions: utils-1.1.0
>            Reporter: David Jencks
>            Assignee: Richard S. Hall
>             Fix For: utils-1.1.2
>
>         Attachments: FELIX-2887.patch
>
>
> Properties should access System.getProperty("line.separator") in a protected block.
> I want to be able to write entries with comments and multiple line values as well as read them.  The patch implements this; if for some reason this seems like a bad idea could we make storage, layout, and escapeKey accessible to subclasses?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FELIX-2887) Properties upgrades

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall updated FELIX-2887:
-----------------------------------

    Fix Version/s: utils-1.1.2
         Assignee: Richard S. Hall

> Properties upgrades
> -------------------
>
>                 Key: FELIX-2887
>                 URL: https://issues.apache.org/jira/browse/FELIX-2887
>             Project: Felix
>          Issue Type: Bug
>          Components: Utils
>    Affects Versions: utils-1.1.0
>            Reporter: David Jencks
>            Assignee: Richard S. Hall
>             Fix For: utils-1.1.2
>
>         Attachments: FELIX-2887.patch
>
>
> Properties should access System.getProperty("line.separator") in a protected block.
> I want to be able to write entries with comments and multiple line values as well as read them.  The patch implements this; if for some reason this seems like a bad idea could we make storage, layout, and escapeKey accessible to subclasses?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (FELIX-2887) Properties upgrades

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

David Jencks updated FELIX-2887:
--------------------------------

    Attachment: FELIX-2887.patch

adds privileged block around system property access, adds methods to put entries with comments and multiple value lines.

> Properties upgrades
> -------------------
>
>                 Key: FELIX-2887
>                 URL: https://issues.apache.org/jira/browse/FELIX-2887
>             Project: Felix
>          Issue Type: Bug
>          Components: Utils
>    Affects Versions: utils-1.1.0
>            Reporter: David Jencks
>         Attachments: FELIX-2887.patch
>
>
> Properties should access System.getProperty("line.separator") in a protected block.
> I want to be able to write entries with comments and multiple line values as well as read them.  The patch implements this; if for some reason this seems like a bad idea could we make storage, layout, and escapeKey accessible to subclasses?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira