various kawa check-ins

Per Bothner per@bothner.com
Fri Dec 20 10:36:00 GMT 2002


Nic Ferrier wrote:
> It perhaps isn't important but your CGI handling stuff does not
> implement the spec in one very obvious way.
> 
> Servlet's expect to have their init(ServletConfig) methods called
> before the service method is called. Your main() doesn't do that.

How about the appended file?  Of course getServletContext - and lots
of other methosd - are null, so code that depends on them will fail
or even crash.

In principle it would be nice if CGIServletWrapper could be used to
run most simple servlets, at least, but of course the priority is
running servlets compiled using Kawa.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CGIServletWrapper.java
URL: <http://sourceware.org/pipermail/kawa/attachments/20021220/0f3ce826/attachment.ksh>


More information about the Kawa mailing list