GrouperHttpClient should handle UTF bodies

XMLWordPrintable

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Minor
    • 4.16.0, 5.14.0
    • Affects Version/s: None
    • Component/s: None
    • None

      we have this line of code in the GrouperHttpClient which wraps the Apache HttpClient.
       
      ((HttpPost)httpRequestBase).setEntity(new StringEntity((this.body)));
       
      the default for “StringEntity” is Consts.ISO_8859_1.  So I think I need to adjust that based on content type to be a UTF type or something… I can look at it at some point

            Assignee:
            Chris Hyzer (upenn.edu)
            Reporter:
            Chris Hyzer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: