Can you point me to the tests that use it?  I know about a new test that
got added, but it never successfully ran in the nightly builds and had to
be disabled (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=357107).

Are there others?

Tom




                                                                       
  From:       Pascal Rapicault <[email protected]>                   
                                                                       
  To:         Equinox development mailing list <[email protected]>,
                                                                       
  Date:       10/27/2011 04:49 PM                                      
                                                                       
  Subject:    Re: [equinox-dev] Any consumers of the org.eclipse.equinox.http   
bundle?
                                                                       





Some p2 tests use that bundle.
They could probably changed to use the other bundle.

On 2011-10-27, at 2:18 PM, Thomas Watson wrote:



      In Equinox we have a two implementations of the HttpService.

      1) org.eclipse.equinox.http - that has a home grown web container and
      therefore has to implement the complete servlet specification itself.
      2) org.eclipse.equinox.http.jetty - that is uses a jetty
      implementation for the web container implementation.

      The implementation that uses jetty is by far the most used
      HttpService implementation we have. For example, it is the one
      shipped with the eclipse SDK to serve up the help and is used in the
      server-side equinox project. The old org.eclipse.equinox.http is
      outdated and gets very little attention by the committers. As we
      consider moving to support servlet 3.0 and Jetty 8 we also need to
      consider what, if anything, should be done for the old stand-alone
      HttpService bundle org.eclipse.equinox.http.

      For Juno I propose that the Equinox project stops building the old
      stand-alone HttpService implementation bundle
      org.eclipse.equinox.http. I would much prefer we focus on the
      implementation of the HttpService that uses Jetty and keep the
      implementation of the servlet container in the hands of the experts
      that know how to implement it (i.e. the jetty team).

      Please voice any concerns to this mailing list or to the bug
      https://bugs.eclipse.org/bugs/show_bug.cgi?id=362217

      Thanks.

      Tom



      _______________________________________________
      equinox-dev mailing list
      [email protected]
      https://dev.eclipse.org/mailman/listinfo/equinox-dev
_______________________________________________
equinox-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/equinox-dev

<<inline: graycol.gif>>

<<inline: ecblank.gif>>

_______________________________________________
equinox-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/equinox-dev

Reply via email to