[
https://issues.apache.org/jira/browse/FELIX-4301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felix Meschberger resolved FELIX-4301.
--------------------------------------
Resolution: Fixed
Fix Version/s: webconsole-4.2.2
Fixed in Rev. 1538661
This not only affected saving configuration but also deleting and unbinding
configuration. Fixed all three instances sending the POST parameters as request
body instead of URL query string
> Updated configuration is transmitted as query string to the request URL
> instead of POST payload
> -----------------------------------------------------------------------------------------------
>
> Key: FELIX-4301
> URL: https://issues.apache.org/jira/browse/FELIX-4301
> Project: Felix
> Issue Type: Bug
> Components: Web Console
> Affects Versions: webconsole-4.2.0
> Reporter: Felix Meschberger
> Assignee: Felix Meschberger
> Fix For: webconsole-4.2.2
>
>
> When updating configuration in the Configuration Manager screens, the updated
> configuration is supplied as query string to the request URL, albeit in a
> POST request.
> This is bad on multiple accounts: data is transmitted as URLs and thus may be
> logged and there is a natural limit in the size of request URLs.
> We must make sure such configuration updates are actually transmitted as
> payload to the POST requests.
--
This message was sent by Atlassian JIRA
(v6.1#6144)