You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2008/09/22 14:46:44 UTC

[jira] Created: (JCR-1750) Creating QValue from stream: stream not closed

Creating QValue from stream: stream not closed
----------------------------------------------

                 Key: JCR-1750
                 URL: https://issues.apache.org/jira/browse/JCR-1750
             Project: Jackrabbit
          Issue Type: Bug
          Components: jackrabbit-spi-commons
            Reporter: Michael Dürig


QValueFactory.Impl.create(InputStream) does not close the input stream as mandated by the contract. 

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


[jira] Updated: (JCR-1750) Creating QValue from stream: stream not closed

Posted by "Michael Dürig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig updated JCR-1750:
-------------------------------

    Description: QValueFactoryImpl.create(InputStream) does not close the input stream as mandated by the contract.   (was: QValueFactory.Impl.create(InputStream) does not close the input stream as mandated by the contract. )

> Creating QValue from stream: stream not closed
> ----------------------------------------------
>
>                 Key: JCR-1750
>                 URL: https://issues.apache.org/jira/browse/JCR-1750
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-spi-commons
>            Reporter: Michael Dürig
>         Attachments: JCR-1750.patch
>
>
> QValueFactoryImpl.create(InputStream) does not close the input stream as mandated by the contract. 

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


[jira] Resolved: (JCR-1750) Creating QValue from stream: stream not closed

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

Jukka Zitting resolved JCR-1750.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5
         Assignee: Jukka Zitting

Patch applied in revision 698246. Thanks!

> Creating QValue from stream: stream not closed
> ----------------------------------------------
>
>                 Key: JCR-1750
>                 URL: https://issues.apache.org/jira/browse/JCR-1750
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-spi-commons
>            Reporter: Michael Dürig
>            Assignee: Jukka Zitting
>             Fix For: 1.5
>
>         Attachments: JCR-1750.patch
>
>
> QValueFactoryImpl.create(InputStream) does not close the input stream as mandated by the contract. 

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


[jira] Updated: (JCR-1750) Creating QValue from stream: stream not closed

Posted by "Michael Dürig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig updated JCR-1750:
-------------------------------

    Attachment: JCR-1750.patch

Proposed patch

> Creating QValue from stream: stream not closed
> ----------------------------------------------
>
>                 Key: JCR-1750
>                 URL: https://issues.apache.org/jira/browse/JCR-1750
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-spi-commons
>            Reporter: Michael Dürig
>         Attachments: JCR-1750.patch
>
>
> QValueFactory.Impl.create(InputStream) does not close the input stream as mandated by the contract. 

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