Re: Determining Servlet class which handles a given HTTP request

2012-09-28 Thread Felix Meschberger
Hi, Am 28.09.2012 um 13:53 schrieb Chetan Mehrotra: >> (BTW: I had to change the formatting of the new class. Please, in the >> future, apply our formatting styles. See [1] . Thanks.) > > I had checked that link but there was no formatting file for Intellij. > So in the end I took the liberty o

Re: Determining Servlet class which handles a given HTTP request

2012-09-28 Thread Chetan Mehrotra
> (BTW: I had to change the formatting of the new class. Please, in the future, > apply our formatting styles. See [1] . Thanks.) I had checked that link but there was no formatting file for Intellij. So in the end I took the liberty of getting you to perform the formatting :) Would try to config

Re: Determining Servlet class which handles a given HTTP request

2012-09-27 Thread Felix Meschberger
Hi Chetan Thanks for providing the patch. I have applied it and resolved the issue. You might want to crosscheck, whether all still works... (BTW: I had to change the formatting of the new class. Please, in the future, apply our formatting styles. See [1] . Thanks.) Regards Felix [1] http://f

Re: Determining Servlet class which handles a given HTTP request

2012-09-26 Thread Chetan Mehrotra
Created issue FELIX-3684 [1] and provided patch which exposes a webconsole plugin. This plugin displays information in a manner similar to how HTTP Whiteboard plugin does Chetan Mehrotra [1] https://issues.apache.org/jira/browse/FELIX-3684 -

Re: Determining Servlet class which handles a given HTTP request

2012-09-02 Thread Felix Meschberger
Hi Chetan Am 02.09.2012 um 10:11 schrieb Chetan Mehrotra: >> I am not sure whether it is possible at all to have a single plugin suitable >> for all of the Http Service plus any existing frameworks ... This would >> rather be something pluggable... > > A - Would it make sense to implement a ne

Re: Determining Servlet class which handles a given HTTP request

2012-09-02 Thread Chetan Mehrotra
> I am not sure whether it is possible at all to have a single plugin suitable > for all of the Http Service plus any existing frameworks ... This would > rather be something pluggable... A - Would it make sense to implement a new plugin in Http base module. As the Http base module has access to

Re: Determining Servlet class which handles a given HTTP request

2012-09-02 Thread Felix Meschberger
Hi, Am 02.09.2012 um 09:00 schrieb Chetan Mehrotra: > At times while debugging we need to find the servlet class name which > handles a particular request. In a JEE based Web Application one can find > out that by looking at the web.xml. However in OSGi it becomes bit tricky > to find out the inf

Determining Servlet class which handles a given HTTP request

2012-09-02 Thread Chetan Mehrotra
At times while debugging we need to find the servlet class name which handles a particular request. In a JEE based Web Application one can find out that by looking at the web.xml. However in OSGi it becomes bit tricky to find out the information easily. Some information is provided by the "Http Whi