Skip to content

Commit

Permalink
CQ-4356927 UI Tests in WKND project fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-kochanek committed Apr 10, 2024
1 parent 3e2fb44 commit a2fb110
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions dispatcher/src/conf.d/available_vhosts/wknd.vhost
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ Include conf.d/variables/custom.vars
<IfModule mod_rewrite.c>
RewriteEngine on
Include conf.d/rewrites/rewrite.rules

# Rewrite index page internally, pass through (PT)
RewriteRule "^(/?)$" "/index.html" [PT]

</IfModule>
ErrorDocument 404 ${404_PAGE}
ErrorDocument 500 ${500_PAGE}
Expand Down
10 changes: 5 additions & 5 deletions dispatcher/src/conf.dispatcher.d/available_farms/wknd.farm
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
# Marketing parameters can normally be ignored on most websites as they are tracked
# through different means.
/ignoreUrlParams {
# All parameters can be passed to the AEM publisher
/0001 { /glob "*" /type "deny" }
# All parameters can be passed to the AEM publisher
/0001 { /glob "*" /type "deny" }

# Ignore common marketing parameters by including the marketing_query_parameters.any file
$include "../cache/marketing_query_parameters.any"
}
# Ignore common marketing parameters by including the marketing_query_parameters.any file
$include "../cache/marketing_query_parameters.any"
}

# Cache response headers next to a cached file. On the first request to
# an uncached resource, all headers matching one of the values found here
Expand Down

0 comments on commit a2fb110

Please sign in to comment.