{
try
{
Map<String,String> kvps = this.requestReader.readKvps( request );
GetFeatureBoundsRequest getFeatureBoundsRequest = this.kvpReader.readRequest( kvps );
Envelope bounds = this.limbService.getFeatureBounds( getFeatureBoundsRequest );
// If an error occurs the servlet engine will use the output stream to write the error message.
// The message can't be sent back to the browser if the getWriter method has already been called.