Expose URL security to custom servlets

The WorldServer Software Developers' Kit (SDK) supports the implementation of URL security, so users can include the concept in their own custom servlets. See the following components:
  • The SDK servlet com.idiominc.wssdk.component.servlet.WSHttpServlet shows exposed methods supporting secure URLs.
  • The SDK sample custom Human Action servlet "Human Action Scope Analyzer" has been updated to illustrate how URL security can be used in custom servlets.
  • The key APIs for URL security are requireSecureURL (the default is false) and getSecureURL.

Application server environments

Tomcat is supported with enhanced URL security starting with WorldServer 10.1.