> 2) Additional algorithms and greater flexibility for registered service URL > matching. > Instead of ^(regex), we use various prefixes: > regex:(regex) > domain:domain1.com
Note that the requirement for prefixing a regex with a caret was entirely for simplicity and backward compatibility. We didn't want to add any additional fields to the service create/edit form (which would have required translation effort), so starting with a caret is the flag to identify the pattern as a regex. Indeed it would be better to have a radio button for pattern type, but again this requires internationalization effort. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev
