File: TODO

package info (click to toggle)
classpath 2%3A0.12-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 28,188 kB
  • ctags: 45,083
  • sloc: java: 216,959; ansic: 21,963; sh: 8,347; cpp: 1,034; makefile: 722; perl: 101; xml: 5
file content (24 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-- DNS cache purging.

-- Implement ContentHandler chaining (non-JDK feature)

-- Implement MIME type by file determination chaining using external
   disk files. (non-JDK feature)

-- Implement determining MIME type from an InputStream

-- Datagram peek()'s

-- Finalize methods for sockets

-- HTTP - caching (supported by JDK?)

-- HTTP - all protocol support beyond basic GET functionality

-- Fix call to Date(String) in URLConnection.getHeaderFieldDate() when
   I figure out why DateFormat isn't working.

-- Finish off all JDK 1.2 permissions stuff

-- Write URLClassLoader