This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: various kawa check-ins


Per Bothner <per@bothner.com> writes:

> I've made a bunch of significant Kawa checkins recently. 
> Many of them can be viewed as directly or indirectly related to 
> web-server functionality. 

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.


It's an interesting idea though.


Nic


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]