Has anyone figured out the rules for URLs wrt relative path names in Orion?
They seem different in the following conditions:
* url in html page directly
* url in jsp
* url in html page forwarded to by a servlet
* url in jsp forwarded to by a servlet
* url in html page redirected to by a servlet
* url in jsp redirected to by a servlet
I have tried the following, and can usually get something working in most
cases, but not consistently:
* url with relative path several different ways:
./<path>
<path>
../<path>
etc
* url rooted with / (excluding the root as specified in default website)
* url rooted with / (includeing root as specified in default website)
* fully qualified
And it gets more complicated with servlet mappings...
Anyone?
Thanks,
Kit Cragin
VP of Product Development
Mongoose Technology, Inc.
www.mongoosetech.com