Re: Http Basic authentication with Tapestry

2011-01-22 Thread Alberto Almagro
t;> Any help please? >> >> Thank you so much... >> -- >> View this message in context: >> http://tapestry.1045711.n5.nabble.com/Http-Basic-authentication-with-Tapestry-tp3348700p3351113.html >> Sent from the Tapestry - User mailing list archive at Nabble.com. &g

Re: Http Basic authentication with Tapestry

2011-01-22 Thread Alberto Almagro
sts don't need to pass username/password but > you do in Tapestry? That sounds fishy. > > Josh > > On Fri, Jan 21, 2011 at 2:14 AM, AlbertoAlmagro > wrote: >> >> I can't believe that nobody knows the solution or even a hint for this >> issue... &g

Re: Http Basic authentication with Tapestry

2011-01-21 Thread Mark
ve that nobody knows the solution or even a hint for this > issue... > > Any help please? > > Thank you so much... > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Http-Basic-authentication-with-Tapestry-tp3348700p3351113.html > S

Re: Http Basic authentication with Tapestry

2011-01-21 Thread Josh Canfield
s message in context: > http://tapestry.1045711.n5.nabble.com/Http-Basic-authentication-with-Tapestry-tp3348700p3351113.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To unsubscribe,

Re: Http Basic authentication with Tapestry

2011-01-21 Thread Alberto Almagro
ap so far? > > On Fri, Jan 21, 2011 at 3:44 PM, AlbertoAlmagro > wrote: > >> >> I can't believe that nobody knows the solution or even a hint for this >> issue... >> >> Any help please? >> >> Thank you so much... >> -- >> View

Re: Http Basic authentication with Tapestry

2011-01-21 Thread Werner Keil
gt; > Thank you so much... > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Http-Basic-authentication-with-Tapestry-tp3348700p3351113.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > -

Re: Http Basic authentication with Tapestry

2011-01-21 Thread AlbertoAlmagro
I can't believe that nobody knows the solution or even a hint for this issue... Any help please? Thank you so much... -- View this message in context: http://tapestry.1045711.n5.nabble.com/Http-Basic-authentication-with-Tapestry-tp3348700p3351113.html Sent from the Tapestry - User ma

Re: Http Basic authentication with Tapestry

2011-01-20 Thread Alberto Almagro
hod) >>                        throws InstanceNotFoundException { >> >>                String usernamePassword = cuentaOsm.getOsmLoginMail() + ":" >>                                + cuentaOsm.getOsmClearPassword(); >>                String basicAuthorizationString = EncodingUtil &g

Re: Http Basic authentication with Tapestry

2011-01-19 Thread Josh Canfield
 method.addRequestHeader("Authorization", "Basic " >                                + basicAuthorizationString); > >                return method; >        } > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Http-Basic

Http Basic authentication with Tapestry

2011-01-19 Thread AlbertoAlmagro
tionString = EncodingUtil .encodeBase64(usernamePassword); method.addRequestHeader("Authorization", "Basic " + basicAuthorizationString); return method; } -- View this message in context: http://tapestry.1045711