Refactor excel and pdf document servlet config to a common place now that the
DocumentServlet/Store is common
-------------------------------------------------------------------------------------------------------------
Key: JBSEAM-3375
URL:
https://jira.jboss.org/jira/browse/JBSEAM-3375
Project: Seam
Issue Type: Bug
Components: Documentation Issues
Affects Versions: 2.1.0.BETA1
Reporter: Nicklas Karlsson
Priority: Minor
Both the IText and Excel sections deal with configuring the DocumentServlet to serve files
with proper extensions. This section could be moved out since the component itself was
refactored out of pdf to support both file types.
In addition, is there a namespace error in the pdf-section:?
<components
xmlns="http://jboss.com/products/seam/document"
xmlns:pdf="http://jboss.com/products/seam/document">
<document:document-store use-extensions="true" />
</components>
Should it be just one
xmlns:document="http://jboss.com/products/seam/document"
?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira