Comment
14-11-2019
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
FYI, if you URL-encode the entire batch contents after "batch=" , then you should not be seeing such issues.The issue is that the URL parameters (batch=...&test) are parsed by the servlet container and the batch parameter value is "truncated" (from the user's perspective) before the Target code even sees the parameters, so this is not something Target can even detect as an error.