adobe / aem-spa-page-model-manager

Interface between Adobe Experience Manager and Single Page Application framework.
Apache License 2.0
33 stars 24 forks source link

fix: allow fragment part in the url #52

Closed CezCz closed 3 years ago

CezCz commented 3 years ago

Added fragment section to regex as per https://tools.ietf.org/html/rfc3986#section-3.5

(it is the same as query, but starts with # instead of ?)

Related Issue

https://github.com/adobe/aem-spa-page-model-manager/issues/39

How Has This Been Tested?

Unit tested, smoke tested

Types of changes

Checklist