[esb-issues] [JBoss JIRA] Resolved: (JBESB-3355) Relax Http Header Validation to just "not null"

Magesh Bojan (JIRA) jira-events at lists.jboss.org
Wed Oct 6 04:53:40 EDT 2010


     [ https://jira.jboss.org/browse/JBESB-3355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Magesh Bojan resolved JBESB-3355.
---------------------------------

    Resolution: Done


JBESB_4_9_CP revision: 35444

> Relax Http Header Validation to just "not null"
> -----------------------------------------------
>
>                 Key: JBESB-3355
>                 URL: https://jira.jboss.org/browse/JBESB-3355
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Rosetta
>    Affects Versions: 4.7 CP1
>            Reporter: Stelios Koussouris
>            Assignee: Magesh Bojan
>             Fix For: 4.9 CP1
>
>
> The code 
> http://anonsvn.jboss.org/repos/labs/labs/jbossesb/tags/JBESB_4_7_CP2_ER4/product/rosetta/src/org/jboss/soa/esb/http/HttpHeader.java
> checks 
> AssertArgument.isNotNullAndNotEmpty(name, "name");
> AssertArgument.isNotNullAndNotEmpty(value, "value");
> However, there can be occasions where the value is empty. The condition should be relaxed to "not null" (not sure if it could ever be null)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the esb-issues mailing list