8000 eclipse.p2.checksums.disable is not working correctly (true means false and false means true) · Issue #561 · eclipse-equinox/p2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
eclipse.p2.checksums.disable is not working correctly (true means false and false means true) #561
Open
@robseidel

Description

@robseidel

https://github.com/eclipse-equinox/p2/blob/master/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/simple/SimpleArtifactRepository.java#L778
was refactored 9 months ago, but there a mistake was made.
!"true" was changed to !"FALSE" and now you have to set the property to false to disable the checksum checks (eclipse.p2.checksums.disable=false).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0