[
https://issues.apache.org/jira/browse/SLING-7349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16309609#comment-16309609
]
ASF GitHub Bot commented on SLING-7349:
---------------------------------------
karlpauls closed pull request #1: SLING-7349: register a servlet filter with
the org.apache.sling HttpC…
URL: https://github.com/apache/sling-org-apache-sling-engine/pull/1
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Plain Servlets registered with the org.apache.sling HTTP Context cannot get
> requests parameters from POST body
> --------------------------------------------------------------------------------------------------------------
>
> Key: SLING-7349
> URL: https://issues.apache.org/jira/browse/SLING-7349
> Project: Sling
> Issue Type: Bug
> Components: Engine
> Affects Versions: Engine 2.6.10
> Reporter: Karl Pauls
> Assignee: Karl Pauls
> Fix For: Engine 2.6.12
>
>
> If a servlet is registered using the `org.apache.sling` context, e.g. using
> {code}
> HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_SELECT + "=(" +
> HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_NAME + "=org.apache.sling)"
> {code}
> and a POST is made to this servlet, any request parameters in the body of the
> POST return null when retrieved using `request.getParameter()`.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)