Skip to content

Conversation

@monkeyiq
Copy link
Contributor

@monkeyiq monkeyiq commented May 5, 2025

The $matches[0] should not be using the DIRECTORY_SEPARATOR since it is working on a string that is created using '/' and the REQUEST_URI.

This relates to #2424

The $matches[0] should not be using the DIRECTORY_SEPARATOR since it
is working on a string that is created using '/' and the REQUEST_URI.

This relates to simplesamlphp#2424
@monkeyiq monkeyiq requested a review from tvdijen May 19, 2025 00:15
@monkeyiq monkeyiq merged commit ab50452 into simplesamlphp:simplesamlphp-2.4 May 20, 2025
18 checks passed
@codecov
Copy link

codecov bot commented May 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (48b6e5c) to head (6ce43dd).
Report is 21 commits behind head on simplesamlphp-2.4.

Additional details and impacted files
@@                   Coverage Diff                   @@
##             simplesamlphp-2.4   #2431       +/-   ##
=======================================================
- Coverage                45.21%       0   -45.22%     
=======================================================
  Files                      165       0      -165     
  Lines                    13248       0    -13248     
=======================================================
- Hits                      5990       0     -5990     
+ Misses                    7258       0     -7258     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

monkeyiq added a commit that referenced this pull request May 20, 2025
* Better handle win paths here by splitting on dir separator

The $matches[0] should not be using the DIRECTORY_SEPARATOR since it
is working on a string that is created using '/' and the REQUEST_URI.

This relates to #2424

* If we are on win then we need to pass in paths like we are

* lint
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 19, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants