Uploaded image for project: 'JSword'
  1. JSword
  2. JS-82

Reading of sword module conf has a bug

    Details

      Description

      The conf is specified by:
      key=value

      Today the parsing merely looks for the first = on the line to split the line.

      The problem is that a "continuation line", i.e. one that follows a line ending with a \ may have an = sign in it.

      The parsing should use the regular expression
      ^[A-Za-z0-9_]=(.*)$
      to detect keys.

        Attachments

          Activity

            People

            • Assignee:
              dmsmith DM Smith
              Reporter:
              dmsmith DM Smith
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: