smolnar82 commented on a change in pull request #55: KNOX-1162 - Logging
stacktrace for FATAL messages and displaying a meaningful error message in case
of missing/non-parsable JAAS configuration
URL: https://github.com/apache/knox/pull/55#discussion_r258075546
##########
File path:
gateway-service-remoteconfig/src/test/java/org/apache/knox/gateway/service/config/remote/zk/RemoteConfigurationRegistryJAASConfigTest.java
##########
@@ -36,6 +47,14 @@
public class RemoteConfigurationRegistryJAASConfigTest {
+ @Rule
+ public final TemporaryFolder testFolder = new TemporaryFolder();
+
+ @Rule
+ public final ExpectedException expectedException =
ExpectedException.none();
+
+ private static final String JAAS_CONFIG_ERRROR_PREFIX = "Error while
getting secure configuration. This error usually indicates an issue within the
supplied JAAS configuration";
Review comment:
Agree; will change it soon...
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services