At the moment I'm in the process of porting one of our web-applications from a legacy JSP/Servlet environment to RAP (2.0 to be more exact...). So far everything worked quite well but for the main-part of the application i need to enable authentication and this is where i'm stuck at the moment.
I tried to follow the process described here but i had to remark that the major-version of the embedded jetty-server is 7 instead of 6 and thus the code doesn't work anymore as the API has changed...
Now my question is: Does an updated version of the RAP FAQ exist or is this still on the todo-list? Or is there an example somewhere that shows the correct usage of the new jetty-api in connection with RAP-2.0