Development

#2676 ([PATCH] sfWebDebugLogger does not add web debug assests with relative URL root)

You must first sign up to be able to contribute.

Ticket #2676 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

[PATCH] sfWebDebugLogger does not add web debug assests with relative URL root

Reported by: Carl.Vondrick Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.1.0 DEV
Keywords: Cc:
Qualification: Unreviewed

Description

If the path is:

http://localhost/really/long/path/frontend_dev.php

then the debug toolbar tries to load assets in:

http://localhost/sf/

This obviously prevents the web debug toolbar from working correctly. To correct this, we can prepend the relative URL root.

Attachments

WebDebugRelativeRoot.patch (1.1 kB) - added by Carl.Vondrick on 12/16/07 18:25:15.
Patch for relative root

Change History

12/16/07 18:25:15 changed by Carl.Vondrick

  • attachment WebDebugRelativeRoot.patch added.

Patch for relative root

12/19/07 21:17:13 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.