From: <ul...@us...> - 2010-09-26 18:06:25
|
Revision: 32 http://adc.svn.sourceforge.net/adc/?rev=32&view=rev Author: ullner Date: 2010-09-26 18:06:19 +0000 (Sun, 26 Sep 2010) Log Message: ----------- Convinced that we don't need to re-create the URI syntax... Modified Paths: -------------- trunk/ADC-EXT.txt Modified: trunk/ADC-EXT.txt =================================================================== --- trunk/ADC-EXT.txt 2010-09-26 17:51:23 UTC (rev 31) +++ trunk/ADC-EXT.txt 2010-09-26 18:06:19 UTC (rev 32) @@ -44,7 +44,6 @@ === Version 1.0.6 UNRELEASED * Added KEYP extension for providing certificate substitution protection in ADCS. -* Added URI specification for ADC == Extensions @@ -552,17 +551,7 @@ ==== Example ==== -adcs://example.com:1234/kp?SHA256/G3PJC4F4MQ5KOXGE2MPYJW5EW63IC6M7RN7OS663JLLWN2M5I6FQ +adcs://example.com:1234/?kp=SHA256/G3PJC4F4MQ5KOXGE2MPYJW5EW63IC6M7RN7OS663JLLWN2M5I6FQ ==== -=== URI specification -ADC URIs shall be specified in the following (extended) form; - -==== -adc://example.com:1234/foo?bar -==== -Where 'foo' is the identifyable or parsable string for the URI and where 'bar' is the content or value. - -Extensions creating a new URI (say, the adcs:// URI), should also adopt this general structure. - // vim: set syntax=asciidoc: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |