You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/09/16 10:41:00 UTC

[GitHub] [activemq-artemis] uroesch opened a new pull request #3264: NO-JIRA: web-server.md documentation typos

uroesch opened a new pull request #3264:
URL: https://github.com/apache/activemq-artemis/pull/3264


   Fixing case for `trustStorePath`, `trustStorePassword`, `keyStorePath`
   and `keyStorePassword` to prevent org.xml.sax.SAXParseException.
   
   The sax parser does not like the case as mentioned in the documentation for web-server.md. Using the lower case `s` in store results in these exceptions:
   * `[org.xml.sax.SAXParseException; lineNumber: 39; columnNumber: 5; cvc-complex-type.3.2.2: Attribute 'keystorePath' is not allowed to appear in element 'web'.]`
   * `[org.xml.sax.SAXParseException; lineNumber: 39; columnNumber: 5; cvc-complex-type.3.2.2: Attribute 'keystorePassword' is not allowed to appear in element 'web'.]`
   * `[org.xml.sax.SAXParseException; lineNumber: 39; columnNumber: 5; cvc-complex-type.3.2.2: Attribute 'truststorePath' is not allowed to appear in element 'web'.]`
   * `[org.xml.sax.SAXParseException; lineNumber: 39; columnNumber: 5; cvc-complex-type.3.2.2: Attribute 'truststorePassword' is not allowed to appear in element 'web'.]`
   
   Occurs in releases `2.13.0`, `2.14.0` and `2.15.0`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq-artemis] asfgit closed pull request #3264: NO-JIRA: web-server.md documentation typos

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #3264:
URL: https://github.com/apache/activemq-artemis/pull/3264


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org