On Mon, 2013-07-08 at 11:35 +0100, sebb wrote:
> On 8 July 2013 11:29, Oleg Kalnichevski <ol...@apache.org> wrote:
> > On Mon, 2013-07-08 at 11:10 +0100, sebb wrote:
> >> The NTLM code uses the charset UnicodeLittleUnmarked a lot.
> >>
> >> The official page:
> >>
> >> http://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html
> >>
> >> says they are the same, but different APIs use a different canonical name.
> >>
> >> I assume the methods will therefore take either.
> >>
> >> Might be worth changing to the slightly shorter - but more obviously
> >> 16 bit - name?
> >>
> >> In any case, extracting as a constant and documenting the choice would
> >> be a good idea.
> >> Especially since the code also uses US-ASCII or ASCII sometimes (why?)
> >>
> >
> > Sebastian,
> >
> > I would like to propose to move to Java 1.6 at some point (rather sooner
> > than later). One of the reasons to make this move is to be able to use
> > Charset variant of String#getBytes() method
> 
> Yes, that's definitely easier.
> 
> > and to clean up the use of
> > various charsets throughout the code base, not just NTLM code.
> 
> Not sure that requires Java 1.6.
> 
> > Maintaining Java 1.5 compatibility has been getting increasingly
> > difficult and increasingly pointless. The question is whether this is
> > too later for 4.3 or not.
> 
> There's still quite a lot of Java 1.5 out there, so I would suggest
> holding off requiring 1.6 until after 4.3.
> 
> There are a lot of useful fixes etc in 4.3, so why not make them
> available to people still stuck on Java 5?
> 

All right. Fair enough. Let's discuss the move post 4.3

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to