Hello, I have IIS forwarding request to weblogic 10.3 where my wicket-app resides. We had tough time figuring out why our app wouldn't run as expected when it is served from IIS. Ajax, js and css failed to load properly. After strenuous analysis, looks like the problem was with not allowing multiple dots on the URL string. One of the many request that failed had URL such as this:
/app/resources/org.apache.wicket.ajax.WicketAjaxReference/wicket-ajax.js Basically, all the shared resources URL for fetching the CSS and JS were failed. One solution was to disable a security feature that allows multiple dots on the URL string. But I am not sure how well this would go with our server admin's. Can you advice if there are other prefered ways to get the shared resources working without the reference having package path on the URL's ? Thanks, Andy -- View this message in context: http://www.nabble.com/resource-mapping-and-dot-in-url-tp20569065p20569065.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
