MJR <mroberts100 at mediaone.net> wrote: > Got a little bug report: > > ---- > [root at rm01-24-29-193-145 fproxy]# make > CLASSPATH=../../..: javac HttpHandler.java > HttpHandler.java:100: Ambiguous class: Freenet.support.URLDecoder and > java.net.URLDecoder > key = URLDecoder.decode(key); > > > This has been going on for about a week.
thanks for the bug report - that would be because I haven't worked on it for a week. =) Looks like java.net.URLDecoder got added in java 1.2 - I was wondering why they only had URLEncoder in 1.1! fixed now, anyway. theo _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
