Commit cb89f47
Set REQUEST_URI_HEADER on proxy client response before entity read
ModelProvider / HtmlJsonLDReader requires a base URI hint (set via
REQUEST_URI_HEADER on the response) to resolve relative references when
parsing HTML+JSON-LD. Without it jsoup throws a NullPointerException.
Mirrors the header injection done in the old ProxiedGraph.get().
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8b9e646 commit cb89f47
File tree
1 file changed
+2
-0
lines changed- src/main/java/com/atomgraph/linkeddatahub/server/filter/request
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
| |||
0 commit comments