Christian Kaltepoth

Results 179 comments of Christian Kaltepoth

**Comment by [mvcbot](https://github.com/mvcbot)** _Thursday Mar 19, 2015 at 12:25 GMT_ ---- **Comment by Jozef Hartinger:** I see. So there is nothing actually preventing this right now. The painful point is...

**Comment by [mvcbot](https://github.com/mvcbot)** _Tuesday Jul 14, 2015 at 12:52 GMT_ ---- **Comment by Manfred Riem:** Jozef, that is indeed correct. Is it possible to get that in the BeanManager API?

**Comment by [mvcbot](https://github.com/mvcbot)** _Wednesday Mar 30, 2016 at 07:46 GMT_ ---- **Comment by rmannibucau:** Like Antoine showed it is doable - even with CDI 1.0 - with a small glue...

**Comment by [chkal](https://github.com/chkal)** _Monday May 28, 2018 at 16:00 GMT_ ---- Thanks a lot for bringing this up. I agree that using `@MvcBinding` on all fields of a `@BeanParam` class...

**Comment by [chkal](https://github.com/chkal)** _Sunday Aug 26, 2018 at 09:10 GMT_ ---- Although I agree that allowing `@MvcBinding` on classes would be a great way to simplify creating classes used with...

What you can currently do to achieve this is to use two `Application` classes. In this case you can declare separate paths for each application. But the downside is that...

**Comment by [mvcbot](https://github.com/mvcbot)** _Friday Apr 17, 2015 at 12:49 GMT_ ---- **Comment by Santiago Pericas-Geertsen:** Ozark implements redirect using the "redirect:" prefix. For example, return "redirect:/foo"; which seems very convenient...

**Comment by [mvcbot](https://github.com/mvcbot)** _Friday May 29, 2015 at 13:16 GMT_ ---- **Comment by peter_pilgrim:** Ok. How do you get to the request.getContextPath() of your application then? @POST @Controller @Path("edit/{id}") @Produces("text/html")...

**Comment by [mvcbot](https://github.com/mvcbot)** _Friday Jul 31, 2015 at 14:43 GMT_ ---- **Comment by Santiago Pericas-Geertsen:** The relative path resolution is currently documented to be compatible with javax.ws.rs.core.Response#seeOther, which is also...

**Comment by [mvcbot](https://github.com/mvcbot)** _Wednesday Aug 05, 2015 at 18:48 GMT_ ---- **Comment by Manfred Riem:** I think what he is saying what if you want to break out of the...