~ubuntu-branches/ubuntu/utopic/figtree/utopic

« back to all changes in this revision

Viewing changes to WebRoot/WEB-INF/jetty-web.xml

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-02-21 08:17:38 UTC
  • Revision ID: james.westby@ubuntu.com-20110221081738-80pe2ulo8rg7up10
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN"
 
3
    "http://jetty.mortbay.org/configure.dtd">
 
4
<Configure class="org.mortbay.jetty.webapp.WebAppContext">
 
5
    <Get name="sessionHandler">
 
6
        <Get name="sessionManager">
 
7
            <Set name="usingCookies" type="boolean">false</Set>
 
8
        </Get>
 
9
    </Get>
 
10
</Configure>
 
 
b'\\ No newline at end of file'