api version
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@36 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
ea98ad6847
commit
45fae7c64c
|
@ -1401,7 +1401,7 @@ public class ContextHandler extends HandlerWrapper implements Attributes, Server
|
|||
*/
|
||||
public int getMajorVersion()
|
||||
{
|
||||
return 3;
|
||||
return 2;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
|
@ -1424,7 +1424,7 @@ public class ContextHandler extends HandlerWrapper implements Attributes, Server
|
|||
*/
|
||||
public int getMinorVersion()
|
||||
{
|
||||
return 0;
|
||||
return 5;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
|
|
Loading…
Reference in New Issue