Bugzilla – Attachment 429745 Details for
Bug 693996
UriTemplate doesn't support named wildcards
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
Test program
Main.cs (text/plain), 458 bytes, created by
David Strawbridge
on 2011-05-16 11:11:03 UTC
(
hide
)
Description:
Test program
Filename:
MIME Type:
Creator:
David Strawbridge
Created:
2011-05-16 11:11:03 UTC
Size:
458 bytes
patch
obsolete
>using System; > >namespace uritemplatewildcardbug { > class MainClass { > public static void Main(string[] args) { > > UriTemplate template = new UriTemplate("{*path}"); > UriTemplateMatch match = template.Match(new Uri("http://localhost"), new Uri("http://localhost/something")); > if (match != null) { > Console.WriteLine("Match, path='{0}'", match.BoundVariables["path"]); > } > } > } >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 693996
: 429745