When re-directing a non-authenticated user, class AuthenticationProcessingFilterEntryPoint builds an absolute URL.
This leads to problems in a customer environment where our server (Weblogic, clustered) is behing a load-balancer and may NOT be accessed directly.
Theoretically the customer can configure the load balancer to overcome this but this is percieved as requiring configuration changes in an active web-farm because of a specific app. bad karma.
Does anyone have a clue why absolute redirection is used?
Are there any plans to make it relative?
I can change the code locally, but am worried that I am missing some major point.
Thanks for any answer!


