We're running a wicket app on jetty and having an issue with signout. The app
runs on port 8443 and we have iptables redirecting from port 443.  This lets
us go to https://ourap.lab without port numbers and without having the web
app run as root.

Everything is great until we do signout.  We have a LogoutPage that does
this:

   AuthenticatedWebSession.get().signOut();
   setResponsePage(HomePage.class);

Works fine, we get sent to the Login page.  Only problem is that the url has
the :8443 port number in it.  For some reason, this is the end of the world
for our users.

Any ideas?  Thanks





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/signOut-and-port-tp4254767p4254767.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to