-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from jonas/nocode
Provide ability to disable prettify code highlighting
- Loading branch information
Showing
7 changed files
with
108 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
### Enhancements | ||
|
||
- Add `@javadoc` parameterized link directive. [#43][43] by [@jonas][@jonas] | ||
- Provide ability to disable prettify code highlighting [#64][64] by [@jonas][@jonas] | ||
|
||
[43]: https://github.com/lightbend/paradox/issues/43 | ||
[64]: https://github.com/lightbend/paradox/issues/64 | ||
[@jonas]: https://github.com/jonas |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<pre class="prettyprint"><code class="nocode">certpath: -Using checker7 ... [sun.security.provider.certpath.RevocationChecker] | ||
certpath: connecting to OCSP service at: http://gtssl2-ocsp.geotrust.com | ||
certpath: OCSP response status: SUCCESSFUL | ||
certpath: OCSP response type: basic | ||
certpath: Responder's name: CN=GeoTrust SSL CA - G2 OCSP Responder, O=GeoTrust Inc., C=US | ||
certpath: OCSP response produced at: Wed Mar 19 13:57:32 PDT 2014 | ||
certpath: OCSP number of SingleResponses: 1 | ||
certpath: OCSP response cert #1: CN=GeoTrust SSL CA - G2 OCSP Responder, O=GeoTrust Inc., C=US | ||
certpath: Status of certificate (with serial number 159761413677206476752317239691621661939) is: GOOD | ||
certpath: Responder's certificate includes the extension id-pkix-ocsp-nocheck. | ||
certpath: OCSP response is signed by an Authorized Responder | ||
certpath: Verified signature of OCSP Response | ||
certpath: Response's validity interval is from Wed Mar 19 13:57:32 PDT 2014 until Wed Mar 26 13:57:32 PDT 2014 | ||
certpath: -checker7 validation succeeded</code></pre> | ||
<pre class="prettyprint"><code class="nocode">certpath: -Using checker7 ... [sun.security.provider.certpath.RevocationChecker] | ||
certpath: connecting to OCSP service at: http://gtssl2-ocsp.geotrust.com | ||
certpath: OCSP response status: SUCCESSFUL | ||
certpath: OCSP response type: basic | ||
certpath: Responder's name: CN=GeoTrust SSL CA - G2 OCSP Responder, O=GeoTrust Inc., C=US | ||
certpath: OCSP response produced at: Wed Mar 19 13:57:32 PDT 2014 | ||
certpath: OCSP number of SingleResponses: 1 | ||
certpath: OCSP response cert #1: CN=GeoTrust SSL CA - G2 OCSP Responder, O=GeoTrust Inc., C=US | ||
certpath: Status of certificate (with serial number 159761413677206476752317239691621661939) is: GOOD | ||
certpath: Responder's certificate includes the extension id-pkix-ocsp-nocheck. | ||
certpath: OCSP response is signed by an Authorized Responder | ||
certpath: Verified signature of OCSP Response | ||
certpath: Response's validity interval is from Wed Mar 19 13:57:32 PDT 2014 until Wed Mar 26 13:57:32 PDT 2014 | ||
certpath: -checker7 validation succeeded | ||
</code></pre> | ||
<pre class="prettyprint"><code class="nocode">certpath: -Using checker7 ... [sun.security.provider.certpath.RevocationChecker] | ||
certpath: connecting to OCSP service at: http://gtssl2-ocsp.geotrust.com | ||
certpath: OCSP response status: SUCCESSFUL | ||
certpath: OCSP response type: basic | ||
certpath: Responder's name: CN=GeoTrust SSL CA - G2 OCSP Responder, O=GeoTrust Inc., C=US | ||
certpath: OCSP response produced at: Wed Mar 19 13:57:32 PDT 2014 | ||
certpath: OCSP number of SingleResponses: 1 | ||
certpath: OCSP response cert #1: CN=GeoTrust SSL CA - G2 OCSP Responder, O=GeoTrust Inc., C=US | ||
certpath: Status of certificate (with serial number 159761413677206476752317239691621661939) is: GOOD | ||
certpath: Responder's certificate includes the extension id-pkix-ocsp-nocheck. | ||
certpath: OCSP response is signed by an Authorized Responder | ||
certpath: Verified signature of OCSP Response | ||
certpath: Response's validity interval is from Wed Mar 19 13:57:32 PDT 2014 until Wed Mar 26 13:57:32 PDT 2014 | ||
certpath: -checker7 validation succeeded | ||
</code></pre> |
35 changes: 35 additions & 0 deletions
35
plugin/src/sbt-test/paradox/snippets/src/main/paradox/nocode.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
@@ snip [no code](../../test/resources/certpath.log) { type=text } | ||
|
||
```text | ||
certpath: -Using checker7 ... [sun.security.provider.certpath.RevocationChecker] | ||
certpath: connecting to OCSP service at: http://gtssl2-ocsp.geotrust.com | ||
certpath: OCSP response status: SUCCESSFUL | ||
certpath: OCSP response type: basic | ||
certpath: Responder's name: CN=GeoTrust SSL CA - G2 OCSP Responder, O=GeoTrust Inc., C=US | ||
certpath: OCSP response produced at: Wed Mar 19 13:57:32 PDT 2014 | ||
certpath: OCSP number of SingleResponses: 1 | ||
certpath: OCSP response cert #1: CN=GeoTrust SSL CA - G2 OCSP Responder, O=GeoTrust Inc., C=US | ||
certpath: Status of certificate (with serial number 159761413677206476752317239691621661939) is: GOOD | ||
certpath: Responder's certificate includes the extension id-pkix-ocsp-nocheck. | ||
certpath: OCSP response is signed by an Authorized Responder | ||
certpath: Verified signature of OCSP Response | ||
certpath: Response's validity interval is from Wed Mar 19 13:57:32 PDT 2014 until Wed Mar 26 13:57:32 PDT 2014 | ||
certpath: -checker7 validation succeeded | ||
``` | ||
|
||
```nocode | ||
certpath: -Using checker7 ... [sun.security.provider.certpath.RevocationChecker] | ||
certpath: connecting to OCSP service at: http://gtssl2-ocsp.geotrust.com | ||
certpath: OCSP response status: SUCCESSFUL | ||
certpath: OCSP response type: basic | ||
certpath: Responder's name: CN=GeoTrust SSL CA - G2 OCSP Responder, O=GeoTrust Inc., C=US | ||
certpath: OCSP response produced at: Wed Mar 19 13:57:32 PDT 2014 | ||
certpath: OCSP number of SingleResponses: 1 | ||
certpath: OCSP response cert #1: CN=GeoTrust SSL CA - G2 OCSP Responder, O=GeoTrust Inc., C=US | ||
certpath: Status of certificate (with serial number 159761413677206476752317239691621661939) is: GOOD | ||
certpath: Responder's certificate includes the extension id-pkix-ocsp-nocheck. | ||
certpath: OCSP response is signed by an Authorized Responder | ||
certpath: Verified signature of OCSP Response | ||
certpath: Response's validity interval is from Wed Mar 19 13:57:32 PDT 2014 until Wed Mar 26 13:57:32 PDT 2014 | ||
certpath: -checker7 validation succeeded | ||
``` |
14 changes: 14 additions & 0 deletions
14
plugin/src/sbt-test/paradox/snippets/src/test/resources/certpath.log
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
certpath: -Using checker7 ... [sun.security.provider.certpath.RevocationChecker] | ||
certpath: connecting to OCSP service at: http://gtssl2-ocsp.geotrust.com | ||
certpath: OCSP response status: SUCCESSFUL | ||
certpath: OCSP response type: basic | ||
certpath: Responder's name: CN=GeoTrust SSL CA - G2 OCSP Responder, O=GeoTrust Inc., C=US | ||
certpath: OCSP response produced at: Wed Mar 19 13:57:32 PDT 2014 | ||
certpath: OCSP number of SingleResponses: 1 | ||
certpath: OCSP response cert #1: CN=GeoTrust SSL CA - G2 OCSP Responder, O=GeoTrust Inc., C=US | ||
certpath: Status of certificate (with serial number 159761413677206476752317239691621661939) is: GOOD | ||
certpath: Responder's certificate includes the extension id-pkix-ocsp-nocheck. | ||
certpath: OCSP response is signed by an Authorized Responder | ||
certpath: Verified signature of OCSP Response | ||
certpath: Response's validity interval is from Wed Mar 19 13:57:32 PDT 2014 until Wed Mar 26 13:57:32 PDT 2014 | ||
certpath: -checker7 validation succeeded |
This file contains 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