typo
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / CGI.pm
index 67ec08c..c3441b0 100644 (file)
@@ -125,7 +125,7 @@ sub prepare_path {
     $base = URI->new($base);
     $base->path('/') if ( $ENV{CATALYST_TEST} || !$base->path );
     $c->req->base( $base->as_string );
-    $c->req->server_base( $base->scheme . '://' . $base->authority );
+    $c->req->server_base( $base->scheme . '://' . $base->authority . '/' );
 }
 
 =head3 prepare_request