- Path Processing Methods (separated pipeline) [details]
-
Using the new separated pipeline: PathTransformer (normalization), UrlBuilder (construction), UrlEvaluator (evaluation).
Path components are extracted via regex and stored in
$pipelineData['components'].buildByCompuses host and trimmed path from UrlBuilder output.concatThisfilters host-like components from the path components.concatSwitchuses all components from UrlEvaluator output.
Convert System Path
Conversion Results
Select a result to use in the Domain Configuration below:
Direct hostname construction
Filtered paths (most reliable)
Switch-case logic (experimental)