Yes, a couple of things have changed. HTMLEncoder was renamed URLEncoder, and then HTMLEncoder and HTMLDecoder were added.
Yves Lempereur (avian)
On Sunday, February 2, 2003, at 06:55 PM, Greg Wooledge wrote:
Have the dependencies for the "stable" (rel-0-5-1) branch changed
recently? Or was there an incomplete merge/backport?
[javac] Found 3 semantic errors compiling "/usr/local/cvs/Freenet-head/freenet/src/freenet/client/http/filter/ SaferFilter.java":
[javac] 7. import freenet.support.HTMLDecoder;
[javac] <------------------------->
[javac] *** Error: "freenet/support/HTMLDecoder" is either a misplaced package name or a non-existent entity.
[...]
(But there is a freenet/support/URLDecoder.)
[javac] Found 2 semantic errors compiling "/usr/local/cvs/Freenet-head/freenet/src/freenet/client/http/ FproxyServlet.java":
[javac] 19. import freenet.support.URLEncoder;
[javac] <------------------------>
[javac] *** Error: "freenet/support/URLEncoder" is either a misplaced package name or a non-existent entity.
[...]
(But there is a freenet/support/HTMLEncoder.)
[javac] Found 10 semantic errors compiling "/usr/local/cvs/Freenet-head/freenet/src/freenet/client/http/ SplitFileRequestServlet.java":
[javac] 462. resp.sendRedirect(URLEncoder.encode(context.mainURL()));
[javac] <-------->
[javac] *** Error: "URLEncoder" is either a misplaced package name or a non-existent entity.
[...]
(But there is a freenet/support/HTMLEncoder.)
--
Greg Wooledge | "Truth belongs to everybody."
[EMAIL PROTECTED] | - The Red Hot Chili Peppers
http://wooledge.org/~greg/ |
<mime-attachment>
_______________________________________________ devl mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl
