Created
March 15, 2010 15:53
-
-
Save masterzen/332973 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/lib/puppet/network/http/rack/rest.rb b/lib/puppet/network/http/rack/rest.rb | |
| index 1047512..a2e60ee 100644 | |
| --- a/lib/puppet/network/http/rack/rest.rb | |
| +++ b/lib/puppet/network/http/rack/rest.rb | |
| @@ -46,7 +46,7 @@ class Puppet::Network::HTTP::RackREST < Puppet::Network::HTTP::RackHttpHandler | |
| # what path was requested? (this is, without any query parameters) | |
| def path(request) | |
| - request.path | |
| + request.path_info | |
| end | |
| # return the request body |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment