Class IfNoneMatchUtils

java.lang.Object
org.praxisplatform.uischema.http.IfNoneMatchUtils

public final class IfNoneMatchUtils extends Object
Parser and matcher for HTTP If-None-Match headers using strong ETag comparison.
  • Method Details

    • matches

      public static boolean matches(String ifNoneMatchHeader, String currentETag)
      Returns true if the If-None-Match header matches the provided strong ETag. Strong-only comparison: weak validators (W/...) are ignored as non-matching for hash equality.