* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
package org.apache.coyote;
-import java.util.Locale;
/**
* Constants.
public static final String DEFAULT_CHARACTER_ENCODING="ISO-8859-1";
-
- public static final String LOCALE_DEFAULT = "en";
-
-
- public static final Locale DEFAULT_LOCALE = new Locale(LOCALE_DEFAULT, "");
-
-
public static final int MAX_NOTES = 32;
return decodedUriMB;
}
- public MessageBytes query() {
- return queryMB;
- }
-
public MessageBytes queryString() {
return queryMB;
}