Re: Question about Base64 encoding

2013-01-15 Thread Julius Davies
va:1598) >> > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1319) >> > at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350) >> > >> > Strangely enough, when I try this with an Integer or a BigDecimal instead >> >

Re: [codec] Java 1.3 compliant base64 encoder / decoder

2012-08-23 Thread Julius Davies
ge data in a JSON structure. What version of the > commons-codec source can I use to adapt or just compile a Java 1.3 > compliant base64 > encoder/decoder? > > Hendré -- yours, Julius Davies 604-222-3310 (Home) $ sudo apt-get install cowsay $ echo "Moo." | cowsay | co

Re: Thread-safety of Commons-Codec Encoder

2012-05-03 Thread Julius Davies
ng run (fewer weird race condition bugs filed in Jira?). Mostly talking to myself here. -- yours, Julius Davies 604-222-3310 (Home) $ sudo apt-get install cowsay $ echo "Moo." | cowsay | cowsay -n | cowsay -n http://juliusdavies.ca/cowsay/ --

Re: Commons Codec: base64 "strict" mode?

2009-12-04 Thread Julius Davies
uldn't vote against rejecting "abc def". But I wouldn't vote for it, either. In your particular situation the real problem is probably a bug in your client's code. Maybe you can get your client to use the commons-codec-1.4 Base64.encodeBase64URLSafe() method? By the way

Re: Commons Codec: base64 "strict" mode?

2009-12-03 Thread Julius Davies
cr...@commons.apache.org > For additional commands, e-mail: user-h...@commons.apache.org > > -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/logging.html - To

Re: java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Hex.encodeHexString([B)Ljava/lang/String;

2009-11-10 Thread Julius Davies
in > Dev. It's throwing the exceptions at the below line. > >  *encryptedString= Hex.encodeHexString(encryptedBytes); > * > and catching at here > > *catch (Throwable e) { >            // TODO Auto-generated catch block >            logger.error("Inside Exception Ca

Re: [CODEC] Migrate issue from 1.3 to 1.4

2009-10-27 Thread Julius Davies
after upgrading to 1.4 none of the users can > > login, so we have made a rollback. > > > > Is this a known issue? I havent find anything on your website. > > > > Regards > > > > /Murat > > > > ----

Re: Release codec 1.4?

2009-07-31 Thread Julius Davies
sages, but not much luck getting > volunteers. > > Other than that, Niall can cut another RC. > > Gary > -- yours, Julius Davies 250-592-2284 (Home) 250-893-4579 (Mobile) http://juliusdavies.ca/logging.html -

Re: Release codec 1.4?

2009-07-31 Thread Julius Davies
't seem to have >> anything from commons-codec. >> >> Thanks. >> -Tom >> >> >> >> Gary Gregory wrote: >> > >> > Julius, >> > >> > I will look at CODEC-75 this week. >> > >> > Gary >> >

Re: Release codec 1.4?

2009-07-13 Thread Julius Davies
> > -- > David J. M. Karlsen - +47 90 68 22 43 > http://www.davidkarlsen.com > http://mp3.davidkarlsen.com > > - > To unsubscribe, e-mail: user-unsubscr...@commons.apache.org > For additional commands,

Re: Apache commons inter-dependencies

2008-06-02 Thread Julius Davies
ot be a problem (the API is very stable), but I > don't know about codec. > > Note that the httpclient project recently moved from being part of the > commons project to being part of the "http components" project. So > questions about httpclient should probably be sent t