[15:15]<zumbrunn> hannesw: regarding http://helma.org/bugs/show_bug.cgi?id=650 [15:15]<zumbrunn> I can reproduce it now [15:15]<zumbrunn> if you use the test action exactly like you had it, but rename it to main_action [15:16]<zumbrunn> and putting that in an app called test which is mounted at http://localhost:8080/test [15:18]<zumbrunn> if the post request goes to http://localhost:8080/test/ it works fine [15:18]<zumbrunn> if it goes to http://localhost:8080/test (without the slash) it becomes a GET request and the params are dropped [15:34]<hannesw> chris: I still can't reproduce this. [15:35]<hannesw> but it seems clear this is a post->get redirect issue [15:35]<zumbrunn> yes [15:36]<hannesw> do you see redirects to the url with the trailing slash? [15:36]<hannesw> I don't [15:36]<zumbrunn> if the request comes in to http://localhost:8080/test it gets internally redirected to http://localhost:8080/test/ and becomes a GET request [15:36]<hannesw> ah ok, but only if it's the root main method, right? [15:37]<hannesw> main action... [15:37]<zumbrunn> right [15:38]<hannesw> well you shouldn't post to http://foo without trailing slash [15:38]<zumbrunn> I agree :-) [15:38]<hannesw> it's the web server itself that does the redirect... [15:38]<hannesw> not even helma [15:39]<zumbrunn> it's a feature then, not a bug [15:39]<hannesw> so helma never even sees a post request, just a get. [15:39]<hannesw> depends on your point of view, i guess :-) [15:39]<hannesw> gotta run! [15:40]<hannesw> well i still can't reproduce it even in root/main... [15:50]<simono> is there something like filter.additionalTables for an object property? [17:59]<Helma0> Hello, I have a problem with the zip-function, I get a "Java heap space" error if I want to add data bigger than about 16MB. [18:00]<Helma0> Increasing Java-memory in start.bat doesn't change anything. Anyway, it is a stream and should not get into that problem anyway, I suppose. [19:14]<zumbrunn> Helma0, that happens when using helma.Zip I assume? [19:15]<zumbrunn> probably best to ask on the mailing list, if you do not get any help here [19:31]<Helma0> thanks! Yeah, it is the helma.zip