We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821d029 commit 9766eb8Copy full SHA for 9766eb8
phase4-lib/src/main/java/com/helger/phase4/servlet/AS4XServletHandler.java
@@ -330,8 +330,9 @@ protected void handleRequest (@Nonnull final IRequestWebScopeWithoutResponse aRe
330
}
331
332
333
- public final void handleRequest (@Nonnull final IRequestWebScopeWithoutResponse aRequestScope,
334
- @Nonnull final UnifiedResponse aUnifiedResponse) throws Exception
+ // Don't make this final, so that subclasses can call the other handleRequest
+ public void handleRequest (@Nonnull final IRequestWebScopeWithoutResponse aRequestScope,
335
+ @Nonnull final UnifiedResponse aUnifiedResponse) throws Exception
336
{
337
// Resolved once per request
338
final IAS4CryptoFactory aCF = m_aCryptoFactorySupplier.get ();
0 commit comments