A second round of fixes to simplify the web application setup code and provide for a connection context accessible by the application when handling web requests.
This commit is contained in:
@@ -331,7 +331,7 @@ public IWebApplication[] createWebApplications(File baseDirectory, File external
|
||||
});
|
||||
//Note: The resource name is the portion of the URL that comes after the domain & port.//
|
||||
options.addPathSubstitution("/", "/index.html", false);
|
||||
options.setResourceRequestHandler(new IResourceRequestHandler() {
|
||||
options.setResourceRequestHandler(new ResourceRequestHandler() {
|
||||
/* (non-Javadoc)
|
||||
* @see com.foundation.web.IResourceRequestHandler#getMaxMessageSize(com.foundation.web.interfaces.IRequest, com.foundation.web.SessionData, com.foundation.web.SecureSessionData)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user