URL rewriting of "help.aspx" overrides standard help pages

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
2/13/2007 2:03:34 PM
Gravatar
Total Posts 80

URL rewriting of "help.aspx" overrides standard help pages

To reproduce:

1. Create a new page with the name "help"
2. Ensure that "help.aspx" points to that page
3. Click any help icon "?"

Notice that the new page you created is displayed in the help pop-up. If you delete the friendly URL to the newly created help page then the help pop-ups display as normal. Looks like a url rewriting problem.

-Jesse
2/14/2007 8:04:56 PM
Gravatar
Total Posts 18439

Re: URL rewriting of "help.aspx" overrides standard help pages

There is really a broader issue here that I have been aware of but haven't dealt with yet and that is we should not allow friendly urls that mask physical .aspx files. Probably need to cache a list of all the physical .aspx files that exist in the root directory at minimum and not allow friendly urls mapping to the same place.

I will look into doing this when I get a chance.

Thanks,

Joe
You must sign in to post in the forums. This thread is closed to new posts.