Re: [xSocket-develop] xsocket-http Base64 Encoding/Decoding
Status: Inactive
Brought to you by:
grro
|
From: <gre...@we...> - 2008-04-22 07:20:26
|
Hi Martin its strange why JSE API doesnt include a base64 en/decoder (using the sun.misc.BASE64Decoder of Sun's JVM impl. is not recommended). xSocket will not implement such a en/decoder. There a plenty of free Base64 decoders. E.g. Apache commons codec (http://commons.apache.org/codec/), which xSocket uses for the unit tests. Gregor > -----Ursprüngliche Nachricht----- > Von: "Martin Thelian" <Mar...@gm...> > Gesendet: 22.04.08 08:47:31 > An: xso...@li... > Betreff: [xSocket-develop] xsocket-http Base64 Encoding/Decoding > Hi, > > I'd like to authenticate a user using basic www-authentication. Does > xsocket provide functions for base64 encoding/decoding or do I need to > implement it on my own? > > Thanks, > Martin > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > xSocket-develop mailing list > xSo...@li... > https://lists.sourceforge.net/lists/listinfo/xsocket-develop > -- Gregor Roth |