You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "deven you (JIRA)" <ji...@apache.org> on 2010/06/02 04:11:36 UTC

[jira] Created: (HARMONY-6536) [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true

[classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true
----------------------------------------------------------------------------------------------------

                 Key: HARMONY-6536
                 URL: https://issues.apache.org/jira/browse/HARMONY-6536
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
    Affects Versions: 5.0M14
            Reporter: deven you
             Fix For: 5.0M14


 HttpOutputStream.write() need throw IOException only when fixed mode is set to true

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


[jira] Commented: (HARMONY-6536) [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882416#action_12882416 ] 

Hudson commented on HARMONY-6536:
---------------------------------

Integrated in Harmony-select-1.5-head-linux-x86_64 #41 (See [http://hudson.zones.apache.org/hudson/job/Harmony-select-1.5-head-linux-x86_64/41/])
    Make test from "[#HARMONY-6536] [classlib][luni] HttpOutputStream.write()
need throw IOException only when fixed mode is set to true" less verbose.
Applied patch from "[#HARMONY-6536] [classlib][luni] HttpOutputStream.write()
need throw IOException only when fixed mode is set to true".


> [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6536
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6536
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M14
>            Reporter: deven you
>            Assignee: Mark Hindess
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6536.diff
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
>  HttpOutputStream.write() need throw IOException only when fixed mode is set to true

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


[jira] Closed: (HARMONY-6536) [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true

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

deven you closed HARMONY-6536.
------------------------------


This jira has been verified. Thanks!

> [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6536
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6536
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M14
>            Reporter: deven you
>            Assignee: Mark Hindess
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6536.diff
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
>  HttpOutputStream.write() need throw IOException only when fixed mode is set to true

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


[jira] Updated: (HARMONY-6536) [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true

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

Mark Hindess updated HARMONY-6536:
----------------------------------

    Fix Version/s: 5.0M15
                       (was: 5.0M14)

Correcting incorrect fix-for version.


> [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6536
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6536
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M14
>            Reporter: deven you
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6536.diff
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
>  HttpOutputStream.write() need throw IOException only when fixed mode is set to true

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


[jira] Commented: (HARMONY-6536) [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877188#action_12877188 ] 

Mark Hindess commented on HARMONY-6536:
---------------------------------------

If I apply just the regression test change to HttpURLConnectionTest from your patch *without* the fix, I get no failures (on Linux/x86).  This suggests that the regression test is not correct?  Do you not see this behaviour?



> [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6536
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6536
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M14
>            Reporter: deven you
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6536.diff
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
>  HttpOutputStream.write() need throw IOException only when fixed mode is set to true

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


[jira] Updated: (HARMONY-6536) [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true

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

deven you updated HARMONY-6536:
-------------------------------

    Attachment: HARMONY-6536.diff

> [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6536
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6536
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M14
>            Reporter: deven you
>             Fix For: 5.0M14
>
>         Attachments: HARMONY-6536.diff
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
>  HttpOutputStream.write() need throw IOException only when fixed mode is set to true

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


[jira] Commented: (HARMONY-6536) [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882361#action_12882361 ] 

Hudson commented on HARMONY-6536:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #864 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/864/])
    Applied patch from "[#HARMONY-6536] [classlib][luni] HttpOutputStream.write()
need throw IOException only when fixed mode is set to true".


> [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6536
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6536
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M14
>            Reporter: deven you
>            Assignee: Mark Hindess
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6536.diff
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
>  HttpOutputStream.write() need throw IOException only when fixed mode is set to true

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


[jira] Assigned: (HARMONY-6536) [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true

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

Mark Hindess reassigned HARMONY-6536:
-------------------------------------

    Assignee: Mark Hindess

> [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6536
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6536
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M14
>            Reporter: deven you
>            Assignee: Mark Hindess
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6536.diff
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
>  HttpOutputStream.write() need throw IOException only when fixed mode is set to true

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


[jira] Resolved: (HARMONY-6536) [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true

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

Mark Hindess resolved HARMONY-6536.
-----------------------------------

    Resolution: Fixed

I can't seem to reproduce the behaviour I previously described; I must have been mistaken.  Sorry.

I've applied your patch at r957725.  Please confirm (by closing this jira) that your patch has been applied correctly.  Thanks.


> [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6536
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6536
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M14
>            Reporter: deven you
>            Assignee: Mark Hindess
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6536.diff
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
>  HttpOutputStream.write() need throw IOException only when fixed mode is set to true

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


[jira] Commented: (HARMONY-6536) [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882408#action_12882408 ] 

Hudson commented on HARMONY-6536:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #865 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/865/])
    Make test from "[#HARMONY-6536] [classlib][luni] HttpOutputStream.write()
need throw IOException only when fixed mode is set to true" less verbose.


> [classlib][luni] HttpOutputStream.write() need throw IOException only when fixed mode is set to true
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6536
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6536
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>    Affects Versions: 5.0M14
>            Reporter: deven you
>            Assignee: Mark Hindess
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6536.diff
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
>  HttpOutputStream.write() need throw IOException only when fixed mode is set to true

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