-
1. Re: What about NNTP/Forums connectivity?
chamcha Nov 4, 2004 10:58 AM (in response to chamcha)I did not work on NNTP integration for forums.
Now they are freezed until, nukes core finished.
We still need a forum, the forums on jboss will
be refactored to fit in nukes.
NNTP integration might be considered later.
julien -
2. Re: Multipart encoding problem
thorntond Nov 6, 2004 4:50 PM (in response to chamcha)I'm not sure this will help solve your problem, but there is file uploading code that might help out. Maybe you have already seen it. The web site is http://www.servlets.com/cos/index.html . It's from one of the O'Reilly books. I use the upload.war file contained in the downloadable cos-date.zip file to do file uploading to my servers. It's worked well for me. The zip file contains the source code too.
Danny -
3. Re: Multipart encoding problem
chamcha Nov 8, 2004 3:35 AM (in response to chamcha)Hi ThorntonD,
there is no need of oreally file upload since commons-fileupload works well. The problem is the nukes code. I've fix the problem passing the HttpRequest encoding to the FileItem.getString().
Since I think this is a nukes bug. I'll submit it soon.
Marco