IIRC the intention was to address this problem: http://weld.cdi-spec.org/documentation/#3 The idea was to implement a special HttpServletRequest that would read and buffer the request body looking for the cid param without forcing encoding of the req. body. I remember it was pretty difficult. This was the time when the lazy conv. context activation was not in place yet (therefore high severity of this issue).
|