access to request object when using spring security

Posted by Hussain on Stack Overflow See other posts from Stack Overflow or by Hussain
Published on 2010-05-17T16:12:39Z Indexed on 2010/05/19 20:20 UTC
Read the original article Hit count: 226

Filed under:
|

When logging in I want to read the URL and base on the combination of subdomain, username and password user should be authorized.

like if the url is abc.xyz.com

i somehow need request object to get the subdomain and authorize user using the subdomain and username.

© Stack Overflow or respective owner

Related posts about spring-security

Related posts about spring-mvc