Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

Web security

  • submit to reddit

Fine Grained Web Authorization in Java Using XACML

Servlet Containers such as Tomcat are required to support container security that includes coarse grained authorization based on roles. The servlet specification defines web resources in the form of URL patterns and can provide access control to these...

4 replies - 10260 views - 02/12/09 by Anil Saldhana in Articles

WebSocket is neither Web nor Socket

The HTML 5 proposal contains many new and interesting ideas. To provide some background, let's take a closer look at WebSocket and consider it against potential small modifications to HTTP usage (such as keeping TCP connections distinct when...

1 replies - 10329 views - 11/04/08 by Ted Goddard in Articles