Hi all,

I'm just playing around with freenet for the first time, so maybe I'm
doing something stupid, but is it just me or do splitfile downloads no
longer work with the latest (build 527) fproxy?  No matter what the MIME
type of the file is, I get a MimeFilterException.  I'm pretty sure it
was working in the original 0.5 release but stopped working with
0.5.0.1.

I'm no expert, but perhaps it's something to do with this code in
SplitFileRequestContext.java:

// filter text/html
if (runFilter) {
 .... etc

Which has been moved to the splitfile code between working and
non-working builds.  runFilter is always true so this won't just get run
for text/html but for anything.  I think.  But I've just had a quick
look at the code and don't really know if this is the problem or not.

I saw in the mailing list archive that someone else was having this
problem too.  Maybe one of the developers could try a splitfile download
and see if they can figure out the cause?

I'm using Sun JVM 1.4.1 on Linux if it helps at all.

BTW... I tried to use the Makefile.gcj to produce a binary with GCJ...
compiling appeared to work, but I get a link error:

Linking: frednode
freenet/node/http/NodeInfoServlet.o(.text+0x52b): In function
`freenet::node::http::NodeInfoServlet::init()':
/tmp/freenet-0.5.0.3-source/freenet/src/freenet/node/http/NodeInfoServl
et.java:80: undefined reference to
`freenet::node::http::infolets::NodeStatusInfolet::class$'
freenet/node/http/NodeInfoServlet.o(.text+0x53a):/tmp/freenet-0.5.0.3-s
ource/freenet/src/freenet/node/http/NodeInfoServlet.java:80: undefined
reference to
`freenet::node::http::infolets::NodeStatusInfolet::NodeStatusInfolet[in
-charge]()'
collect2: ld returned 1 exit status
make: *** [frednode] Error 1

This is a Debian gcj 3.2.1 prerelease, so maybe that's part of the
problem, but if anyone has any suggestions for getting this working, I'd
appreciate it.

Thanks for any help with either of the two problems above. :)

- Alistair

_______________________________________________
devl mailing list
devl at freenetproject.org
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to