Changes between Initial Version and Version 1 of Ticket #26886, comment 34
- Timestamp:
- 08/09/2017 03:38:11 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26886, comment 34
initial v1 1 1 I've run into this issue when the front-end webserver or proxy does not support multiple same-name query parameters. In my particular case AWS API Gateway. 2 2 3 A dlight difference is that the location of the break is irrelevant; that there is a break at all (rather than it generates multiple `load[]` parameters) is the problem.3 A slight difference is that the location of the break is irrelevant; that there is a break at all (rather than it generates multiple `load[]` parameters) is the problem. 4 4 5 5 Using `CONCATENATE_SCRIPTS` to work around it is good enough though.