Otto Fowler created METRON-2350:
-----------------------------------
Summary: HandleHttpRequest puts form data content into attributes
Key: METRON-2350
URL: https://issues.apache.org/jira/browse/METRON-2350
Project: Metron
Issue Type: Bug
Reporter: Otto Fowler
Assignee: Otto Fowler
HandleHttpParameters writes attributes for get return from
HttpServletRequest.getParameters().
getParameters() is defined as returning a value for each query part OR form
data value.
As such, large bits of data, send as part of multipart/form data will end up in
the attributes, which is not what we want.
The processor also does not document writing this attribute.
The processor should NOT write parameter values for parameters that are part of
the form data if possible.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)