uCosminexus Application Server, Web Container Functionality Guide
To specify settings for limiting the HTTP-enabled methods, you must set up the J2EE server.
This subsection describes the settings and examples for limiting the HTTP-enabled methods.
Specify the settings for limiting the HTTP-enabled methods in the following parameter in the <configuration> tag of the logical J2EE server (j2ee-server) in the Easy Setup definition file.
For details on the Easy Setup definition file and the parameters to be specified, see 4.6 Easy Setup definition file in the uCosminexus Application Server Definition Reference Guide.
The following is the setting example for limiting the HTTP-enabled methods. Note that the following example shows the default settings:
... <param> <param-name>webserver.connector.inprocess_http.enabled_methods</param-name> <param-value>GET, HEAD, POST, PUT, DELETE, OPTIONS</param-value> </param> ... |
In this example, access is allowed for the GET method, HEAD method, POST method, PUT method, DELETE method, and OPTIONS method and access is rejected for the TRACE method.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.