macadmins / installapplications

A tool for dynamically using installapplication
Apache License 2.0
285 stars 62 forks source link

Handle equals sign in item metadata #93

Closed thehilll closed 3 years ago

thehilll commented 3 years ago

When calling split() while parsing each item's metadata limit the splits to 1.

This fixes the case where URLs include an equals sign, but also applies to all other metadata types. It likely won't make a difference for any others, but conceivably could apply to item-path (and would similarly fix a path with an equals sign).