compass-adapters/chef/cookbooks/apache2/test/features/proxy_java_applications.feature
2013-12-12 01:33:01 +00:00

13 lines
442 B
Gherkin

@java
Feature: Proxy Java applications
In order to host dynamic websites
As a developer
I want be able to proxy requests to a Java application
@mod_proxy_ajp
Scenario: Proxy Java application server
Given a new webserver with support for proxying to Java application servers enabled
When a request is made to a Java application that generates a list of request parameters
Then the expected request parameters will be present