Skip to content

Commit

Permalink
adding missing change to TemplatedUriResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and serialseb committed Oct 25, 2010
1 parent 6c0adc4 commit 1c2a3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/OpenRasta/Web/TemplatedUriResolver.cs
Expand Up @@ -129,7 +129,7 @@ public UriRegistration Match(Uri uriToMatch)
var allVariables = new NameValueCollection
{
tableMatch.BoundVariables,
tableMatch.QueryParameters
tableMatch.BoundQueryParameters
};
result.UriTemplateParameters.Add(allVariables);
}
Expand Down Expand Up @@ -225,4 +225,4 @@ class UrlDescriptor
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
//// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#endregion
#endregion

0 comments on commit 1c2a3a5

Please sign in to comment.