<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
 
<br>Howdy,
<p>In com.opencms.core.I_CmsConstants.java a folder sepArator attribute
is declared:
<p>static final String C_FOLDER_SEPERATOR = "/";
<p>Perhaps the typo could be removed (it should be SEPARATOR, from to separate).
<p>But this constant is hardly used:
<br><tt>$ grep -r C_FOLDER_SEPERATOR * | wc</tt>
<br><tt>      3     
16     227</tt><tt></tt>
<p>instead the / is used the whole time:
<br><tt>$ grep -r \"/ * | wc</tt>
<br><tt>    223    1143   21108</tt>
<p>Time for a Perl script to do something about this?
<br>Jeroen
<br>P.S. Is there a bug repository to send bugs/remarks to?
<br> 
<br> </html>