File: //proc/self/root/proc/thread-self/root/usr/local/modsecurity-crs/regex-assembly/931131.ra
##! Please refer to the documentation at
##! https://coreruleset.org/docs/development/regex_assembly/.
##! ATTENTION: The rule files 931129.data and 931131.data are meant to be kept in sync.
##! They should result in the same regular expression used on different targets in different phases.
##!+ i
##!> assemble
##!=>
(?:(?:url|jar):)?
##!=>
##!> include url-schemes
##!=>
://(?:[^@]+@)?([^/]*)
##!=>
##!<