You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Mathieu Lirzin (JIRA)" <ji...@apache.org> on 2018/06/28 08:28:00 UTC

[jira] [Created] (OFBIZ-10451) Use ‘String::equalsIgnoreCase’ in ‘RequestHandler::doRequest’

Mathieu Lirzin created OFBIZ-10451:
--------------------------------------

             Summary: Use ‘String::equalsIgnoreCase’ in ‘RequestHandler::doRequest’
                 Key: OFBIZ-10451
                 URL: https://issues.apache.org/jira/browse/OFBIZ-10451
             Project: OFBiz
          Issue Type: Improvement
            Reporter: Mathieu Lirzin
             Fix For: Upcoming Branch


Use {{String::equalsIgnoreCase}}  instead of combining {{String::equals}} and {{String::toUpperCase}}. Additionally this avoids having to check the emptiness of the{{X-Forwarded-Proto}} request header.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)