Commit 30cedd6
authored
Fix attach_content on Confluence Server with an existing attachement (#1679)
On-Premise Confluence Server doesn't support PUT like the Cloud version. We have to use the old code path from 4.x, where we use POST on a path below the child.
Fixes #1677
Follow-Up to #16661 parent 5fd9869 commit 30cedd6
1 file changed
Lines changed: 19 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1436 | 1436 | | |
1437 | 1437 | | |
1438 | 1438 | | |
1439 | | - | |
| 1439 | + | |
1440 | 1440 | | |
1441 | | - | |
1442 | | - | |
1443 | | - | |
1444 | | - | |
1445 | | - | |
1446 | | - | |
1447 | | - | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
1448 | 1459 | | |
1449 | 1460 | | |
1450 | 1461 | | |
| |||
0 commit comments