Uploaded image for project: 'Cactus'
  1. Cactus
  2. CACTUS-265

I need to config url encoding type at the 'HttpUtil.addHttpGetParameters' method.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.8.1
    • None
    • Framework
    • None
    • WindowsXP,linux

    Description

      The standard url encoding is 'UTF-8' in my 'jboss server'.
      But, in my linux server, 'euc-kr' is default.
      So, I need to config url encoding.

      I think ... in the addHttpGetParameters method.
      change below statement.

      >>queryString.append(URLEncoder.encode(values[0]));

      to

      >>queryString.append(URLEncoder.encode(values[0],System.getProperty("file.encoding"));
      or
      add parameter to config encoding type.

      Please add this feature, for users who use multi-byte characterset.

      Thank you

      Attachments

        Activity

          People

            Unassigned Unassigned
            alexkim Alex Kim
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: