Re: REST API: Exception with trivial POST

2024-10-28 Thread Thiago H. de Paula Figueiredo
I forgot to mention this fix will be included in the next release, 5.9.0. On Fri, Oct 25, 2024 at 11:34 AM Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Hello, Erik! > > Indeed, this is a bug and we thank you for finding and reporting it. I've > just committed a fix. > > Cheers! >

Re: REST API: Exception with trivial POST

2024-10-25 Thread Thiago H. de Paula Figueiredo
Hello, Erik! Indeed, this is a bug and we thank you for finding and reporting it. I've just committed a fix. Cheers! On Mon, Sep 9, 2024 at 7:52 PM Erik Fäßler wrote: > Hey everyone, > > I just started out to check the REST capabilities of Tapestry that had > been added with 5.8.0. I created a

Re: REST API: Exception with trivial POST

2024-09-18 Thread Ben Weidig
Hi Erik, You're correct that STREAMED means that the HttpServletRequest was already read previously. I've tried it in one of our projects and got the same result. The code looks fine according to API docs, so I assume it's a bug/regression that needs further investigation. In our case, Shiro rea