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

Fixed URL path extraction with media type extension #1268

Conversation

@codenirvana codenirvana force-pushed the bugfix/GH-1267/url-path-variable-not-parsing-with-media-extensions branch from 3d1b7c3 to c10e4be Compare May 9, 2022 12:43
@codecov
Copy link

codecov bot commented May 9, 2022

Codecov Report

Merging #1268 (c10e4be) into develop (d3392cb) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##           develop     #1268   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           37        37           
  Lines         2162      2167    +5     
  Branches       660       658    -2     
=========================================
+ Hits          2162      2167    +5     
Flag Coverage Δ
unit 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/collection/url.js 100.00% <100.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@shubhbhargav shubhbhargav requested a review from coditva May 18, 2022 16:38
Copy link
Member

@coditva coditva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! :shipit:

@@ -13,6 +13,7 @@ var _ = require('../util').lodash,
HTTPS_PORT = '443',
HTTP_PORT = '80',
PATH_SEPARATOR = '/',
PATH_VARIABLE_SEPARATOR = '.',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

non-blocker: Not sure about the variable name here. . isn't separating the path variables. It's just a character that shouldn't be part of the path key.

@codenirvana codenirvana merged commit 1df7a51 into develop May 24, 2022
@codenirvana codenirvana deleted the bugfix/GH-1267/url-path-variable-not-parsing-with-media-extensions branch May 24, 2022 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants