I am having a JSP page with display tag for pagination. There are some data which is getting passed through URL when I switch pages in display tag.
My observation in local system while switching between pages is when the url length is more than 3000 characters, and when I copy the url from the address bar, It is getting trimmed to 2083 characters. But the system works as expected.
But In QA and prod, for the same scenario, I am getting a 403 error.
I am using a IE browser for which maximum url length is 2083 characters.
What I suspect is the the jboss server that is used in QA and prod sends out a 403 if the url length is more than a certain limit. Is this possible? I am pretty sure this issue has got some thing to do with the JBOSS server but couldn't figure out exactly what it is.