aboutsummaryrefslogtreecommitdiffstats
path: root/infrastructure
diff options
context:
space:
mode:
authorJeff Mitchell <etherpad@jefferai.org>2010-04-08 19:10:08 -0400
committerJeff Mitchell <etherpad@jefferai.org>2010-04-08 19:11:26 -0400
commit404c1592338501433b624b4b1c86c8c3a7676451 (patch)
tree75ed1c77d7a0f60c5fd651d85074bc2d4186427d /infrastructure
parent195f9342463a611344ed530a2eb8dfeca47c681d (diff)
downloadetherpad-404c1592338501433b624b4b1c86c8c3a7676451.tar.gz
etherpad-404c1592338501433b624b4b1c86c8c3a7676451.tar.xz
etherpad-404c1592338501433b624b4b1c86c8c3a7676451.zip
Add another REMOVED_COS_OF_COS
Diffstat (limited to 'infrastructure')
-rw-r--r--infrastructure/net.appjet.oui/execution.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/infrastructure/net.appjet.oui/execution.scala b/infrastructure/net.appjet.oui/execution.scala
index f4f4d9e..dc17c29 100644
--- a/infrastructure/net.appjet.oui/execution.scala
+++ b/infrastructure/net.appjet.oui/execution.scala
@@ -39,6 +39,7 @@ import Util.enumerationToRichEnumeration;
class RequestWrapper(val req: HttpServletRequest) {
req.setCharacterEncoding("UTF-8");
+// REMOVED_COS_OF_COS ... ?
// private lazy val parameterNames =
// (for (i <- Conversions.convertSet(req.getParameterMap.keySet().asInstanceOf[java.util.Set[String]])) yield i).toList.toArray
// private def parameterValues(k: String) = req.getParameterValues(k);