You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wayback has two distinct interfaces for rewriting text resources: StringTransformer and RewriteRule. It'll be useful if we can somehow unify these. At least there's a need for using MultipleRegexReplaceStringTransformer as RewriteRule. First step is to have MultiRegexReplaceStringTransformer implement RewriteRule interface.
Changes are on unify-rewrite branch, and ready to merge into openwayback.
The text was updated successfully, but these errors were encountered:
Wayback has two distinct interfaces for rewriting text resources:
StringTransformer
andRewriteRule
. It'll be useful if we can somehow unify these. At least there's a need for usingMultipleRegexReplaceStringTransformer
asRewriteRule
. First step is to haveMultiRegexReplaceStringTransformer
implementRewriteRule
interface.Changes are on unify-rewrite branch, and ready to merge into openwayback.
The text was updated successfully, but these errors were encountered: