Closed (fixed)
Project:
Legacy Path
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Reporter:
Anonymous (not verified)
Created:
25 Feb 2008 at 13:34 UTC
Updated:
3 Dec 2018 at 14:22 UTC
Jump to comment: Most recent
Links to content that exists, but that is not in Drupal can be ignored by the module. An example is the content of the pop-up interface for the Image Assist module. This URL isn't actual Drupal content, but is still valid. The module needs to be able to deal with this properly.
Comments
Comment #1
Anonymous (not verified) commentedThere are two issues related to this:
1) The menu lookup did not correctly copy the lookup in menu_execute_active_handler() in menu.inc It should have included this snippet of code:
2) The code to remove the base path from the path will remove all slashes (/) from the path if the base path is '/'.
Comment #2
Anonymous (not verified) commentedAddressed in 5.x-1.1 release.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.