Aki Yoshida created CXF-4798:
--------------------------------

             Summary: Allow CachedWriter and CachedOutputStream to be 
configured using the same set of properties
                 Key: CXF-4798
                 URL: https://issues.apache.org/jira/browse/CXF-4798
             Project: CXF
          Issue Type: Improvement
          Components: Core
    Affects Versions: 2.7.2
            Reporter: Aki Yoshida
            Assignee: Aki Yoshida
            Priority: Minor


Both CachedOutputStream and CachedWriter are used to temporarily cache stream 
based data in memory or in the file system. Currently, they need to be 
configured using different properties, namely properties  
*.CachedOutputStream.xxxx for CachedOutputStream and properties 
*.CachedWriter.xxxx for CachedWriter. And this is inconvenient.

To resolve this problem, these properties need to be consolidated so that both 
caching mechanism can be configured using the same set of properties.

Concretely, this patch will change CachedWriter so that it can additionally 
accept the CachedOutputStream's properties.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to