Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #3883 Removed redundant POST request exclusion info (ryancastle)
This PR was submitted for the 2.4 branch but it was merged into the 2.3 branch instead (closes #3883). Discussion ---------- Removed redundant POST request exclusion info The default ``ExceptionListener::setTargetPath()`` already excludes POSTs/PUTs, so suggesting that people should implement their own listener to do this is a bit misleading. However, doing this to prevent XMLHttpRequest URIs from being saved is still valuable. Commits ------- 01fc656 Added comma after "For example" c633f6b Improved clarity of explanation around overriding setTargetPath() 556365b Removed redundant POST request exclusion info
- Loading branch information