-
Bug
-
Resolution: Unresolved
-
Medium
-
1.0
-
true
-
Severity 2 - Major
The pretty formatting for making the source readable in the source editor is causing issues around <code> tags by adding extra spacing that it shouldn't.
BEFORE: <p>Find the normal (non-SSL) <code>Connector</code> directive in Tomcat's <code>server.xml</code> file, and add the <code><strong>scheme</strong></code>, <strong><code>proxyName</code></strong>, and <code><strong>proxyPort</strong></code> attributes as shown below. Instead of <code>mycompany.com</code>, set the <code>proxyName</code> attribute to the domain name that Apache HTTP Server will be configured to serve. This informs Stash of the domain name and port of the requests that reach it via Apache HTTP Server, and is important to the correct operation of the Stash functions that construct URL's.</p> AFTER: <p>Find the normal (non-SSL) <code>Connector</code> directive in Tomcat's <code>server.xml</code> file, and add the <code> <strong>scheme</strong> </code>, <strong> <code>proxyName</code> </strong>, and <code> <strong>proxyPort</strong> </code> attributes as shown below. Instead of <code>mycompany.com</code>, set the <code>proxyName</code> attribute to the domain name that Apache HTTP Server will be configured to serve. This informs Stash of the domain name and port of the requests that reach it via Apache HTTP Server, and is important to the correct operation of the Stash functions that construct URL's.</p>
To reproduced:
- Set body to original markup above
- Open source editor
- Click Apply
- Extra spaces are now added
- causes
-
SOURCE-65 Error validating source when round-tripping
- Closed