RE: AuthorizationPolicy null in message using URL encoded credentials

2014-01-13 Thread blacar
Thank you Andrei, of course you were right. I've Base64 encoded my credentials and now i see ApplicationPolicy and NamePasswordCallbackHandler initialized correctly. ... URL myURL = new URL(serviceURL); HttpURLConnection myURLConnection = (HttpURLConnection)myURL.openConnection(); String basicAut

RE: AuthorizationPolicy null in message using URL encoded credentials

2014-01-10 Thread Andrei Shakirin
Hi, > -Original Message- > From: blacar [mailto:bcr...@gmail.com] > Sent: Freitag, 10. Januar 2014 14:50 > To: users@cxf.apache.org > Subject: AuthorizationPolicy null in message using URL encoded credentials > > Hello, > > Trying to use JAASAuthenticationFilter i am seeing that > messa