Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-2490

PropertiesRequestHandler; encode line.separator

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Won't Fix
    • None
    • None
    • Admin UI
    • None

    Description

      Currently, the XML looks like this:

      <!-- .. -->
      <str name="java.io.tmpdir">/tmp</str>
      <str name="line.separator">
      </str>
      <str name="java.vm.specification.vendor">Sun Microsystems Inc.</str>
      <!-- .. -->

      would be good to have this instead:

      <!-- .. -->
      <str name="java.io.tmpdir">/tmp</str>
      <str name="line.separator">\n</str>
      <str name="java.vm.specification.vendor">Sun Microsystems Inc.</str>
      <!-- .. -->

      afterwords we will be able to display to used line seperator

      Attachments

        Issue Links

          Activity

            People

              steffkes Stefan Matheis
              steffkes Stefan Matheis
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: