You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Anna (JIRA)" <ax...@ws.apache.org> on 2005/03/22 09:48:20 UTC

[jira] Created: (AXIS-1895) Use of hard coded value instead of constant

Use of hard coded value instead of constant
-------------------------------------------

         Key: AXIS-1895
         URL: http://issues.apache.org/jira/browse/AXIS-1895
     Project: Axis
        Type: Bug
    Reporter: Anna


MultiPartRelatedInputStream class in package org.apache.axis.attachments
using hard coded value 16 * 1024 in :
new org.apache.axis.attachments.ManagedMemoryDataSource(
                                            decodedStream, 16 * 1024, contentType, true));

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS-1895) Use of hard coded value instead of constant

Posted by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1895?page=all ]
     
Davanum Srinivas resolved AXIS-1895:
------------------------------------

    Resolution: Fixed

added a MAX_CACHED constant.

> Use of hard coded value instead of constant
> -------------------------------------------
>
>          Key: AXIS-1895
>          URL: http://issues.apache.org/jira/browse/AXIS-1895
>      Project: Axis
>         Type: Bug
>     Reporter: Anna

>
> MultiPartRelatedInputStream class in package org.apache.axis.attachments
> using hard coded value 16 * 1024 in :
> new org.apache.axis.attachments.ManagedMemoryDataSource(
>                                             decodedStream, 16 * 1024, contentType, true));

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira