Commit 1a35fe7
authored
Fix URL separator issue in relative image paths when running in HTTP context (#1077)
* Fix URL separator issue in relative image paths when running in HTTP context. This change fixes a side effect introduced in #1072
* Fix intermittent test failure due to delayed file creation; FileExists check occasionally fails on initial attempts.1 parent bfa5ebc commit 1a35fe7
File tree
2 files changed
+8
-3
lines changed- dotnet
- src/dotnetframework/GxClasses/Core
- test/DotNetUnitTest/PDF
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3764 | 3764 | | |
3765 | 3765 | | |
3766 | 3766 | | |
| 3767 | + | |
3767 | 3768 | | |
3768 | 3769 | | |
3769 | 3770 | | |
| |||
3840 | 3841 | | |
3841 | 3842 | | |
3842 | 3843 | | |
3843 | | - | |
| 3844 | + | |
| 3845 | + | |
| 3846 | + | |
| 3847 | + | |
| 3848 | + | |
| 3849 | + | |
3844 | 3850 | | |
3845 | 3851 | | |
3846 | 3852 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | | - | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
0 commit comments