Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] servlet-api-3.0 missing methods

Hi,

Apparently those methods disappeared in servlet-api-3.0 shipped by Jetty:
HttpServletRequest.getRemotePort
HttpServletRequest.getRequestURL

Is there a special way to get those info now?

Thanks
Ben


Back to the top