GitHub user ThreaT opened a pull request:
https://github.com/apache/tomcat/pull/19
Added support for addWebapp(String, InputStream)
When using embedded tomcat, if jsp files are inside the jar file, it is
impossible to use the respective jsp files as a webapp unless tomcat accepts
InputStreams as webapps. The coupled usages still need refactoring.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ThreaT/tomcat trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomcat/pull/19.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #19
----
commit b908e8ee562f33666c17add2a1176c8d63189131
Author: ThreaT <[email protected]>
Date: 2015-03-30T13:26:23Z
Added support for addWebapp(String, InputStream)
When using embedded tomcat, if jsp files are inside the jar file, it is
impossible to use the respective jsp files as a webapp unless tomcat accepts
InputStreams as webapps.
commit 9f9152636e6c4ebde20ac365d6f8d2b0d4d364da
Author: ThreaT <[email protected]>
Date: 2015-03-30T13:29:09Z
Update Tomcat.java
commit 0a80a091d82d3a9c05e77dace42cd8a98c8e6c99
Author: ThreaT <[email protected]>
Date: 2015-03-30T13:33:22Z
Added support for addWebapp(String, InputStream)
When using embedded tomcat, if jsp files are inside the jar file, it is
impossible to use the respective jsp files as a webapp unless tomcat accepts
InputStreams as webapps. The coupled usages still need refactoring.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]