Re: Getting host name inside tomcat realm implementation

2014-06-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/25/14, 10:39 AM, Mark Thomas wrote: > On 25/06/2014 15:35, Christopher Schultz wrote: >> Konstantin, >> >> On 6/25/14, 5:23 AM, Konstantin Kolinko wrote: >>> 2014-06-24 21:09 GMT+04:00 Neeraj Sinha >>> : I am using form based authe

Re: Getting host name inside tomcat realm implementation

2014-06-25 Thread Mark Thomas
On 25/06/2014 15:35, Christopher Schultz wrote: > Konstantin, > > On 6/25/14, 5:23 AM, Konstantin Kolinko wrote: >> 2014-06-24 21:09 GMT+04:00 Neeraj Sinha >> : >>> I am using form based authentication (tomcat 7.0.34) and I >>> have the implementation of custom realm class which extends >>> Realm

Re: Getting host name inside tomcat realm implementation

2014-06-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 6/25/14, 5:23 AM, Konstantin Kolinko wrote: > 2014-06-24 21:09 GMT+04:00 Neeraj Sinha > : >> I am using form based authentication (tomcat 7.0.34) and I have >> the implementation of custom realm class which extends RealmBase >> class.

Re: Getting host name inside tomcat realm implementation

2014-06-25 Thread Konstantin Kolinko
2014-06-24 21:09 GMT+04:00 Neeraj Sinha : > I am using form based authentication (tomcat 7.0.34) and I have the > implementation of custom realm class which extends RealmBase class. Inside > the getPrincipal() method implementation, I am calling backend service to > save some login details. I need

Re: Getting host name inside tomcat realm implementation

2014-06-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Neeraj, On 6/24/14, 1:09 PM, Neeraj Sinha wrote: > I am using form based authentication (tomcat 7.0.34) and I have > the implementation of custom realm class which extends RealmBase > class. You need to upgrade. There are security updates classifie

Getting host name inside tomcat realm implementation

2014-06-24 Thread Neeraj Sinha
I am using form based authentication (tomcat 7.0.34) and I have the implementation of custom realm class which extends RealmBase class. Inside the getPrincipal() method implementation, I am calling backend service to save some login details. I need to pass host name to backend (I have 2 application