Skip to content

Commit

Permalink
Comment out template lookup in $request, which is causing random erro…
Browse files Browse the repository at this point in the history
…rs in eXist
  • Loading branch information
wolfgangmm committed Feb 6, 2024
1 parent 2661b45 commit e76aa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lib/util.xql
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ declare function tpu:get-template-config($request as map(*)) {
let $pval := array:fold-right(
[
request:get-parameter($param, ()),
if (map:contains($request, 'parameters')) then $request?parameters($param) else (),
(: if (map:contains($request, 'parameters')) then $request?parameters($param) else (), :)
request:get-attribute($param),
session:get-attribute($config:session-prefix || "." || $param)
], (),
Expand Down

0 comments on commit e76aa6d

Please sign in to comment.