Re: Code Submission - Wild Card Aliases

2005-05-03 Thread Jin Yu
some wild-card until the host list consume all available memory. Jin Yu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Bug in tag lib implementation

2001-08-28 Thread Jin Yu
Hi, According to my interpretation of the JSP 1.1 spec, the following code should be legal. I've changed the name of the tag from foo to foo.test. Page 99 of the spec states that name can be any NMTOKEN. Since foo.test is a NMTOKEN it should be a legal name. I think this is the same as bug

RE: [TC4.0] Disabling debug output...

2001-07-21 Thread Jin Yu
There's work done to remove code from Java class files at load time to support the new assert feature in JDK1.4. IIRC the class loader is doing most if not all of the work. So it may be possible to make it work in earlier JDKs. Could something similiar be done for logging? Jin Yu