-
Bug
-
Resolution: Tracked Elsewhere
-
Medium
-
None
-
None
-
None
-
None
NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.
When launching the following command to fire a REST call to keyboard shortcut plugin, it return an Internal server error due the validation failure:
[root@test ~]# curl -I -X GET "https://confluence.atlassian.com/rest/prototype/1/i18n?locale=%3Cscript%20src%3Dhttp%3A%2F%2Flocalhost%2Fj%20&pluginKeys=com.atlassian.confluence.keyboardshortcuts&pluginKeys=com.atlassian.plugins.editor"
HTTP/1.1 500 Internal Server Error
Date: Tue, 28 May 2013 07:45:22 GMT
Server: Apache-Coyote/1.1
Cache-Control: no-cache, must-revalidate
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: text/html; charset=UTF-8
Set-Cookie: JSESSIONID=170C9ADB0247492D66B79F72E1B34A23; Path=/; HttpOnly
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
- duplicates
-
CONFSERVER-29473 Keyboardshortcuts REST call return 500
-
- Closed
-
- relates to
-
CONFCLOUD-29483 URL validation failed for REST call to the keyboard shortcut plugin
-
- Closed
-
- cloned by
-
AKS-19 Loading...
[CONFSERVER-29483] URL validation failed for REST call to the keyboard shortcut plugin
Workflow | Original: JAC Bug Workflow v3 [ 2893725 ] | New: CONFSERVER Bug Workflow v4 [ 2985908 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2775330 ] | New: JAC Bug Workflow v3 [ 2893725 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Bug Workflow [ 2735352 ] | New: JAC Bug Workflow v2 [ 2775330 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2400832 ] | New: JAC Bug Workflow [ 2735352 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 2300589 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2400832 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2234631 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 2300589 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2197270 ] | New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2234631 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 1933010 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2197270 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v3 [ 1736140 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 1933010 ] |
Description |
Original:
When launching the following command to fire a REST call to keyboard shortcut plugin, it return an Internal server error due the validation failure:
{code} [root@test ~]# curl -I -X GET "https://confluence.atlassian.com/rest/prototype/1/i18n?locale=%3Cscript%20src%3Dhttp%3A%2F%2Flocalhost%2Fj%20&pluginKeys=com.atlassian.confluence.keyboardshortcuts&pluginKeys=com.atlassian.plugins.editor" HTTP/1.1 500 Internal Server Error Date: Tue, 28 May 2013 07:45:22 GMT Server: Apache-Coyote/1.1 Cache-Control: no-cache, must-revalidate Expires: Thu, 01 Jan 1970 00:00:00 GMT Content-Type: text/html; charset=UTF-8 Set-Cookie: JSESSIONID=170C9ADB0247492D66B79F72E1B34A23; Path=/; HttpOnly Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked {code} |
New:
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Server*. Using *Confluence Cloud*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFCLOUD-29483]. {panel} When launching the following command to fire a REST call to keyboard shortcut plugin, it return an Internal server error due the validation failure: {code} [root@test ~]# curl -I -X GET "https://confluence.atlassian.com/rest/prototype/1/i18n?locale=%3Cscript%20src%3Dhttp%3A%2F%2Flocalhost%2Fj%20&pluginKeys=com.atlassian.confluence.keyboardshortcuts&pluginKeys=com.atlassian.plugins.editor" HTTP/1.1 500 Internal Server Error Date: Tue, 28 May 2013 07:45:22 GMT Server: Apache-Coyote/1.1 Cache-Control: no-cache, must-revalidate Expires: Thu, 01 Jan 1970 00:00:00 GMT Content-Type: text/html; charset=UTF-8 Set-Cookie: JSESSIONID=170C9ADB0247492D66B79F72E1B34A23; Path=/; HttpOnly Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked {code} |