Show TOC Start of Content Area

Procedure documentation Configuring the Name of the Multipart Body Request Attribute  Locate the document in its SAP Library structure

Use

The J2EE Engine supports multipart requests. The body of the multipart message is made available to servlets and JSP pages as a request attribute. Following this procedure, you can configure the name of this request attribute. You then use this name in your servlet code to retrieve the body parts of the multipart message as described in Retrieving Multipart Request Messages in the Development Manual.

Procedure

You can use only the Visual Administrator tool for this configuration task:

...

       1.      Open the Properties tab of the Web Container Service.

       2.      Enter the name of the attribute as a value of the MultipartBodyParameterName property. If this property has an empty string as a value, then the Web Container does not parse the multipart message body at all. By default, the name of the request attribute is “com.sap.servlet.multipart.body”.

       3.      To add the new value to the list of properties, choose Update.

       4.      To make your changes permanent, choose This graphic is explained in the accompanying text (Save Properties).

 

End of Content Area