On one of our pages we have added a AbstractAjaxTimerBehavior
(to add potential new items to a Repeatingview
). The AJAX call that is executed is the following:
https://.../home/?0-1.IBehaviorListener.0-filteredContentHandler&random=0.38872813899070024
However, because of the random part this URL is not static. I'm also not sure if ?0-1
is always the same.
Is there a way in Wicket 1.5 or Wicket 6 (which we might upgrade to) to set a static URL for a certain call?
(The reason for this requirement is to provide this URL to Siteminder (SSO) so that the SSO session is ignoring these URL's to keep the SSO session alive).