1602 / 1602/compound

Bug with assets compiler

Đang mở
#647 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
JavaScript
Star
1.6k
Fork
179
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

I am getting this error when I set a dot (.) in the end of the url:

Url: `http://example.com/some_url.`

```
Express
500 TypeError: Cannot read property 'destDir' of undefined
at AssetsCompiler.handleRequest (/var/www/youtube-vasea/node_modules/co-assets-compiler/lib/assets-compiler.js:118:62)
at Object.assetsCompiler [as handle] (/var/www/youtube-vasea/node_modules/co-assets-compiler/lib/assets-compiler.js:56:12)
at next (/var/www/youtube-vasea/node_modules/express/node_modules/connect/lib/proto.js:174:15)
at Object.expressInit [as handle] (/var/www/youtube-vasea/node_modules/express/lib/middleware.js:30:5)
at next (/var/www/youtube-vasea/node_modules/express/node_modules/connect/lib/proto.js:174:15)
at Object.query [as handle] (/var/www/youtube-vasea/node_modules/express/node_modules/connect/lib/middleware/query.js:43:5)
at next (/var/www/youtube-vasea/node_modules/express/node_modules/connect/lib/proto.js:174:15)
at Object.compound [as handle] (/var/www/youtube-vasea/node_modules/compound/lib/server/compound.js:27:13)
at next (/var/www/youtube-vasea/node_modules/express/node_modules/connect/lib/proto.js:174:15)
at Function.app.handle (/var/www/youtube-vasea/node_modules/express/node_modules/connect/lib/proto.js:182:3)
at Server.app (/var/www/youtube-vasea/node_modules/express/node_modules/connect/lib/connect.js:67:37)
at Server.EventEmitter.emit (events.js:98:17)
at HTTPParser.parser.onIncoming (http.js:2108:12)
at HTTPParser.parserOnHeadersComplete [as onHeadersComplete] (http.js:121:23)
at Socket.socket.ondata (http.js:1966:22)
at TCP.onread (net.js:525:27)
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Hướng nghiên cứu

The error occurs in the assets-compiler module at line 118 when a URL ends with a dot. Start by examining the handleRequest method in node_modules/co-assets-compiler/lib/assets-compiler.js to see how the request path is parsed. Look for where destDir is accessed and why the object might be undefined. Check if there are existing tests for the assets compiler; if not, create a test case that reproduces the error with a trailing dot in the URL.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
express, javascript, node.js
Lĩnh vực
backend, tooling
Loại issue
Lỗi
Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Đặc tả rõ ràng
Mức phù hợp với người mới
45/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.