The example in the documentation shows the following table:Using this example, the following table shows the virtual hosts that are resolved for the given HTTP requests: Request URLResolved virtual hosthttp://www.mycompany.com/products/gloves.htmlwww.mycompany.com/products/*http://www....
Is there a limitation in the dispatcher in terms of the length of URIs that it handles? We have run into an issue with long (but not really that long - say over 256 characters) that return a 403. But if we access the same resource directly on the pub server, it works fine (i.e., it renders the con...