Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util.parseCacheUrl 解析有问题 #298

Open
xuexb opened this issue Apr 13, 2018 · 0 comments
Open

util.parseCacheUrl 解析有问题 #298

xuexb opened this issue Apr 13, 2018 · 0 comments

Comments

@xuexb
Copy link
Contributor

xuexb commented Apr 13, 2018

mip/src/util.js

Lines 58 to 62 in 3ffff5e

var reg = new RegExp('^(http[s]:)?(\/\/([^\/]+))?\/[ic](\/s)?\/(.*)$', 'g');
var result = reg.exec(url);
if (!result) {
return url;
}

解析代码如:

require('util').parseCacheUrl('http://www-mipengine-org.mipcdn.com/c/s/www.mipengine.org')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant