I'm not sure that this is related to Wicket, but maybe people here are
able to answer my question.

I have a service that needs to send out emails based on the request URL.
If I do this using a direct connection to the server, no problem. The
URL in the email is rendered properly, something like (if accessed via
the URL www.company.com):

  http://www.company.com/app/page?param1=asdf

Unfortunately, though, my server is behind a proxy, so the URL is
getting rendered as:

  http://192.168.10.1:8080/app/page?param1=asdf

Any clever ideas as to how I can properly get this resolved? It does not
work for me to hard code the URL...


Thanks!



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to