- Issue created by @Kristen Pol
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Seems to be when the TLS setting is overridden:
$config['quant_api.settings']['api_tls_disabled'] = TRUE
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Actually, I can't get it to show up consistently.
- Issue was unassigned.
- Status changed to Postponed
10 months ago 11:29pm 19 January 2024 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Update title and summary.
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Happens in Drupal 7 too.
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Can't figure out to reliably reproduce in D7 either.
- Status changed to Fixed
10 months ago 11:53pm 30 January 2024 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
This seems fixed in 1.6.0 so closing.
- Status changed to Postponed
10 months ago 3:27am 31 January 2024 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
I saw this again recently when switching from an English path prefix to no prefix (or maybe it was the reverse). Reopening but marking postponed since I still don't know how to reproduce this.
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
These show up as
Anonymous (not verified)
. - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Happens when this is called in
quant_purger/src/StackMiddleware/UrlRegistrar.php
:$response = $this->httpKernel->handle($request, $type, $catch);
for url =
/jsonapi
.If you pass in
$catch = FALSE
, then you can catch the exception and it's not clear this is what we want to do.Maybe we'd want to check these URLs before passing into
handle
? If so, check for what?