todo

来自「纯java服务器」· 代码 · 共 28 行

TXT
28
字号
$Id: TODO,v 1.12 2001/01/25 02:43:57 nconway Exp $

For 0.3.0:

- Move CVS tree to SourceForge
- Reorganize source tree so the build process is easier. Move
  Source code to 'src/', perhaps compile a JAR archive, etc...?
- XML configuration system
- Proper unit testing using JUnit (www.junit.org)
- Parse command-line options
- Document some new code (Request, Response, misc other methods)
- Fix access log format

For 0.4.0 and later:

- HTTP Basic Authentication support
- Better HTTP error code pages
- Rewrite ThreadManager so it actually works

Minor Features/Reminders:

- If using HTTP/1.1, require all clients send 'Host:' headers
- Decide on access restrictions for constructors: public, friendly, ?
- Clarify usage of URI and URL in the source code and documentation
- Test that security checks in ServerThread.translateURI(String) still
  work, even with URLDecoder
- Remove all references to author's system (e.g. /home/nconway/ hardcoded)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?