Inability to download a large amount of data in app (Line Listing)

This issue has been discussed several times, but the problem is that the URL that the client generates is too long. See this post which describes essentially the same problem.

You may be able to increase the maximum URL length of your reverse proxy, but eventually, you will hit either the max URL size of the browser itself, the max size of the reverse proxy, or the max size of Tomcat.

Currently, this is just a defect in the app, which does not warn you that the URL size is too large. There have been some proposed methods to deal with this issue, but as of now, there is no other solution other than to decrease the size of the request which you are making (or possibly increase the acceptable URL length as mentioned above).

Best regards,
Jason

1 Like