File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
control-base/src/main/java/fi/nls/oskari/control/layer Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,13 +154,13 @@ public void handleAction(final ActionParameters params)
154
154
// just throw it as is if we already handled it
155
155
throw e ;
156
156
} catch (Exception e ) {
157
- LOG .info ("Url in proxy error was:" , url );
158
- throw new ActionParamsException ("Couldn't proxy request to actual service" , e .getMessage (), e );
157
+ LOG .debug ("Url in proxy error was:" , url );
158
+ throw new ActionCommonException ("Couldn't proxy request to actual service: " + e .getMessage (), e );
159
159
} finally {
160
- if (actionTimer != null ) {
160
+ if (actionTimer != null ) {
161
161
actionTimer .stop ();
162
162
}
163
- if (con != null ) {
163
+ if (con != null ) {
164
164
con .disconnect ();
165
165
}
166
166
}
You can’t perform that action at this time.
0 commit comments