Re: Unable to create default RequestDispatcher

2022-11-16 Thread Grzegorz Grzybek
5:33 > To: 'iss...@karaf.apache.org' ; ' > dev@karaf.apache.org' ; 'u...@karaf.apache.org' < > u...@karaf.apache.org> > Subject: RE: Unable to create default RequestDispatcher > > Hi Grzegorz, > > Thank you for your response. > I have gone throu

RE: Unable to create default RequestDispatcher

2022-11-16 Thread Prashanth Ettaboina
araf.apache.org' ; 'u...@karaf.apache.org' Subject: RE: Unable to create default RequestDispatcher Hi Grzegorz, Thank you for your response. I have gone through your explanation; I have seen that "/" is overriding the default servlet. Thank you for letting me know. Bu

Re: Unable to create default RequestDispatcher

2022-11-16 Thread Grzegorz Grzybek
servlet but the above code block >> will not be working because I have changed the url-pattern from / to /* all >> the request objects are containing servletPath as "" (empty string). Which >> will break the existing flow. >> >> I'm sorry that I cannot share the

Re: Unable to create default RequestDispatcher

2022-11-16 Thread Grzegorz Grzybek
. > > I'm sorry that I cannot share the WAB and can give any further inputs > regarding this issue. > > Thanks, > Prashanth Ettaboina. > > > From: Prashanth Ettaboina > Sent: 16 November 2022 14:02 > To: 'iss...@karaf.apache.org' ; ' > dev@karaf.apa

RE: Unable to create default RequestDispatcher

2022-11-16 Thread Prashanth Ettaboina
an give any further inputs regarding this issue. Thanks, Prashanth Ettaboina. From: Prashanth Ettaboina Sent: 15 November 2022 20:03 To: 'iss...@karaf.apache.org' ; 'dev@karaf.apache.org' ; 'u...@karaf.apache.org' Subject: RE: Unable to create default RequestDispatc

RE: Unable to create default RequestDispatcher

2022-11-16 Thread Prashanth Ettaboina
d can give any further inputs regarding this issue. Thanks, Prashanth Ettaboina. From: Prashanth Ettaboina Sent: 16 November 2022 14:02 To: 'iss...@karaf.apache.org' ; 'dev@karaf.apache.org' ; 'u...@karaf.apache.org' Subject: RE: Unable to create default Request

Re: Unable to create default RequestDispatcher

2022-11-15 Thread Grzegorz Grzybek
ener='org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer$ContextDestroyListener@526531fa > ',contexts=[{WAB,OCM-233,/helloboard,/helloboard}]} > 2022-11-15T19:19:32.831+0530 CEF:1 | org.ops4j.pax.web.pax-web-jetty | > 8.0.6 | INFO | ID=270 THR=ploy /he

RE: Unable to create default RequestDispatcher

2022-11-15 Thread Prashanth Ettaboina
6.server.deploy.WebSocketServerContainerInitializer$ContextDestroyListener@526531fa',contexts=[{WAB,OCM-233,/helloboard,/helloboard}]}", size=1} 2022-11-15T19:19:32.834+0530 CEF:1 | org.eclipse.jetty.util | 9.4.48.v20220622 | INFO | ID=243 THR=ploy /helloboard) CAT=ContextHandler MSG=Started o.o.p.w.s.j.i.Pax

Re: Unable to create default RequestDispatcher

2022-11-15 Thread Grzegorz Grzybek
Hello Prashanth I've added a link to Github issue to your https://stackoverflow.com/questions/74432966/unable-to-create-default-requestdispatcher I checked simplest web.xml with a servlet mapped to `/*` (so I can grab all the requests) and getNamedDispatcher("default") simply

Re: Unable to create default RequestDispatcher

2022-11-15 Thread Grzegorz Grzybek
> > Thanks, > Prashanth Ettaboina. > > From: Prashanth Ettaboina > Sent: 14 November 2022 19:11 > To: iss...@karaf.apache.org; dev@karaf.apache.org; u...@karaf.apache.org > Subject: Unable to create default RequestDispatcher > > Hi Team, > > I have updated my KARAF

RE: Unable to create default RequestDispatcher

2022-11-15 Thread Prashanth Ettaboina
11 To: iss...@karaf.apache.org; dev@karaf.apache.org; u...@karaf.apache.org Subject: Unable to create default RequestDispatcher Hi Team, I have updated my KARAF version from 4.2.15 to 4.4.1 and Java from 8 to 11 in my application. Gone through the official Release notes and updated some dependencies as well.

Re: Unable to create default RequestDispatcher

2022-11-14 Thread Grzegorz Grzybek
e from 6.0.0 to 8.0.0. >> Upgraded osgi.compendium 5.0.0 to osgi.cmpn 7.0.0 >> Upgraded Jetty from 9.4.43.v20210629 to 9.4.46.v20220331. >> Upgraded pax-web-spi from 4.3.4 to 7.2.11. >> I'm using javax.servlet-api 3.1.0 version in my application. &

Re: Unable to create default RequestDispatcher

2022-11-14 Thread Grzegorz Grzybek
7.2.11. > I'm using javax.servlet-api 3.1.0 version in my application. > > I'm unable to create default RequestDispatcher. > Please check the below code lines. > > public class ExampleServlet extends HttpServlet { > protected void doGet(HttpServletReq

Unable to create default RequestDispatcher

2022-11-14 Thread Prashanth Ettaboina
9.4.43.v20210629 to 9.4.46.v20220331. Upgraded pax-web-spi from 4.3.4 to 7.2.11. I'm using javax.servlet-api 3.1.0 version in my application. I'm unable to create default RequestDispatcher. Please check the below code lines. public class ExampleServlet extends HttpServlet { protected