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
Skip to content | |
All gists | |
Back to GitHub | |
@jeanouii | |
@jeanouii | |
jeanouii/gist:33281441e3204cfef1b0f6a23b848343 | |
Created March 27, 2023 19:29 | |
0 |
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
2016-04-19 01:44:19 | |
Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.79-b02 mixed mode): | |
"process-waitFor" prio=5 tid=0x00007fe21a325800 nid=0x6103 in Object.wait() [0x0000700001889000] | |
java.lang.Thread.State: WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <0x00000007f2c20068> (a java.lang.UNIXProcess) | |
at java.lang.Object.wait(Object.java:503) | |
at java.lang.UNIXProcess.waitFor(UNIXProcess.java:261) | |
- locked <0x00000007f2c20068> (a java.lang.UNIXProcess) |
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<health> | |
<checks> | |
<description>expected='Clear text.' actual='Clear text.'</description> | |
<details> | |
<detail>Creating the TribestreamPasswordCipher instance.</detail> | |
<detail>Encrypting the clear text.</detail> | |
<detail>Decrypting the previous cryptogram.</detail> | |
<detail>Testing decrypted version against the expected value.</detail> | |
</details> |
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<health> | |
<checks> | |
<description>expected='Clear text.' actual='Clear text.'</description> | |
<details> | |
<detail>Creating the TribestreamPasswordCipher instance.</detail> | |
<detail>Encrypting the clear text.</detail> | |
<detail>Decrypting the previous cryptogram.</detail> | |
<detail>Testing decrypted version against the expected value.</detail> | |
</details> |
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<health> | |
<checks> | |
<description>expected='Clear text.' actual='Clear text.'</description> | |
<details> | |
<detail>Creating the TribestreamPasswordCipher instance.</detail> | |
<detail>Encrypting the clear text.</detail> | |
<detail>Decrypting the previous cryptogram.</detail> | |
<detail>Testing decrypted version against the expected value.</detail> | |
</details> |
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
<pxy:rules> | |
<rul:rule> | |
<rul:description>Route to the CI for /partners</rul:description> | |
<rul:auth-constraint/> | |
<rul:auth method="BEARER"/> | |
<rul:rewrite> | |
# test 1 | |
RewriteRule ^/partners/(.*)$ https://gws-test.starbucks.com/partners/$1 [P] | |
# test 2 |
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
<pxy:rules> | |
<rul:rule> | |
<rul:description>Route to the CI for /partners</rul:description> | |
<rul:auth-constraint/> | |
<rul:auth method="BEARER"/> | |
<rul:rewrite> | |
RewriteRule ^/partners/(.*)$ https://gws-test.starbucks.com/partners/$1 [P] | |
</rul:rewrite> | |
<rul:headers> | |
<rul:header name="gws-tag-host" provider="ognl">@java.net.InetAddress@getLocalHost().getHostName()</rul:header> |
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
<pxy:rules> | |
<rul:rule> | |
<rul:description>Route to the CI for /partners</rul:description> | |
<rul:auth-constraint/> | |
<rul:auth method="BEARER"/> | |
<rul:rewrite> | |
RewriteRule ^/partners/(.*)$ https://gws-test.starbucks.com/partners/$1 [P] | |
</rul:rewrite> | |
<rul:headers> | |
<rul:header name="gws-tag-host" provider="ognl">@java.net.InetAddress@getLocalHost().getHostName()</rul:header> |
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
$ pbpaste | awk '{$1=$1};1' | uniq | sort | |
tribe.access-gateway.access-token.ldap.baseDn > tribe.oauth2.ldap.baseDn | |
tribe.access-gateway.access-token.ldap.bindCredentials > tribe.oauth2.ldap.bindCredentials | |
tribe.access-gateway.access-token.ldap.bindDn > tribe.oauth2.ldap.bindDn | |
tribe.access-gateway.access-token.ldap.idleTime > tribe.oauth2.ldap.idleTime | |
tribe.access-gateway.access-token.ldap.ldapUrl > tribe.oauth2.ldap.ldapUrl | |
tribe.access-gateway.access-token.ldap.maxPoolSize > tribe.oauth2.ldap.maxPoolSize | |
tribe.access-gateway.access-token.ldap.minPoolSize > tribe.oauth2.ldap.minPoolSize | |
tribe.access-gateway.access-token.ldap.prunePeriod > tribe.oauth2.ldap.prunePeriod |
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<items> | |
<paging> | |
<limit>3</limit> | |
<offset>0</offset> | |
<returned>3</returned> | |
<total>100</total> | |
</paging> | |
<availability-item> | |
<deliveredFrozen>false</deliveredFrozen> |
NewerOlder