Ben Zahler created SLING-10848:
----------------------------------
Summary: URLs in RegexPipe: Add option to process as String
Key: SLING-10848
URL: https://issues.apache.org/jira/browse/SLING-10848
Project: Sling
Issue Type: New Feature
Components: pipes
Reporter: Ben Zahler
If the input(expression) for a RegexPipe is a url (starts with "http"), an HTTP
request to that URL is executed and the response from the HTTP is used as the
input for the RegexPipe.
We have a scenario where we would like to apply a regex to the URL as-is (as a
String).
I would likle to have an option to enable processing URLs as a string on
RegexPipes
--
This message was sent by Atlassian Jira
(v8.3.4#803005)