Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] NoSuchMethodError: javax.servlet.http.HttpServletRequest.isAsyncSupported()Z

the jar is from
http://eclipse.org/downloads/download.php?file=/jetty/stable-9/dist/jetty-distribution-9.1.2.v20140210.zip&r=1

indeed the method is there in parent interface, if I open it in idea
:S never the less, if I type request.isA it shows up red, idea can't
find it... it is almost like if I have another version of this class
somewhere that takes the precedence.


Back to the top