Skip to content
New issue

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

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

Already on GitHub? # to your account

[plugin-web-app-to-rest-api] Quietly handle non-encoded Sitemap URLs by FROM_SITEMAP transformer #5050

Conversation

valfirst
Copy link
Collaborator

According to standard all Sitemap URLs must be URL-escaped and encoded (https://www.sitemaps.org/protocol.html#escaping), but there could be cases when production contains invalid URLs and it's needed to crawl websites, so FROM_SITEMAP transformer must be able to handle such invalid URLs.

…by `FROM_SITEMAP` transformer

According to standard all Sitemap URLs must be URL-escaped and encoded (https://www.sitemaps.org/protocol.html#escaping),
but there could be cases when production contains invalid URLs and it's needed to crawl websites, so FROM_SITEMAP transformer
must be able to handle such invalid URLs.
@valfirst valfirst requested a review from a team as a code owner May 15, 2024 16:02
@valfirst valfirst requested review from vkepin, ikalinin1 and draker94 May 15, 2024 16:02
Copy link

codecov bot commented May 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.39%. Comparing base (4aac136) to head (c481ab0).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5050   +/-   ##
=========================================
  Coverage     97.39%   97.39%           
- Complexity     6856     6858    +2     
=========================================
  Files           921      921           
  Lines         19195    19197    +2     
  Branches       1270     1270           
=========================================
+ Hits          18695    18697    +2     
  Misses          390      390           
  Partials        110      110           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

Copy link

Qodana for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@valfirst valfirst merged commit 523b4f7 into master May 15, 2024
9 checks passed
@valfirst valfirst deleted the quietly-handle-non-encoded-sitemap-urls-by-from-sitemap-transformer branch May 15, 2024 18:05
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant