throw new AccessControlException(
"requested login not in principals-set");
}
return new RequestWrapper(request) {
public RequestURI getRequestURI() throws HandlerException {
return new RequestURIWrapper(super.getRequestURI()) {
public String[] getParameterNames() {
String[] superResult = super
.getParameterNames();
String[] result = new String[superResult.length - 1];
for (int i = 0, j = 0; i < superResult.length; i++) {