Philippe Marschall
Philippe Marschall
So you would make an additional configuration parameter whether to use TLS and maybe one for StartTLS?
That's not quite true. The argument names are only needed if you want to map by argument name. It you map by argument index then the name is not required....
There isn't really anything that we can do if we do not have the method argument names.
+1 I assume you'll move jQuery UI to the same repo. It would probably be consistent to move Prototype and Scriptaculous to a new repo as well.
We once had a Slime test for this but they seem to be no longer working in the latest Pharo versions.
We could move it to Grease, opening again the eternal question what should be in Grease and what what not. It would help a bit with the baseline for Seaside...
Closing in favour of #1324
General thoughts on streaming: - Streaming is "problematic" because it makes error handling impossible. We have to decide on an HTTP status code before generating the response. When an exception...
Where do I find WAExternalFileUploadCallback?
On 2. I think it's better to have Zinc (or the whatever the server is) do it rather than Seaside. In order to avoid loading everything into memory Seaside would...