Skip to content

Commit

Permalink
PAYARA-244 + Glassfish part of the fix of the
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksiys authored and Pandrex247 committed Jul 2, 2015
1 parent bdee7db commit 68d6f1e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2007-2013 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007-2015 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -166,6 +166,7 @@ protected void configureHttpProtocol(final ServiceLocator habitat,
final ContainerMapper containerMapper = new ContainerMapper(grizzlyService, this);
containerMapper.setMapper(mapper);
containerMapper.setDefaultHost(http.getDefaultVirtualServer());
containerMapper.setRequestURIEncoding(http.getUriEncoding());
containerMapper.configureMapper();

VirtualServer vs = null;
Expand Down

0 comments on commit 68d6f1e

Please sign in to comment.