mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-23 23:31:27 +00:00
- hf.doFilter is missing FilterChain argument - response.headers does not contain the exact values for the headers so should not be used for comparison (note it is a private member so this is acceptable) - hf does not need non-null check when hf.doFilter is invoked - some of the configurations are no longer valid (i.e. ALLOW-FROM requires strategy) - Some error messages needed updated (some could still use improvement) - No validation for missing header name or value - rebased off master / merged - nsa=frame-options-strategy id should use - not = - FramewOptionsHeaderFactory did not produce "ALLOW-FROM " prefix of origin - remove @Override on interface overrides to work with JDK5