Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E extensions.typo3.org
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 84
    • Issues 84
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • servicesservices
  • t3o sites
  • extensions.typo3.org
  • extensions.typo3.org
  • Merge requests
  • !635

[BUGFIX] Correctly check decoded content

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Oliver Bartsch requested to merge 504-error-md5-does-not-match-for-file-classes-on-version-upload into develop Jan 20, 2021
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 1

On publishing a new extension version, the content of each
file is checked against the calculated MD5 checksum. If the
file content is however an empty string, this check previously
failed. Therefore, the $decodedContent is now strictly
checked for false.

Closes #504 (closed)

Edited Jan 20, 2021 by Oliver Bartsch
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 504-error-md5-does-not-match-for-file-classes-on-version-upload