Quantcast
Channel: JavaPins - Stories tagged with servelet-31
Viewing all articles
Browse latest Browse all 8

Securing AJAX Servlets in JBoss Portal

$
0
0
Before the Portlet 2 specification (JSR286), the recommended method for adding AJAX functionality to a JSR168 portlet was to deploy an additional servlet to the portal server (either inside the same WAR as your portlet(s) or in a stand-alone WAR) to handle asynchronous requests. Requests to these servlets are then handled by the servlet container as opposed to being routed through the portlet container, so they don’t automatically inherit the security context from the portal, as your portlets would.
Pin it

Viewing all articles
Browse latest Browse all 8

Trending Articles