Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
davydotcom committed May 22, 2016
1 parent 121a814 commit 8ca4c09
Show file tree
Hide file tree
Showing 11 changed files with 843 additions and 843 deletions.
402 changes: 201 additions & 201 deletions asset-pipeline-grails/target/plugins/webxml-1.4.1/LICENSE.txt

Large diffs are not rendered by default.

@@ -1,33 +1,33 @@
/**
* Copyright 2008 Roger Cass (roger.cass@byu.net)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Default configuration file for WebXml plugin.
*
* To override values, create a file called YOUR-APP/grails-app/conf/WebXmlConfig.groovy
*/
webxml {
filterChainProxyDelegator.add = false
filterChainProxyDelegator.targetBeanName = "filterChainProxyDelegate"
filterChainProxyDelegator.urlPattern = "/*"
filterChainProxyDelegator.filterName = "filterChainProxyDelegator"
filterChainProxyDelegator.className = "org.springframework.web.filter.DelegatingFilterProxy"

listener.add = false
//listener.classNames = ["org.springframework.web.context.request.RequestContextListener"]

contextparams = [sample: 'Sample Value']

// sessionConfig.sessionTimeout = 30
}
/**
* Copyright 2008 Roger Cass (roger.cass@byu.net)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Default configuration file for WebXml plugin.
*
* To override values, create a file called YOUR-APP/grails-app/conf/WebXmlConfig.groovy
*/
webxml {
filterChainProxyDelegator.add = false
filterChainProxyDelegator.targetBeanName = "filterChainProxyDelegate"
filterChainProxyDelegator.urlPattern = "/*"
filterChainProxyDelegator.filterName = "filterChainProxyDelegator"
filterChainProxyDelegator.className = "org.springframework.web.filter.DelegatingFilterProxy"

listener.add = false
//listener.classNames = ["org.springframework.web.context.request.RequestContextListener"]

contextparams = [sample: 'Sample Value']

// sessionConfig.sessionTimeout = 30
}
@@ -1,55 +1,55 @@
/**
* Application configuration file for WebXml plugin.
*/
webxml {
//========================================
// Session Timeout
//========================================
//
// uncomment to set session timeout - Be sure to specify value as an Integer
// sessionConfig.sessionTimeout = 30

//========================================
// Delegating Filter Chain
//========================================
//
// Add a 'filter chain proxy' delegater as a Filter. This will allow the application
// to define a FilterChainProxy bean that can add additional filters, such as
// an instance of org.springframework.security.web.FilterChainProxy.

// Set to true to add a filter chain delegator.
//filterChainProxyDelegator.add = true

// The name of the delegate FilterChainProxy bean. You must ensure you have added a bean
// with this name that implements FilterChainProxy to
// YOUR-APP/grails-app/conf/spring/resources.groovy.
//filterChainProxyDelegator.targetBeanName = "filterChainProxyDelegate"

// The URL pattern to which the filter will apply. Usually set to '/*' to cover all URLs.
//filterChainProxyDelegator.urlPattern = "/*"

// Set to true to add Listeners
//listener.add = true
//listener.classNames = ["org.springframework.web.context.request.RequestContextListener"]

//-------------------------------------------------
// These settings usually do not need to be changed
//-------------------------------------------------

// The name of the delegating filter.
//filterChainProxyDelegator.filterName = "filterChainProxyDelegator"

// The delegating filter proxy class.
//filterChainProxyDelegator.className = "org.springframework.web.filter.DelegatingFilterProxy"

// ------------------------------------------------
// Example for context aparameters
// ------------------------------------------------
// this example will create the following XML part
// contextparams = [port: '6001']
//
// <context-param>
// <param-name>port</param-name>
// <param-value>6001</param-value>
// </context-param>
}
/**
* Application configuration file for WebXml plugin.
*/
webxml {
//========================================
// Session Timeout
//========================================
//
// uncomment to set session timeout - Be sure to specify value as an Integer
// sessionConfig.sessionTimeout = 30

//========================================
// Delegating Filter Chain
//========================================
//
// Add a 'filter chain proxy' delegater as a Filter. This will allow the application
// to define a FilterChainProxy bean that can add additional filters, such as
// an instance of org.springframework.security.web.FilterChainProxy.

// Set to true to add a filter chain delegator.
//filterChainProxyDelegator.add = true

// The name of the delegate FilterChainProxy bean. You must ensure you have added a bean
// with this name that implements FilterChainProxy to
// YOUR-APP/grails-app/conf/spring/resources.groovy.
//filterChainProxyDelegator.targetBeanName = "filterChainProxyDelegate"

// The URL pattern to which the filter will apply. Usually set to '/*' to cover all URLs.
//filterChainProxyDelegator.urlPattern = "/*"

// Set to true to add Listeners
//listener.add = true
//listener.classNames = ["org.springframework.web.context.request.RequestContextListener"]

//-------------------------------------------------
// These settings usually do not need to be changed
//-------------------------------------------------

// The name of the delegating filter.
//filterChainProxyDelegator.filterName = "filterChainProxyDelegator"

// The delegating filter proxy class.
//filterChainProxyDelegator.className = "org.springframework.web.filter.DelegatingFilterProxy"

// ------------------------------------------------
// Example for context aparameters
// ------------------------------------------------
// this example will create the following XML part
// contextparams = [port: '6001']
//
// <context-param>
// <param-name>port</param-name>
// <param-value>6001</param-value>
// </context-param>
}

0 comments on commit 8ca4c09

Please sign in to comment.