You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(44) |
Apr
(22) |
May
(8) |
Jun
(3) |
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: pan h. <hua...@ho...> - 2004-03-23 13:57:15
|
no problem:) >From: Renato Nunes Bastos <rnb...@ya...> >Reply-To: dlh...@li... >To: dlh...@li... >Subject: [Dlhttpd-devel] Team Improvement ;) >Date: Tue, 23 Mar 2004 05:16:07 -0800 (PST) > >Hello, guys, > >I ust added a new member to the developers team. His name is Rado (despotic at SF.net), and can be contacted through the email r_...@ho... > >BTW, as I never listed all the tem here, I'm doing it right now, and a small list of "who is doing what" in the project. I want the guys that are working in tasks that are shared by more than one developer, to talk more each other... or you'll guys do the same thing at same time hehehehehehe > > >DEVELOPER TEAM AS IT IS AT MOMENT: > - Sunil (data_structure0 at SF.net / sun...@in... ) - no tasks yet > - Je (jerome_lg at SF.net / jer...@ya...) - tasks #2 and #14 + XML files for config (#17 - new "task") > - Hemal (hemal4 at Sf.net / hem...@ya...) - no tasks yet > - Bugra (saltus at SF. net / 199...@ma...) - tasks #1 and #5 (almost ready - first release done) > - Peter Pan (hlpan at SF.net / hua...@ho...) - no task yet > - Ruther (rutherking at SF.net / rut...@ya...) - tasks #3 and #8 > - Rado (despotic at SF.net / r_...@ho...) - task #3 > >TASKS (TO DO LIST) - "UPDATED" > 1. Better loggging. - Bugra > 2. Support for secure connections (HTTPS). - Je > 3. Support for other HTTP methods besides GET - Ruther and Rado > 4. When user presses Ctrl-C, stop all threads and close all connections > (if not done now). > 5. Print directory listings if index.html does not exist. - Bugra > 6. Fix filter() function in HTTPResourceLoader.java for when there are > multiple ".." patterns in the requested file. > 7. HTTPResource class does nothing with the "path" variable in its > constructor. > 8. Does the server display pages for which there is no permission? - Ruther > 9. Add other error messages to the server (it currently has six) > 10. Fast HTML compression > 11. Cache files (both compressed and raw) in memory, up to some limit > (probably based on a config parameter.) > 12. Good summary statistics to keep track of the server over extended > time periods. > 13. Better thread management. > 14. Dynamically load-able Java "CGIs" - or some other kind of API for > Java to dynamically extend the server's request processing. - Je > 15. Performance, performance, performance. > 16. better method for debug logging. > 17. convert config files to XML format - Je > > >The guys without task... are you ready to be assigned to "whatever I choose"? :) > > >[ ] >Renato >"Project Manager" _________________________________________________________________ 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com |
From: Renato N. B. <rnb...@ya...> - 2004-03-23 13:16:09
|
Hello, guys, I ust added a new member to the developers team. His name is Rado (despotic at SF.net), and can be contacted through the email r_...@ho... BTW, as I never listed all the tem here, I'm doing it right now, and a small list of "who is doing what" in the project. I want the guys that are working in tasks that are shared by more than one developer, to talk more each other... or you'll guys do the same thing at same time hehehehehehe DEVELOPER TEAM AS IT IS AT MOMENT: - Sunil (data_structure0 at SF.net / sun...@in... ) - no tasks yet - Jérôme (jerome_lg at SF.net / jer...@ya...) - tasks #2 and #14 + XML files for config (#17 - new "task") - Hemal (hemal4 at Sf.net / hem...@ya...) - no tasks yet - Bugra (saltus at SF. net / 199...@ma...) - tasks #1 and #5 (almost ready - first release done) - Peter Pan (hlpan at SF.net / hua...@ho...) - no task yet - Ruther (rutherking at SF.net / rut...@ya...) - tasks #3 and #8 - Rado (despotic at SF.net / r_...@ho...) - task #3 TASKS (TO DO LIST) - "UPDATED" 1. Better loggging. - Bugra 2. Support for secure connections (HTTPS). - Jérôme 3. Support for other HTTP methods besides GET - Ruther and Rado 4. When user presses Ctrl-C, stop all threads and close all connections (if not done now). 5. Print directory listings if index.html does not exist. - Bugra 6. Fix filter() function in HTTPResourceLoader.java for when there are multiple ".." patterns in the requested file. 7. HTTPResource class does nothing with the "path" variable in its constructor. 8. Does the server display pages for which there is no permission? - Ruther 9. Add other error messages to the server (it currently has six) 10. Fast HTML compression 11. Cache files (both compressed and raw) in memory, up to some limit (probably based on a config parameter.) 12. Good summary statistics to keep track of the server over extended time periods. 13. Better thread management. 14. Dynamically load-able Java "CGIs" - or some other kind of API for Java to dynamically extend the server's request processing. - Jérôme 15. Performance, performance, performance. 16. better method for debug logging. 17. convert config files to XML format - Jérôme The guys without task... are you ready to be assigned to "whatever I choose"? :) [ ] Renato "Project Manager" |
From: Renato N. B. <rnb...@ya...> - 2004-03-22 21:23:12
|
Hello! I tested the new release, it seems to be doing great. But I found some bugs.. hehhe One of them I had fixed before, i dunno why it cam back. that's it: I have a folder named "t" inside my main "site" folder. In this folder, I have a file: "index.html" - so, I I acess http://127.0.0.1:8888/t/ , it shows me this file, correctly. But, if I access http://127.0.0.1:8888/t (notice the lack of the "/" in the end), it shows me the directory listing, instead of the "index.html" - if it exists, I guess it should be shown, right? :) well, the other error is... I can't see the log file... where is it writing to???? keep the good work, guys. you're doing great. (I hope the others are workign too.. hehehe) BTW, anyone can save this files on CVS? I dunno what happens, I'm totally unable to do it :(((( oh, and more developers are arriving to the team, probably tomorrow! :) [ ] Renato 199...@ma... wrote: Hi, I've added "directory listing" and "logging" capabilities to the project code. Some beautiful html markup needed :( . I can't prevent logging outputting log to the console also. But logging is working well with a log file also. http://mail.baskent.edu.tr/~19913500/dlhttpd.zip Have a nice day ! ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Dlhttpd-devel mailing list Dlh...@li... https://lists.sourceforge.net/lists/listinfo/dlhttpd-devel |
From: <199...@ma...> - 2004-03-20 15:37:10
|
Hi, I've added "directory listing" and "logging" capabilities to the project code. Some beautiful html markup needed :( . I can't prevent logging outputting log to the console also. But logging is working well with a log file also. http://mail.baskent.edu.tr/~19913500/dlhttpd.zip Have a nice day ! |
From: <rut...@ya...> - 2004-03-18 08:52:18
|
Hello, From the TODO List I can do 3. Support for other HTTP methods besides GET 8. Does the server display pages for which there is no permission? In this case, we can add ACL functionality. Best Regards, Ruther Bugra <199...@ma...> wrote: Hi, I use SUN JDK version 1.4.2_01. On Wed, 17 Mar 2004, Jerome LG wrote: > 199...@ma... wrote: > > >Hi, > > > >>From the TODO list first i can do the logging of > >the server and directory listing options. I'm > >now working on those issues. OK ? > > > > > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by: IBM Linux Tutorials > >Free Linux tutorial presented by Daniel Robbins, President and CEO of > >GenToo technologies. Learn everything from fundamentals to system > >administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click > >_______________________________________________ > >Dlhttpd-devel mailing list > >Dlh...@li... > >https://lists.sourceforge.net/lists/listinfo/dlhttpd-devel > > > > > > > Hi, > > for logging, take a look to java.util.logging. > > More generally on the project : > > What version of Java do you use ? 1.4.2 ? > > I get three points of interest in the TODO list : > - code httpS server (need 1.4.2 java version) > - code "CGI" like functionalities > - put configuration file on XML format (not on the TODO list) > > If someone interrested by one or more of precedant subject, please tell me ! > > Bye ! > > Je > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Dlhttpd-devel mailing list > Dlh...@li... > https://lists.sourceforge.net/lists/listinfo/dlhttpd-devel > ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Dlhttpd-devel mailing list Dlh...@li... https://lists.sourceforge.net/lists/listinfo/dlhttpd-devel --------------------------------- Do You Yahoo!? 完全免费的雅虎电邮,马上注册获赠额外60兆网络存储空间 |
From: Bugra <199...@ma...> - 2004-03-17 21:06:03
|
Hi, I use SUN JDK version 1.4.2_01. On Wed, 17 Mar 2004, Jerome LG wrote: > 199...@ma... wrote: > > >Hi, > > > >>From the TODO list first i can do the logging of > >the server and directory listing options. I'm > >now working on those issues. OK ? > > > > > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by: IBM Linux Tutorials > >Free Linux tutorial presented by Daniel Robbins, President and CEO of > >GenToo technologies. Learn everything from fundamentals to system > >administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=3Dclick > >_______________________________________________ > >Dlhttpd-devel mailing list > >Dlh...@li... > >https://lists.sourceforge.net/lists/listinfo/dlhttpd-devel > > > > > > > Hi, > > for logging, take a look to java.util.logging. > > More generally on the project : > > What version of Java do you use ? 1.4.2 ? > > I get three points of interest in the TODO list : > - code httpS server (need 1.4.2 java version) > - code "CGI" like functionalities > - put configuration file on XML format (not on the TODO list) > > If someone interrested by one or more of precedant subject, please tell m= e ! > > Bye ! > > J=E9r=F4me > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3Dcli= ck > _______________________________________________ > Dlhttpd-devel mailing list > Dlh...@li... > https://lists.sourceforge.net/lists/listinfo/dlhttpd-devel > |
From: Jerome LG <jer...@ya...> - 2004-03-17 19:52:47
|
199...@ma... wrote: >Hi, > >>From the TODO list first i can do the logging of >the server and directory listing options. I'm >now working on those issues. OK ? > > > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click >_______________________________________________ >Dlhttpd-devel mailing list >Dlh...@li... >https://lists.sourceforge.net/lists/listinfo/dlhttpd-devel > > > Hi, for logging, take a look to java.util.logging. More generally on the project : What version of Java do you use ? 1.4.2 ? I get three points of interest in the TODO list : - code httpS server (need 1.4.2 java version) - code "CGI" like functionalities - put configuration file on XML format (not on the TODO list) If someone interrested by one or more of precedant subject, please tell me ! Bye ! Jérôme |
From: <199...@ma...> - 2004-03-17 14:51:10
|
Hi, From the TODO list first i can do the logging of the server and directory listing options. I'm now working on those issues. OK ? |
From: Renato N. B. <rnb...@ya...> - 2004-03-16 17:52:48
|
Hello, Jerome. I'm replying this via mailling-list, so the others receive my answer too. answers are below: --- Jerome LG <jer...@ya...> wrote: > > 1. Better loggging. > What do you mean by better logging ? I haven't seen > code about loggin on > the Web Server. Is it HTTP loggin ? or admin login ? well, it's true, no logging by now, only in the console... that's what we mean (not the whole TODO was written by me... like this part): we need to creat a logging feature, on one (or more) file(s). if u see the dlhttd.cfg file, in the "config" folder, u will see an entry that I created for a "log file". and the main program (dlhttpd.java), already "reads" and returns this file... we just need to implement a class that.. logs! > 5. Print directory listings if index.html does not > exist. > I think this part is an extension of TODO #14. If > dlhttpd user want, he > configure DefaultPage to "DirListing.class???" and > the Directory Listing > is showed or on error page 404.class??? well... have u ever seen those sites where there's no default page, and u try to access and it shows a list of files, instead of an error?... that's the idea. for an example, access this site: http://www.attrition.org/misc/ee/ of course, this list of files appears because we have permission to list it. DLHttpd still doesn't implement these: neither the list, either the permission to list... so I guess we could sart with just listing the files of the folder, itf no default file (index.html, for example) is available... got it? :) > 8. Does the server display pages for which there is > no permission? > If you mean system permission on files, if user > running dlhttp has no > permission on the file (like index.html) a > NullPointerException in > HTTPFileResource.read(HTTPFileResource.java:79). hmmm... something like that... we need to check more about this... I'll talk to who wrote this line, to see what he means exactly. > I already get some ideas like configuration in XML > but it's details for > the moment. good one! we can add more stuff in the "to do" list... they don't need to be done in that order too, I just put the suggestions we had in the same file... heheheh > > I don't want to tell you I want to do that and > nothing else. It depends > of your need first. My preference is on subject #2 > and #14 for the > moment but if someone if ever on this subject or if > you think one > subject must be done fisrt, tell me. cool!!!! if you can do some research on how to implement them, it's ok for me!!! anyone else wants to play with those 2 parts? :) [ ] Krull |
From: sunil_menon1980 <sun...@in...> - 2004-03-16 04:22:13
|
Indiatimes Email now powered by APIC Advantage. Help! HelpClick on the image to chat with me |