Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP3 (5.2.7)
-
All
Description
The Http class is missing methods to access and set the header.
The following methods have been added:
public boolean isHead()
public void setHead(boolean head)
public void addHeader(String name, String value)
public String getHeader(String name)
public void setHeaders(Map<String, String> headers)
Attachments
Issue Links
- is related to
-
LPS-7961 com.liferay.portal.kernel.util.Http missing HEAD method and response headers
- Closed