Just a thought, but the same thing technically applies to request headers (aka RequestProperties) and request parameters (aka Arguments) as well, i.e. it's perfectly valid to have multiple values for the same name...
In fact - I think the names of these classes are misleading - why not just stick with what people are generally used to? e.g. ResponseProperties should really really ResponseHeaders RequestProperties should really be RequestHeaders Arguments should really be RequestParameters Was this an attempt to create some kind of abstraction? If so it seems a bit unnecessary in a package called 'web' that also contains subclasses of Query that match the HTTP methods and at least one implementation of HTTP authentication types. Even thought there's Javadocs, I think it's just confusing and want to change them. Thoughts? Cheers, Chris 2009/5/22 Christopher Brind <[email protected]> > OK nevermind! I just RTFM! :) > > Found out what I needed from the BUILD file which didn't catch my eye until > I read the output from ant. > > Cheers, > Chris > > > 2009/5/22 Christopher Brind <[email protected]> > >> >> 2009/5/22 Greg Brown <[email protected]> >> >> >>> >2) which version of Rhino are you using on Mac, Greg? (I'll update the >>> >README for future reference) >>> >>> I'm using 1.7R1 - though you shouldn't actually need this to build. You'd >>> only need it if you wanted to run the JS demos. Not sure if we should update >>> the README since a) it's not really specific to Pivot and b) I think it is >>> released under an incompatible license, so we can't list it as a >>> requirement. >>> >> >> Well, this class depends on "netscape.javascript.JSObject": >> >> http://svn.apache.org/repos/asf/incubator/pivot/trunk/wtk/src/pivot/wtk/BrowserApplicationContext.java >> >> Even by adding js.jar or js14.jar from Rhino to the build path of that >> project I still get a compilation error. Am I missing something? >> >> Hmm, should I be adding 'jaws'? If so where do I get that from? >> >> It just that I'd like to be able to do a full clean build before >> committing my change, is all. Sorry to be a pain. >> >> Cheers, >> Chris >> >> >
