⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changes

📁 一个经典的java的web服务器的建立源代码
💻
字号:
$Id: CHANGES,v 1.6 2001/01/25 02:44:22 nconway Exp $

0.2.1

- Accept absolute request URIs
- Allow extra newlines before request line, as per RFC recommendation
- Hack to ThreadManager: we now spawn 1 less thread
- Compile properly on JDK 1.2 (thanks to aardal@users.sourceforge.net)
- Create the log file directory instead of failing (thanks to aardal)
- Make the MIMEDictionary mapping file a config variable
- Improvements to the build system (build.xml)
- Add unit testing code: this will be expanded in future releases
- Add 5 unit tests for MIMEDictionary
- Include a proper 'TODO' file
- Renamed some methods to be more logical
- Remove some unused configuration variables

0.2.0

- Enable javac optimizations by default in build.xml
- Allow binding to multiple ports (involved some redesigns)
- Optimize Socket handoff (under heavy load, this significantly
  reduces the time taken to establish a connection)
- Read files in blocks. This makes serving large files MUCH more
  efficient, and may even improve small file performance slightly
- More minor javadoc cleanups and corrections
- Major refactoring: split Connection into Request and Response,
  rewriting a lot of code in the process, and make some API changes

0.1.2

- Append to log files instead of just overwriting them
- Fix HTTP 205 error code
- Implement the 'TRACE' request method
- More javadoc cleanups and corrections

0.1.1

- Add changelog file, CHANGES
- Write README file: install instructions + general info
- Write javadoc for CommonLogMessage.java
- Improve/cleanup all the javadoc
- Improve HTTP error page format
- Synchronize some thread pool methods - should be safer now
- Fix NullPointerException when handling requests with bad method lines
- Improve ThreadManager logging
- Print a status message on startup
- Distribute as a ZIP archive (closes bug #128334)

0.1.0

- Initial public release

⌨️ 快捷键说明

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