jakartaee / servlet

Jakarta Servlet
https://eclipse.org/ee4j/servlet
Other
253 stars 81 forks source link

HttpServletRequest Has method newPushBuilder giving null #551

Closed rakesh-sahani closed 9 months ago

rakesh-sahani commented 9 months ago

I found the one bug while working with Jakarta servlet or web. When will try to access the HttpServletRequest has the newPushBuilder method always gives null object. If you will satisfied the condition but object remains the null

markt-asf commented 9 months ago

You need to raise this with the provider of the Servlet container you are using.

rakesh-sahani commented 9 months ago

I did the same either using filter or interceptor as well and also tomcat but still fails .Please share the example or implementation ways so I will try this