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

Stelios Koussouris (JIRA) jira-events at lists.jboss.org
Fri Jun 18 12:34:46 EDT 2010


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


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