https://issues.apache.org/jira/browse/WINK-267

--jason


On Mar 27, 2010, at 7:03 AM, Mike Rheinheimer wrote:

> Hi Jason.  Good question.  I can think of other reason why this should
> not be final.  Again, can you open a jira?
> 
> mike
> 
> 
> On Sat, Mar 27, 2010 at 12:54 AM, Jason Dillon <[email protected]> wrote:
>> Is there a reason why this puppy is final?
>> 
>> <snip>
>> @Override
>>    protected final void service(HttpServletRequest httpServletRequest,
>>                                 HttpServletResponse httpServletResponse) 
>> throws ServletException,
>>        IOException {
>>        getRequestProcessor().handleRequest(httpServletRequest, 
>> httpServletResponse);
>>    }
>> </snip>
>> 
>> I'd like to sub-class RestServlet and override this method to add some 
>> logging context via MDC... but I can't... poopy :-(
>> 
>> --jason

Reply via email to