Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] source code for HttpServlet

Hi Simon,

Can you let us know what is the package of the class you are looking
for and in which version of jetty?

As far as I know Jetty does not define a class called HttpServlet.
The HttpServlet I am aware of is the one in the servlet specification:
javax.servlet.http.HttpServlet

I hope it helps.
Hugues

On Thu, Dec 29, 2011 at 7:27 AM, Nesa Simon David <hellznrg@xxxxxxxxx> wrote:
> Hi Everyone, I am trying to find the source code of HttpServlet.java for
> Jetty.. does anyone know where I can find it? I am working on a project that
> depends on jetty and we believe that there are some issues with the way
> Jetty is handling exceptions... we just need to look at the source code to
> see if there's a problem there or is it a problem with our code...
>
> I tried looking every where to find the HttpServlet.java file but no luck.
> There is a very old version (Jetty 5) on sourceforge, but can't find
> anything else.. please help :) thanks
>
> -simon
>
> --
> Find me on Facebook, Google+, Google Talk, and Skype!
> Mobile: +61-434059978
>
> Get 2 GB of cloud storage for your files: Dropbox (I get 250mb extra when
> you use this link)
>
>
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>


Back to the top