Hi, What is <Request> in GET /wicket/page?420-1.<Request> ? Which render strategy do you use ? REDIRECT_TO_BUFFER (the default), REDIRECT_TO_RENDER or ONE_PASS_RENDER ?
https://github.com/apache/wicket/blob/89c1290cb007f14c13c1d6d6648a8c0a090a97b2/wicket-core/src/main/java/org/apache/wicket/settings/RequestCycleSettings.java#L88 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, May 3, 2016 at 1:57 PM, tomask79 <[email protected]> wrote: > Hi guys, > > currently in the older deployed versions of our system in the cluster > environment, we're experiencing sometimes strange behaviour where one > session loops in the 302 redirect cycle....this is the log from load > balancer: > > "GET /wicket/page?420-1.<Request> 302 333 (redir=-, > > SID=h_pXgpfMGo80oe7JYFor4SeZtr6kz_QC9BWFzlRyjw37_T9y6XhL!22895550!902922496) > "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" > "GET /wicket/page?420-1.<Request> 302 333 (redir=-, > > SID=h_pXgpfMGo80oe7JYFor4SeZtr6kz_QC9BWFzlRyjw37_T9y6XhL!22895550!902922496) > "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" > "GET /wicket/page?420-1.<Request> 302 333 (redir=-, > > SID=h_pXgpfMGo80oe7JYFor4SeZtr6kz_QC9BWFzlRyjw37_T9y6XhL!22895550!902922496) > "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" > "GET /wicket/page?420-1.<Request> 302 333 (redir=-, > > SID=h_pXgpfMGo80oe7JYFor4SeZtr6kz_QC9BWFzlRyjw37_T9y6XhL!22895550!902922496) > "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" > "GET /wicket/page?420-1.<Request> 302 333 (redir=-, > > SID=h_pXgpfMGo80oe7JYFor4SeZtr6kz_QC9BWFzlRyjw37_T9y6XhL!22895550!902922496) > "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" > "GET /wicket/page?420-1.<Request> 302 333 (redir=-, > > SID=h_pXgpfMGo80oe7JYFor4SeZtr6kz_QC9BWFzlRyjw37_T9y6XhL!22895550!902922496) > "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" > "GET /wicket/page?420-1.<Request> 302 333 (redir=-, > > SID=h_pXgpfMGo80oe7JYFor4SeZtr6kz_QC9BWFzlRyjw37_T9y6XhL!22895550!902922496) > "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" > > *when this 302 redirect loop could have happended with 1.5.8 please? * > > We've got sticky sessions ON, session replication ON as well. Btw we're not > experiencing this with Wicket 6.0.. > > thanks a lot in advance > > Tomas > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Too-many-302-redirects-with-1-5-8-Wicket-tp4674532.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
