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: 2 patches


Marco Vezzoli wrote:
In a previous mail I said I couldn't find
2nd patch: HTTP.scm
I added two methods I use very frequently in jsp/servlets.

- (define (request-parameters (name :: <String>)) :: <java.util.Vector>
-   (invoke (get-request) 'getParameterValues name))
The return-type <java.util.Vector> seems strange.  Shouldn't it be
<java.lang.String[]>?

Perhaps the Kawa value should return multiple values?
(In Qexo that would be a sequence of string values.)
--
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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