0 Replies Latest reply on Feb 19, 2003 3:01 AM by mrmimo

    Inner classes could be used more carefully in Jetty

    mrmimo

      Often it is a cause of problems with reflection. For example, the following EL expression.

      ${pageContext.request.attribute["foo.bar"]}

      works fine in jetty... unless it is in included page. In such case request is an inner class.

      Of course it's a question to ask who is to blaim for this... but the fact is - inner classes are a major source of problems in reflection related things.