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

[jira] Created: (HARMONY-6559) [classlib][luni]Quotation marks causes IllegalArgumentException

[classlib][luni]Quotation marks causes IllegalArgumentException
---------------------------------------------------------------

                 Key: HARMONY-6559
                 URL: https://issues.apache.org/jira/browse/HARMONY-6559
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Chen Wang
            Priority: Minor


When an argument to a servlet consists of a quotation marks character, an exception saying "java.lang.IllegalArgumentException: Argument must not be null" will happen.

How to reproduce the defect:
I have narrowed down the failure with a small test case, which I run against a server that is exposing the 'servlet' application on default port. The server is a default server started by tests.support.Support_Jetty.


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


[jira] Updated: (HARMONY-6559) [classlib][luni]Quotation marks causes IllegalArgumentException

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

Chen Wang updated HARMONY-6559:
-------------------------------

    Attachment: HARMONY-6559.diff

The patch fixes the defect. 

> [classlib][luni]Quotation marks causes IllegalArgumentException
> ---------------------------------------------------------------
>
>                 Key: HARMONY-6559
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6559
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Chen Wang
>            Priority: Minor
>         Attachments: HARMONY-6559.diff
>
>
> When an argument to a servlet consists of a quotation marks character, an exception saying "java.lang.IllegalArgumentException: Argument must not be null" will happen.
> How to reproduce the defect:
> I have narrowed down the failure with a small test case, which I run against a server that is exposing the 'servlet' application on default port. The server is a default server started by tests.support.Support_Jetty.

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


[jira] Assigned: (HARMONY-6559) [classlib][luni]Quotation marks causes IllegalArgumentException

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

Tim Ellison reassigned HARMONY-6559:
------------------------------------

    Assignee: Tim Ellison

> [classlib][luni]Quotation marks causes IllegalArgumentException
> ---------------------------------------------------------------
>
>                 Key: HARMONY-6559
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6559
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Chen Wang
>            Assignee: Tim Ellison
>            Priority: Minor
>         Attachments: HARMONY-6559.diff
>
>
> When an argument to a servlet consists of a quotation marks character, an exception saying "java.lang.IllegalArgumentException: Argument must not be null" will happen.
> How to reproduce the defect:
> I have narrowed down the failure with a small test case, which I run against a server that is exposing the 'servlet' application on default port. The server is a default server started by tests.support.Support_Jetty.

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


[jira] Resolved: (HARMONY-6559) [classlib][luni]Quotation marks causes IllegalArgumentException

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

Tim Ellison resolved HARMONY-6559.
----------------------------------

    Fix Version/s: 5.0M15
       Resolution: Fixed

Thanks for the fix.

Slightly modified patch applied to LUNI module at repo revision r958549.

Please check it was applied as you expected.



> [classlib][luni]Quotation marks causes IllegalArgumentException
> ---------------------------------------------------------------
>
>                 Key: HARMONY-6559
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6559
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Chen Wang
>            Assignee: Tim Ellison
>            Priority: Minor
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6559.diff
>
>
> When an argument to a servlet consists of a quotation marks character, an exception saying "java.lang.IllegalArgumentException: Argument must not be null" will happen.
> How to reproduce the defect:
> I have narrowed down the failure with a small test case, which I run against a server that is exposing the 'servlet' application on default port. The server is a default server started by tests.support.Support_Jetty.

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


[jira] Commented: (HARMONY-6559) [classlib][luni]Quotation marks causes IllegalArgumentException

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

Hudson commented on HARMONY-6559:
---------------------------------

Integrated in Harmony-select-1.5-head-linux-x86_64 #43 (See [http://hudson.zones.apache.org/hudson/job/Harmony-select-1.5-head-linux-x86_64/43/])
    Apply patch for HARMONY-6559 ([classlib][luni]Quotation marks causes IllegalArgumentException)


> [classlib][luni]Quotation marks causes IllegalArgumentException
> ---------------------------------------------------------------
>
>                 Key: HARMONY-6559
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6559
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Chen Wang
>            Assignee: Tim Ellison
>            Priority: Minor
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6559.diff
>
>
> When an argument to a servlet consists of a quotation marks character, an exception saying "java.lang.IllegalArgumentException: Argument must not be null" will happen.
> How to reproduce the defect:
> I have narrowed down the failure with a small test case, which I run against a server that is exposing the 'servlet' application on default port. The server is a default server started by tests.support.Support_Jetty.

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


[jira] Closed: (HARMONY-6559) [classlib][luni]Quotation marks causes IllegalArgumentException

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

Chen Wang closed HARMONY-6559.
------------------------------


Test as expected. Thank you very much Mark! 

> [classlib][luni]Quotation marks causes IllegalArgumentException
> ---------------------------------------------------------------
>
>                 Key: HARMONY-6559
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6559
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Chen Wang
>            Assignee: Tim Ellison
>            Priority: Minor
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6559.diff
>
>
> When an argument to a servlet consists of a quotation marks character, an exception saying "java.lang.IllegalArgumentException: Argument must not be null" will happen.
> How to reproduce the defect:
> I have narrowed down the failure with a small test case, which I run against a server that is exposing the 'servlet' application on default port. The server is a default server started by tests.support.Support_Jetty.

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


[jira] Commented: (HARMONY-6559) [classlib][luni]Quotation marks causes IllegalArgumentException

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

Hudson commented on HARMONY-6559:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #867 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/867/])
    Apply patch for HARMONY-6559 ([classlib][luni]Quotation marks causes IllegalArgumentException)


> [classlib][luni]Quotation marks causes IllegalArgumentException
> ---------------------------------------------------------------
>
>                 Key: HARMONY-6559
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6559
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Chen Wang
>            Assignee: Tim Ellison
>            Priority: Minor
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6559.diff
>
>
> When an argument to a servlet consists of a quotation marks character, an exception saying "java.lang.IllegalArgumentException: Argument must not be null" will happen.
> How to reproduce the defect:
> I have narrowed down the failure with a small test case, which I run against a server that is exposing the 'servlet' application on default port. The server is a default server started by tests.support.Support_Jetty.

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


[jira] Commented: (HARMONY-6559) [classlib][luni]Quotation marks causes IllegalArgumentException

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

Mark Hindess commented on HARMONY-6559:
---------------------------------------

Your 'Thanks' are appreciated but I think Tim probably deserves them more in this case. ;-)


> [classlib][luni]Quotation marks causes IllegalArgumentException
> ---------------------------------------------------------------
>
>                 Key: HARMONY-6559
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6559
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Chen Wang
>            Assignee: Tim Ellison
>            Priority: Minor
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6559.diff
>
>
> When an argument to a servlet consists of a quotation marks character, an exception saying "java.lang.IllegalArgumentException: Argument must not be null" will happen.
> How to reproduce the defect:
> I have narrowed down the failure with a small test case, which I run against a server that is exposing the 'servlet' application on default port. The server is a default server started by tests.support.Support_Jetty.

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