You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2015/01/02 12:39:13 UTC

[jira] [Created] (SLING-4274) Check list of required imports

Carsten Ziegeler created SLING-4274:
---------------------------------------

             Summary: Check list of required imports
                 Key: SLING-4274
                 URL: https://issues.apache.org/jira/browse/SLING-4274
             Project: Sling
          Issue Type: Task
          Components: Extensions
            Reporter: Carsten Ziegeler
             Fix For: XSS Protection API 1.0.0


This is the current list of required imports for the xss module:
javax.annotation,
javax.crypto,
javax.crypto.spec,
javax.mail.internet,
javax.naming,j
avax.servlet,
javax.servlet.http,
javax.servlet.jsp,
javax.servlet.jsp.tagext,
javax.sql,
javax.swing,
javax.swing.border,
javax.swing.event,
javax.swing.filechooser,
javax.swing.table,
javax.swing.text,
javax.swing.tree,
javax.xml.datatype,
javax.xml.namespace,
javax.xml.parsers,
javax.xml.transform,
javax.xml.transform.dom,
javax.xml.transform.sax,
javax.xml.transform.stream,
javax.xml.validation,
org.apache.commons.codec.binary,
org.apache.commons.collections,
org.apache.commons.collections.comparators,
org.apache.commons.collections.iterators,
org.apache.commons.collections.keyvalue,
org.apache.commons.collections.list,
org.apache.commons.collections.map,
org.apache.commons.collections.set,
org.apache.commons.fileupload,
org.apache.commons.fileupload.disk,
org.apache.commons.fileupload.servlet,
org.apache.commons.fileupload.util,
org.apache.commons.httpclient,
org.apache.commons.httpclient.methods,
org.apache.commons.httpclient.params,
org.apache.commons.lang,
org.apache.commons.lang.exception,
org.apache.commons.lang.text,
org.apache.commons.logging,
org.apache.log4j,
org.apache.sling.api;version="[2.1,3)",
org.apache.sling.api.adapter;version="[2.2,3)",
org.apache.sling.api.resource;version="[2.1,3)",
org.apache.sling.commons.json;version="[2.0,3)",
org.apache.sling.commons.json.io;version="[2.0,3)",
org.apache.sling.xss;version="[1.0,1.1)",
org.osgi.service.event;version="[1.1,2)",
org.slf4j;version="[1.5,2)",
org.w3c.dom,
org.w3c.dom.css,
org.w3c.dom.events,
org.w3c.dom.html,
org.w3c.dom.ls,
org.w3c.dom.ranges,
org.w3c.dom.traversal,
org.w3c.dom.views,
org.xml.sax,
org.xml.sax.ext,
org.xml.sax.helpers

Some of them shouldn't really be required like javax.mail.internet or the jsp api; for others like the apache commons stuff it would be nice to have versioned imports



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)