Issue #27
resolved
in version 2.2, after this change:
the default constructor of class com.thetransactioncompany.cors.CORSFilter is not public anymore.
this non-public default constructor make subclassing impossible.
but subclassing can be usefull, for instance this class:
uses subclassing to configure the CORSFilter using annotations.
is there any rationale behind having a non public constructor ?
Comments (5)
-
-
- changed status to open
-
- changed status to resolved
-
reporter I confirm the issue is fixed with version 2.2.1, which I just grabbed from maven central, tested and even deployed.
thanks for the quick fix!
Christophe
-
You're welcome! And thanks for the feedback! I have a clean consciousness now :)
- Log in to comment
Sorry, that has been a terrible mistake :)
Thank you for spotting it!
I'll try push a fix later today.