{"id":658,"date":"2005-02-23T16:32:01","date_gmt":"2005-02-23T20:32:01","guid":{"rendered":"http:\/\/wordpress.cephas.net\/?p=658"},"modified":"2005-02-23T16:32:01","modified_gmt":"2005-02-23T20:32:01","slug":"tomcat-50x-bug-with-dollar-sign-and-non-ascii-characters","status":"publish","type":"post","link":"https:\/\/cephas.net\/blog\/2005\/02\/23\/tomcat-50x-bug-with-dollar-sign-and-non-ascii-characters\/","title":{"rendered":"Tomcat 5.0.x bug with dollar sign (and non ASCII characters)"},"content":{"rendered":"<p>Hoping to bring this to the top of the queue for anyone else that runs into this: if you put configuration information into your Tomcat conf\\server.xml file and said configuration contains a dollar sign &#8216;$&#8217;, according to bugzilla [<a href=\"http:\/\/issues.apache.org\/bugzilla\/show_bug.cgi?id=29823\">1<\/a>,<a href=\"http:\/\/issues.apache.org\/bugzilla\/show_bug.cgi?id=29091\">2<\/a>], the dollar sign is interpreted and thus doesn&#8217;t show up unless you double up on it. So if you have a environment entry like this:<br \/>\n<code><br \/>\n&lt;Environment name=\"ftp.password\" type=\"java.lang.String\" value=\"amsdk$k23\"\/&gt;<br \/>\n<\/code><br \/>\nyou&#8217;ll need to change it to this:<br \/>\n<code><br \/>\n&lt;Environment name=\"ftp.password\" type=\"java.lang.String\" value=\"amsdk$$k23\"\/&gt;<br \/>\n<\/code><br \/>\nto make it work with Tomcat 5.0.x (same thing applies to JNDI entries in server.xml). According to this <a href=\"http:\/\/issues.apache.org\/bugzilla\/show_bug.cgi?id=29091#c12\">comment<\/a>, this issue probably will not be fixed because Tomcat 5.0.x is in maintenance and not in active development.  Supposedly this behavior will be fixed in version 5.5.7.<\/p>\n<p>An observation: if you&#8217;re running a business selling software, make the bug list open the public. There&#8217;s nothing better than being able to find a solution without having to spend an hour on the phone with a technical support person who is doing nothing more than searching the private bug list.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hoping to bring this to the top of the queue for anyone else that runs into this: if you put configuration information into your Tomcat conf\\server.xml file and said configuration contains a dollar sign &#8216;$&#8217;, according to bugzilla [1,2], the dollar sign is interpreted and thus doesn&#8217;t show up unless you double up on it. &hellip; <a href=\"https:\/\/cephas.net\/blog\/2005\/02\/23\/tomcat-50x-bug-with-dollar-sign-and-non-ascii-characters\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Tomcat 5.0.x bug with dollar sign (and non ASCII characters)<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[3,12],"tags":[],"_links":{"self":[{"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/posts\/658"}],"collection":[{"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/comments?post=658"}],"version-history":[{"count":0,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/posts\/658\/revisions"}],"wp:attachment":[{"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/media?parent=658"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/categories?post=658"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cephas.net\/blog\/wp-json\/wp\/v2\/tags?post=658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}