You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Marilee Thompson (JIRA)" <ji...@apache.org> on 2008/08/15 00:51:44 UTC

[jira] Created: (HTTPCLIENT-792) Add getRequestBodyAsString for PostMethod/GetMethod

Add getRequestBodyAsString for PostMethod/GetMethod
---------------------------------------------------

                 Key: HTTPCLIENT-792
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-792
             Project: HttpComponents HttpClient
          Issue Type: Improvement
          Components: HttpClient
    Affects Versions: 3.1 Final
         Environment: Any
            Reporter: Marilee Thompson
            Priority: Minor


I am sending https requests that contain sensitive data.  I would like to log the request and response as sent over the wire, but cannot use the built-in logging because the sensitive data must be Xed out in any log file.  Using getResponseBodyAsString, I can mask the sensitive fields in the response before writing to the log.  If the function getRequestBodyAsString existed, the application could meet the mandate to mask the request data before logging.

Thanks for your consideration,
Marilee Thompson

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Resolved: (HTTPCLIENT-792) Add getRequestBodyAsString for PostMethod/GetMethod

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPCLIENT-792.
------------------------------------------

    Resolution: Won't Fix

Marilee,

We are not planning to add any new features to HttpClient 3.x. Please consider evaluating HttpClient 4.0 and opening a change request for it if the new API does not meet the requirements of your application.

Oleg

> Add getRequestBodyAsString for PostMethod/GetMethod
> ---------------------------------------------------
>
>                 Key: HTTPCLIENT-792
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-792
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>    Affects Versions: 3.1 Final
>         Environment: Any
>            Reporter: Marilee Thompson
>            Priority: Minor
>
> I am sending https requests that contain sensitive data.  I would like to log the request and response as sent over the wire, but cannot use the built-in logging because the sensitive data must be Xed out in any log file.  Using getResponseBodyAsString, I can mask the sensitive fields in the response before writing to the log.  If the function getRequestBodyAsString existed, the application could meet the mandate to mask the request data before logging.
> Thanks for your consideration,
> Marilee Thompson

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org