GNUJSP 1.0 TODO
---------------

  *) Add support for classpaths/scratchdirs with spaces.

  *) Add support for jsp:plugin tag.

  *) Support <jsp:expression>...</jsp:expression> within HTML comments.
     (Current only <%= ... %> is supported.)

  *) Localization for more languages.

  *) Installation instructions for more servlet engines.

  *) Add tests to testsuite for methods in PageContextImpl:
                public Object getAttribute(String name, int scope) 
                        all caes plus exception
                public void setAttribute(String name, ...
                        all cases plus exception
                public void removeAttribute
                        all cases plus exception
                public int getAttributesScope(
                        all cases
                public Enumeration getAttributeNamesInScope(
                        all cases plus exception

Open Questions
--------------
       - No easy way to call jsp servlets back from servlets without 
	 creating own HttpRequest. ideas someone?
