eclipse-rap / org.eclipse.rap

Eclipse RAP Runtime (Remote Application Platform)
https://www.eclipse.org/rap/
Eclipse Public License 1.0
17 stars 20 forks source link

Don't delegate to deprecated servlet APIs #132

Closed ifurnadjiev closed 1 year ago

ifurnadjiev commented 1 year ago

The following APIs have been deprecated since Servlet 2.x and removed in Servlet 6:

There is no replacement for getSessionContext() as the complete class HttpSessionContext is deprecated. Keep it for now. For others use their replacement instead.