Binary compatibility between jspwiki-http 2.11.3 and 2.11.0
Old:n.a.
New:/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-http/2.11.3/jspwiki-http-2.11.3.jar
Created:2022-08-03T20:47:55.828+0000
Access modifier filter:PROTECTED
Only modifications:false
Only binary incompatible modifications:false
Ignore missing classes:true
Includes:org.apache.wiki;org.apache.wiki
Excludes:n.a.
Semantic Versioning:0.0.1
WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
Classes:
StatusFully Qualified Name
NEWorg.apache.wiki.http.filter.CsrfProtectionFilter
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
NEW public class org.apache.wiki.http.filter.CsrfProtectionFiltertop
Superclass:
StatusSuperclassCompatibility Changes:
NEWjava.lang.Objectn.a.
Fields:
StatusModifierTypeFieldCompatibility Changes:
NEWpublic static final java.lang.Stringn.a.ANTICSRF_PARAM
Constructors:
StatusModifierConstructorExceptionsCompatibility Changes:Line Number
NEWpublic CsrfProtectionFilter()n.a.n.a.
Old fileNew file
n.a.25
Methods:
StatusModifierTypeMethodExceptionsCompatibility Changes:Line Number
NEWpublic voiddestroy()n.a.
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old fileNew file
n.a.72
NEWpublic voiddoFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)
Status:Name:
NEWjava.io.IOException
NEWjavax.servlet.ServletException
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old fileNew file
n.a.39
NEWpublic voidinit(javax.servlet.FilterConfig)n.a.
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old fileNew file
n.a.34
NEWstatic public booleanisCsrfProtectedPost(javax.servlet.http.HttpServletRequest)n.a.
Change
METHOD_ADDED_TO_PUBLIC_CLASS
Old fileNew file
n.a.53