Scott Nicklous created PLUTO-636: ------------------------------------ Summary: PLUTO-635 - TCK: BaseURL#setParameter(String, String[]) does not accept a null value Key: PLUTO-636 URL: https://issues.apache.org/jira/browse/PLUTO-636 Project: Pluto Issue Type: Bug Reporter: Scott Nicklous Priority: Minor
The following test cases fail: V2URLTests_BaseURL_ApiRenderActurl_setParameterB7 V2URLTests_BaseURL_ApiRenderRenurl_setParameterB7 V2URLTests_BaseURL_ApiRenderResurl_setParameterB7 To be consistent with the setParameter(String, String) method, a value of null should cause the parameter to be removed. However, a parameter value of null results in the following exception: "java.lang.IllegalArgumentException: Illegal Argument: value (argument should not be null)" -- This message was sent by Atlassian JIRA (v6.3.4#6332)