Skip to content

Commit 4f3bec7

Browse files
committed
Revert "Improve dispatcher error logging for client errors"
1 parent 8e61163 commit 4f3bec7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

geowebcache/core/src/main/java/org/geowebcache/GeoWebCacheDispatcher.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,6 @@ public ServletOutputStream getOutputStream() throws IOException {
316316
CacheResult.OTHER,
317317
runtimeStats);
318318
LOG.warning(e.getMessage());
319-
} catch (IllegalArgumentException e) {
320-
ResponseUtils.writeErrorPage(response, 400, e.getMessage(), runtimeStats);
321-
LOG.log(Level.WARNING, e.getMessage());
322319
} catch (Exception e) {
323320
if (!(e instanceof BadTileException) || LOG.isLoggable(Level.FINE)) {
324321
LOG.severe(e.getMessage() + " " + request.getRequestURL().toString());

0 commit comments

Comments
 (0)