repo1.maven.org$maven2@org.apache.sling$org.apache.sling.servlets.post@2.0.2-incubator
repo1.maven.org$maven2@org.apache.sling$org.apache.sling.servlets.post@2.0.2-incubator@org$apache$sling$servlets$post$impl$helper$NodeNameFilter.java
file
oh
o
[]
package org.apache.sling.servlets.post.impl.helper;
Filter a String so that it can be used as a NodeName.
for(int i=0; i < nodeName.length(); i++) { final char c = nodeName.charAt(i);
} else if(i == 0 && Character.isDigit(c)) {