From: Christophe Jaillet Options such as the Balancers may also be used: Environment variables whose names have the prefix secret option of Tomcat (required by
+ default since Tomcat 8.5.51 and 9.0.31) can just be added as a separate
+ parameter at the end of secret optionAJP_
are forwarded to the origin server as AJP request attributes
- (with the AJP_ prefix removed from the name of the key).AJP_ prefix removed from the name of the key).
The context and servlet_path are not
@@ -497,18 +508,18 @@ attribute_value := (string)
The jvm_route, is used to support sticky
sessions -- associating a user's sesson with a particular Tomcat instance
in the presence of multiple, load-balancing servers.
Beyond this list of basic attributes, any number of other attributes
- can be sent via the req_attribute code 0x0A.
- A pair of strings to represent the attribute name and value are sent
- immediately after each instance of that code. Environment values are passed
- in via this method.
The secret is sent when the secret=secret_keyword parameter is
- used in
+
The secret is sent when the secret=secret_keyword
+ parameter is used in
request.secret or requiredSecret are documented in the AJP
configuration of the Apache Tomcat.
Beyond this list of basic attributes, any number of other attributes
+ can be sent via the req_attribute code 0x0A.
+ A pair of strings to represent the attribute name and value are sent
+ immediately after each instance of that code. Environment values are passed
+ in via this method.
Finally, after all the attributes have been sent, the attribute
terminator, 0xFF, is sent. This signals both the end of the
list of attributes and also then end of the Request Packet.