Re: do you get this error???

2014-10-05 Thread ISHIMOTO Ken
But you get only that when JRebel is running. JRebel on 4.4 is really not working. Ken 2014/10/06 8:33、ISHIMOTO Ken のメール: > Yes, looks like a Bug > > Same problem with Java 1.8. > > Oracle is aware of it but no fix available for over a year. > > http://stackoverflow.com/questions/18794573/

Re: do you get this error???

2014-10-05 Thread ISHIMOTO Ken
Yes, looks like a Bug Same problem with Java 1.8. Oracle is aware of it but no fix available for over a year. http://stackoverflow.com/questions/18794573/objc10012-class-javalaunchhelper-is-implemented-in-both-libinstrument-dyl Ken 2014/08/12 17:09、Theodore Petrosky のメール: > objc[50802]: Cl

Re: REST authentication

2014-10-05 Thread Pascal Robert
It’s all on wocommunity.org and slideshare.net. > Hi List, > > The answer about REST auth interests me too. > > Can I download WOWODC 2012 on iTune? > > Thanks. > > Envoyé de mon iPad > > Le 4 oct. 2014 à 21:57, Pascal Robert a écrit : > >> Check my presentations from WOWODC 2012. >> >> En

Re: REST authentication

2014-10-05 Thread Matt Ness
On 06/10/2014, at 8:45 AM, John Huss wrote: > REST basically just means HTTP, so the answer is to use HTTP auth, most > likely BASIC auth. This can be done two ways: > > 1) If your apps are fronted by Apache (which they probably are), then you can > use Apache's bult-in authorization functio

Re: REST authentication

2014-10-05 Thread John Huss
REST basically just means HTTP, so the answer is to use HTTP auth, most likely BASIC auth. This can be done two ways: 1) If your apps are fronted by Apache (which they probably are), then you can use Apache's bult-in authorization functionality, the simplist form of which is just to declare users

Re: REST authentication

2014-10-05 Thread Raymond NANEON
Hi List, The answer about REST auth interests me too. Can I download WOWODC 2012 on iTune? Thanks. Envoyé de mon iPad > Le 4 oct. 2014 à 21:57, Pascal Robert a écrit : > > Check my presentations from WOWODC 2012. > > Envoyé de mon iPhone > >> Le 2014-10-04 à 10:02, Gabor Raz a écrit : >>