Comparing version 0.6.1 to 0.6.2
@@ -95,3 +95,3 @@ /** | ||
dispatcher.doResource = function(req,res){ | ||
var url = req.url; | ||
var url = req._parsedUrl.pathname; | ||
var ext = path.extname(url); | ||
@@ -98,0 +98,0 @@ var pathname = this.context.get('appRoot')+"public" + urlHelper.parse(url).pathname; |
{ | ||
"name": "icecream", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "rapid web framework for nodejs", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/zhiyu/icecream", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
726241