You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2006/09/03 21:21:22 UTC

[jira] Created: (CODEC-52) Digest on InputStreams

Digest on InputStreams
----------------------

                 Key: CODEC-52
                 URL: http://issues.apache.org/jira/browse/CODEC-52
             Project: Commons Codec
          Issue Type: Improvement
            Reporter: Niklas Gustavsson


When calculating digests on large amount of data (for example large files) the current methods that takes a byte array or String in not sufficient. MessageDigest supports getting a digest for a stream. 

-- 
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

        

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


[jira] Commented: (CODEC-52) Digest on InputStreams

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/CODEC-52?page=comments#action_12447222 ] 
            
Henri Yandell commented on CODEC-52:
------------------------------------

Any reason not to flag this for 1.4?

> Digest on InputStreams
> ----------------------
>
>                 Key: CODEC-52
>                 URL: http://issues.apache.org/jira/browse/CODEC-52
>             Project: Commons Codec
>          Issue Type: Improvement
>            Reporter: Niklas Gustavsson
>         Attachments: CODEC-52-patch.diff
>
>
> When calculating digests on large amount of data (for example large files) the current methods that takes a byte array or String in not sufficient. MessageDigest supports getting a digest for a stream. 

-- 
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

        

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


[jira] Updated: (CODEC-52) Digest on InputStreams

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CODEC-52?page=all ]

Henri Yandell updated CODEC-52:
-------------------------------

    Fix Version/s: 1.4

> Digest on InputStreams
> ----------------------
>
>                 Key: CODEC-52
>                 URL: http://issues.apache.org/jira/browse/CODEC-52
>             Project: Commons Codec
>          Issue Type: Improvement
>            Reporter: Niklas Gustavsson
>             Fix For: 1.4
>
>         Attachments: CODEC-52-patch.diff
>
>
> When calculating digests on large amount of data (for example large files) the current methods that takes a byte array or String in not sufficient. MessageDigest supports getting a digest for a stream. 

-- 
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

        

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


[jira] Commented: (CODEC-52) Digest on InputStreams

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/CODEC-52?page=comments#action_12447320 ] 
            
Niklas Gustavsson commented on CODEC-52:
----------------------------------------

Certainly not from my part :-)

> Digest on InputStreams
> ----------------------
>
>                 Key: CODEC-52
>                 URL: http://issues.apache.org/jira/browse/CODEC-52
>             Project: Commons Codec
>          Issue Type: Improvement
>            Reporter: Niklas Gustavsson
>         Attachments: CODEC-52-patch.diff
>
>
> When calculating digests on large amount of data (for example large files) the current methods that takes a byte array or String in not sufficient. MessageDigest supports getting a digest for a stream. 

-- 
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

        

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


[jira] Updated: (CODEC-52) Digest on InputStreams

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CODEC-52?page=all ]

Niklas Gustavsson updated CODEC-52:
-----------------------------------

    Attachment: CODEC-52-patch.diff

Attaching patch that implements this request

> Digest on InputStreams
> ----------------------
>
>                 Key: CODEC-52
>                 URL: http://issues.apache.org/jira/browse/CODEC-52
>             Project: Commons Codec
>          Issue Type: Improvement
>            Reporter: Niklas Gustavsson
>         Attachments: CODEC-52-patch.diff
>
>
> When calculating digests on large amount of data (for example large files) the current methods that takes a byte array or String in not sufficient. MessageDigest supports getting a digest for a stream. 

-- 
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

        

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