Uploaded image for project: 'CAL10N'
  1. CAL10N
  2. CAL-37

Escaped colon (\:) is not converted to :

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 0.7.7
    • None
    • None

    Description

      Properties props = new Properties();
      props.setProperty("foo", "bar:baz");
      props.store(out, "");
      

      produces the following properties file:

      foo=bar\:baz
      

      Therefore, when reading the properties file, \: should be converted into :

      Attachments

        Activity

          People

            ceki Ceki Gülcü
            luksa Marko Lukša
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: