Uploaded image for project: 'JITL - JobScheduler Integrated Template Library'
  1. JITL - JobScheduler Integrated Template Library
  2. JITL-307

JITL Job JobSchedulerHttpPostJob should guess the encoding correctly

    XMLWordPrintable

Details

    • Fix
    • Status: Released (View Workflow)
    • Minor
    • Resolution: Fixed
    • 1.10
    • 1.10.5, 1.11
    • None

    Description

      Current Situation

      If the parameter content_type is not set and the input file has the extension .xml or .html or .htm the job tries to guess the content type from the content of the input file be looking for the keyword encoding=

      The job reads the whole file to find the encoding=

      Desired behaviour

      • When the extension is .xml the the job should look for encoding=
      • When the extension is .htm or .html, the job should look for charset=
      • The job should not read the whole file but only the first 10 lines.

      Attachments

        Activity

          People

            ur Uwe Risse
            ur Uwe Risse
            Santiago Aucejo Petzoldt Santiago Aucejo Petzoldt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: