Save query parameters in WebSessionServerRequestCache
Previously, URL query parameters were lost when saving a request
in WebSessionServerRequestCache. Now it is properly saved and
restored.
Fixes: gh-6421
@ -86,6 +86,8 @@ public class WebSessionServerRequestCache implements ServerRequestCache {
@@ -86,6 +86,8 @@ public class WebSessionServerRequestCache implements ServerRequestCache {