Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Servlet API support

The equinox bundle org.eclipse.equinox.servlet.api_1.0.0 containing the servlet API says that it exports javax.servlet; version =2.3 and javax.servlet.http; version =2.3.

However, none of the >2.1 servlet API features work when using org.eclipse.equinox.http_1.0.100 bundle and result in
java.lang.UnsupportedOperationException: HttpService only supports servlet 2.1 specification.

Can someone throw light on the reason behind such behavior?

Nikunj

Back to the top