Re: UrlRenderer renders wrong HTTPS links

2012-10-19 Thread Martin Grigorov
( request.getClientUrl().getPort() ). Do you have any idea why 'null' is pre-served and not '443'? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UrlRenderer-renders-wrong-HTTPS-links-tp4653059p4653080.html Sent from the Users forum mailing list archive at Nabble.com

Re: UrlRenderer renders wrong HTTPS links

2012-10-19 Thread Sven Meier
and not '443'? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UrlRenderer-renders-wrong-HTTPS-links-tp4653059p4653080.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e

Re: UrlRenderer renders wrong HTTPS links

2012-10-19 Thread Sven Meier
(), getBaseUrl().getPort(), request.getClientUrl().getPort()); } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UrlRenderer-renders-wrong-HTTPS-links-tp4653059.html Sent from the Users forum mailing list archive at Nabble.com

Re: UrlRenderer renders wrong HTTPS links

2012-10-19 Thread Dirk Forchel
Okay, I'll try out the change in a couple of minutes and give you a feedback. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UrlRenderer-renders-wrong-HTTPS-links-tp4653059p4653100.html Sent from the Users forum mailing list archive at Nabble.com

Re: UrlRenderer renders wrong HTTPS links

2012-10-19 Thread Dirk Forchel
Hi Sven, it works!!! Yep. You safed my day ... almost ;-) Dirk -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UrlRenderer-renders-wrong-HTTPS-links-tp4653059p4653104.html Sent from the Users forum mailing list archive at Nabble.com

UrlRenderer renders wrong HTTPS links

2012-10-18 Thread Dirk Forchel
-renders-wrong-HTTPS-links-tp4653059.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

Re: UrlRenderer renders wrong HTTPS links

2012-10-18 Thread Sven Meier
: +getBaseUrl().getPort()+ ClientUrl: +request.getClientUrl().getPort() ); return choose(url.getPort(), getBaseUrl().getPort(), request.getClientUrl().getPort()); } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/UrlRenderer-renders-wrong-HTTPS

Re: UrlRenderer renders wrong HTTPS links

2012-10-18 Thread Dirk Forchel
in context: http://apache-wicket.1842946.n4.nabble.com/UrlRenderer-renders-wrong-HTTPS-links-tp4653059p4653080.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr