however there's an unwanted side-effect, in my generated page i have some relative URL, e.g. a couple of CSS files, included in the HTML code with:
<style type="text/css">@import url("styles/weblog.css");</style>
the problem is that webware searches for such CSS files under the /param1/param2/ folders (of course both are fictional):
/WK/weblog/index/param1/param2/styles/print.css
obviously the CSS are not imported and then the page looks unstyled.
for various reasons i cannot use absolute paths for resources. is this the intentended behavior? instead should webware strip extrapathinfo from request URL prior to start serving resources to the client?
Relative URLs are converted into absolute ones by the web browser. So there is nothing Webware can do about this.
Nick
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss