Revision 531dcd31
[TASK] Streamline regular expression for Resource URLs
The regular expression to split templates finding resource URLs
is prone to breaking in case the match grows too long because it
has no boundaries. This change stops the match earlier, this also
massively increases the matching speed.
Change-Id: I6bb5991ef6a7d2a425b9fb55c82c67214dd03086
Releases: master, 2.3, 2.2
- added
- modified
- copied
- renamed
- deleted