}
}
}
if (configuration == null) {
StripesRuntimeException sre = new StripesRuntimeException(
"Something is trying to access the current Stripes configuration but the " +
"current request was never routed through the StripesFilter! As a result " +
"the appropriate Configuration object cannot be located. Please take a look " +
"at the exact URL in your browser's address bar and ensure that any " +
"requests to that URL will be filtered through the StripesFilter according " +