Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49299
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 16 May 2010 21:47:26 +0000 (21:47 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 16 May 2010 21:47:26 +0000 (21:47 +0000)
commitb5219f9006a56b18400ad3d49f750e8944fbce7b
tree52892400915d166622b64fe6127e9a713a4b47fa
parentac4f3e233b50559a8a62dc55ed11e68066472c57
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49299
Implement the requirements of section 7.1.1 of the Servlet 3.0 spec that require the path parameter to change name as well.
Remove the option to set the default via a system property for the sake of simplicity.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@944920 13f79535-47bb-0310-9956-ffa450edef68
java/org/apache/catalina/Globals.java
java/org/apache/catalina/connector/CoyoteAdapter.java
java/org/apache/catalina/connector/LocalStrings.properties
java/org/apache/catalina/connector/Request.java
java/org/apache/catalina/connector/Response.java
java/org/apache/catalina/core/ApplicationSessionCookieConfig.java
java/org/apache/catalina/realm/RealmBase.java
test/org/apache/catalina/connector/TestCoyoteAdaptor.java [new file with mode: 0644]
webapps/docs/config/systemprops.xml