[PR #1] [CLOSED] Source-Links not properly escaped #3

Open
opened 2026-01-24 12:56:56 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/symfony/debug/pull/1
Author: @amenk
Created: 5/19/2015
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • 3433885 Source-Links not properly escaped

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 ExceptionHandler.php (+2 -2)

📄 Description

Example (PHPstorm Remote Call)

xdebug.file_link_format="javascript:var rq = new XMLHttpRequest(); rq.open(\"GET\", \"http://localhost:8091?message=%f:%l\", true); rq.send(null);"

causes errors (does not work). With this patch this is fixed


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/symfony/debug/pull/1 **Author:** [@amenk](https://github.com/amenk) **Created:** 5/19/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`3433885`](https://github.com/symfony/debug/commit/3433885b3eebbf80f957402c0d3447ce995163e4) Source-Links not properly escaped ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `ExceptionHandler.php` (+2 -2) </details> ### 📄 Description Example (PHPstorm Remote Call) ``` xdebug.file_link_format="javascript:var rq = new XMLHttpRequest(); rq.open(\"GET\", \"http://localhost:8091?message=%f:%l\", true); rq.send(null);" ``` causes errors (does not work). With this patch this is fixed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 12:56:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: symfony/debug#3