This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.
from 28ef4eb Merge pull request #430 from t4fm/master
add 9b37e01 Basic JAX-RS filter example
add 75b98e7 Update README
add 6f405f4 Use consistent dependencies
add 64c2649 Update README
new 828613d Merge branch 'jaxrs-filter-example' of
github.com:ShermanMarshall/tomee
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
examples/jaxrs-filter/README.adoc | 48 ++++++++++++++++
examples/jaxrs-filter/pom.xml | 31 +++++++++++
.../org/superbiz/filterexample/ExampleServlet.java | 65 ++++++++++++++++++++++
.../org/superbiz/filterexample/InboundFilter.java | 46 +++++++++++++++
.../jaxrs-filter/src/main/webapp/WEB-INF/web.xml | 7 +++
examples/jaxrs-filter/src/main/webapp/index.jsp | 5 ++
.../src/main/webapp/unauthorized/index.jsp | 5 ++
7 files changed, 207 insertions(+)
create mode 100644 examples/jaxrs-filter/README.adoc
create mode 100644 examples/jaxrs-filter/pom.xml
create mode 100644
examples/jaxrs-filter/src/main/java/org/superbiz/filterexample/ExampleServlet.java
create mode 100644
examples/jaxrs-filter/src/main/java/org/superbiz/filterexample/InboundFilter.java
create mode 100644 examples/jaxrs-filter/src/main/webapp/WEB-INF/web.xml
create mode 100644 examples/jaxrs-filter/src/main/webapp/index.jsp
create mode 100644 examples/jaxrs-filter/src/main/webapp/unauthorized/index.jsp