[OS-JIRA] Created: (CAY-382) ProperrtyListSerialization string quoting - fix once and for all

From: jira-norepl..bjectstyle.org
Date: Wed Sep 28 2005 - 16:29:37 EDT

  • Next message: Cris Daniluk: "Re: 1.1.3 released"

    Message:

      A new issue has been created in JIRA.

    ---------------------------------------------------------------------
    View the issue:

      http://objectstyle.org/jira/secure/ViewIssue.jspa?key=CAY-382

    Here is an overview of the issue:
    ---------------------------------------------------------------------
            Key: CAY-382
        Summary: ProperrtyListSerialization string quoting - fix once and for all
           Type: Bug

         Status: Assigned
       Priority: Major

        Project: Cayenne
     Components:
                 Cayenne Core Library
       Fix Fors:
                 1.1
                 1.2 [DEV]
       Versions:
                 1.1
                 1.2 [DEV]

       Assignee: Andrus Adamchik
       Reporter: Andrus Adamchik

        Created: Wed, 28 Sep 2005 4:29 PM
        Updated: Wed, 28 Sep 2005 4:29 PM

    Description:
    Another quoting bug in plist serializer. Now it was reported that it doesn't quote < or > chars... Mike Schrag came up with these quoting rules that presumably match official definition from Apple:

    "Do not quote strings that only contain chars matching the following conditions:

    ch >= 'a' && ch <= 'z'
    ch >= 'A' && ch <= 'Z'
    ch >= '0' && ch <= '9'
    ch == '_'
    ch == '$'
    ch == ':'
    ch == '.'
    ch == '/'

    ---------------------------------------------------------------------
    JIRA INFORMATION:
    This message is automatically generated by JIRA.

    If you think it was sent incorrectly contact one of the administrators:
       http://objectstyle.org/jira/secure/Administrators.jspa

    If you want more information on JIRA, or have a bug to report see:
       http://www.atlassian.com/software/jira



    This archive was generated by hypermail 2.0.0 : Wed Sep 28 2005 - 16:29:39 EDT