You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/08/06 23:39:59 UTC

[jira] Created: (CXF-888) Control directory for on-disk attachments

Control directory for on-disk attachments
-----------------------------------------

                 Key: CXF-888
                 URL: https://issues.apache.org/jira/browse/CXF-888
             Project: CXF
          Issue Type: Improvement
          Components: Core
    Affects Versions: 2.0, 2.0.1
            Reporter: Daniel Kulp
             Fix For: 2.1



The directory where attachments are streamed to should be controllable, ideally on a per-service basis.   The /tmp dir is not always the best place to put these as /tmp partitions could be small.   They also are not secure at all.

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


[jira] Updated: (CXF-888) Control directory for on-disk attachments

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

Jeff Yu updated CXF-888:
------------------------

    Attachment:     (was: cxf-888.patch)

> Control directory for on-disk attachments
> -----------------------------------------
>
>                 Key: CXF-888
>                 URL: https://issues.apache.org/jira/browse/CXF-888
>             Project: CXF
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0, 2.0.1
>            Reporter: Daniel Kulp
>             Fix For: 2.1
>
>
> The directory where attachments are streamed to should be controllable, ideally on a per-service basis.   The /tmp dir is not always the best place to put these as /tmp partitions could be small.   They also are not secure at all.

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


[jira] Updated: (CXF-888) Control directory for on-disk attachments

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

Jeff Yu updated CXF-888:
------------------------

    Attachment: cxf-888.patch

with this patch, you can set the attachment-directory and threshold at client and service if you want.
* remove unused constants in the AttachmentInInterceptor class.

> Control directory for on-disk attachments
> -----------------------------------------
>
>                 Key: CXF-888
>                 URL: https://issues.apache.org/jira/browse/CXF-888
>             Project: CXF
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0, 2.0.1
>            Reporter: Daniel Kulp
>             Fix For: 2.1
>
>         Attachments: cxf-888.patch
>
>
> The directory where attachments are streamed to should be controllable, ideally on a per-service basis.   The /tmp dir is not always the best place to put these as /tmp partitions could be small.   They also are not secure at all.

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


[jira] Resolved: (CXF-888) Control directory for on-disk attachments

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

Daniel Kulp resolved CXF-888.
-----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.1)
                   2.0.2
         Assignee: Freeman Fang

> Control directory for on-disk attachments
> -----------------------------------------
>
>                 Key: CXF-888
>                 URL: https://issues.apache.org/jira/browse/CXF-888
>             Project: CXF
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0, 2.0.1
>            Reporter: Daniel Kulp
>            Assignee: Freeman Fang
>             Fix For: 2.0.2
>
>         Attachments: cxf-888.patch
>
>
> The directory where attachments are streamed to should be controllable, ideally on a per-service basis.   The /tmp dir is not always the best place to put these as /tmp partitions could be small.   They also are not secure at all.

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


[jira] Issue Comment Edited: (CXF-888) Control directory for on-disk attachments

Posted by "Jeff Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518606 ] 

jeff.yu edited comment on CXF-888 at 8/9/07 12:15 AM:
------------------------------------------------------

Just found my original patch doesnt work well against the accordingly unit test, need some other time to dig into the code.

      was (Author: jeff.yu):
    with this patch, you can set the attachment-directory and threshold at client and service if you want.
* remove unused constants in the AttachmentInInterceptor class.
  
> Control directory for on-disk attachments
> -----------------------------------------
>
>                 Key: CXF-888
>                 URL: https://issues.apache.org/jira/browse/CXF-888
>             Project: CXF
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0, 2.0.1
>            Reporter: Daniel Kulp
>             Fix For: 2.1
>
>
> The directory where attachments are streamed to should be controllable, ideally on a per-service basis.   The /tmp dir is not always the best place to put these as /tmp partitions could be small.   They also are not secure at all.

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


[jira] Updated: (CXF-888) Control directory for on-disk attachments

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

Jeff Yu updated CXF-888:
------------------------

    Attachment: cxf-888.patch

with this patch, users can set the temp file dir and the threshold.

> Control directory for on-disk attachments
> -----------------------------------------
>
>                 Key: CXF-888
>                 URL: https://issues.apache.org/jira/browse/CXF-888
>             Project: CXF
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.0, 2.0.1
>            Reporter: Daniel Kulp
>             Fix For: 2.1
>
>         Attachments: cxf-888.patch
>
>
> The directory where attachments are streamed to should be controllable, ideally on a per-service basis.   The /tmp dir is not always the best place to put these as /tmp partitions could be small.   They also are not secure at all.

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