<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/ring-clojure</id>
  <title type="text">Ring Google Group</title>
  <subtitle type="text">
  User group for Ring, the Clojure web application library.
  </subtitle>
  <link href="/group/ring-clojure/feed/atom_v1_0_topics.xml" rel="self" title="Ring feed"/>
  <updated>-0-0T::Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Julien Eluard</name>
  <email>julien.elu...@gmail.com</email>
  </author>
  <updated>2013-05-20T02:54:08Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/1557cd189c47ece5</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/1557cd189c47ece5" />
  <title type="html">[ANN] clj-webjars</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I released a middleware to facilitate webjars &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.webjars.org/&quot;&gt;[link]&lt;/a&gt;&amp;gt;integration with ring. &lt;br&gt; Essentially it allows to serve assets from jar dependencies, abstracts &lt;br&gt; client from asset versions and honors http caching semantics. &lt;br&gt; You can find it here: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/jeluard/clj-webjars&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Hope it helps!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Timothy Washington</name>
  <email>twash...@gmail.com</email>
  </author>
  <updated>2013-05-10T15:00:36Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/e88207f879239e34</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/e88207f879239e34" />
  <title type="html">Asynchronous Responses in Ring</title>
  <summary type="html" xml:space="preserve">
  I have an app, where the ring handler needs to make an asynchronous call to &lt;br&gt; an outside system. So ... &lt;br&gt; *i)* my web client would make a call. &lt;br&gt; *ii)* A ring handler would be invoked and the outside system called. &lt;br&gt; *iii)* After the ring handler function has exited, some prior handler-fn &lt;br&gt; would get a response.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Edward Tsech</name>
  <email>edts...@gmail.com</email>
  </author>
  <updated>2013-05-08T09:40:43Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/0b8a087e6a7fec16</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/0b8a087e6a7fec16" />
  <title type="html">Exceptions</title>
  <summary type="html" xml:space="preserve">
  Hello &lt;br&gt; I have a question. Why exception display only once and disappear when I &lt;br&gt; refresh a browser? &lt;br&gt; Thanks!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Marshall Brekka</name>
  <email>marshallsme...@gmail.com</email>
  </author>
  <updated>2013-05-02T03:13:30Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/e18b33b8e78e82e3</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/e18b33b8e78e82e3" />
  <title type="html">NullPointerException with large file and multipart params</title>
  <summary type="html" xml:space="preserve">
  I can successfully upload files around 80mb, but when I&#39;ve tried a file &lt;br&gt; that is over 2GB I get this stack trace: &lt;br&gt; java.lang.NullPointerException &lt;br&gt; at &lt;br&gt; ring.middleware.multipart_para ms$request_context$reify__1899 .getContentLength(multipart_pa rams.clj:23) &lt;br&gt; at &lt;br&gt; org.apache.commons.fileupload. FileUploadBase$FileItemIterato rImpl.&amp;lt;init&amp;gt;(FileUploadBase.ja va:936)
  </summary>
  </entry>
  <entry>
  <author>
  <name>James Reeves</name>
  <email>ja...@booleanknot.com</email>
  </author>
  <updated>2013-04-24T21:52:48Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/3f626b93a4b2602a</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/3f626b93a4b2602a" />
  <title type="html">Re: Xss library</title>
  <summary type="html" xml:space="preserve">
  What do you mean by &amp;quot;call functions only when the data is being output&amp;quot;? &lt;br&gt; &lt;p&gt;Could you provide some sort of an example to illustrate what you mean? &lt;br&gt; &lt;p&gt;I&#39;m also uncertain why you&#39;d expect XSS attacks to come from data in the &lt;br&gt; session store. That seems somewhat unusual. &lt;br&gt; &lt;p&gt;- James
  </summary>
  </entry>
  <entry>
  <author>
  <name>tieTYT</name>
  <email>tie...@gmail.com</email>
  </author>
  <updated>2013-04-18T20:10:53Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/449e7f36515d072d</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/449e7f36515d072d" />
  <title type="html">Is it possible to use Ring in an already existing Javaee project?</title>
  <summary type="html" xml:space="preserve">
  We already have an existing application with EJBs, a WAR and an EAR. I&#39;ve &lt;br&gt; already written a proof of concept of this new feature in javaee code. The &lt;br&gt; proof of concept is a new WAR that runs inside the EAR and the WAR uses &lt;br&gt; basic auth (with a filter) and calls the already existing EJBs . &lt;br&gt; I&#39;m wondering if it&#39;s possible to rewrite this proof of concept in Ring
  </summary>
  </entry>
  <entry>
  <author>
  <name>Erik Bakstad</name>
  <email>erik.baks...@gmail.com</email>
  </author>
  <updated>2013-04-06T20:51:32Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/28aaa6efe07072f2</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/28aaa6efe07072f2" />
  <title type="html">[ANN] ring-rewrite 0.1.0</title>
  <summary type="html" xml:space="preserve">
  Ring middleware for defining and applying rewrite/redirect rules. In many cases you can get away with ring-rewrite instead of writing Apache mod_rewrite rules. Based on rack-rewrite, but with a Clojure flavor. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/ebaxt/ring-rewrite&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; (def redirect-handler &lt;br&gt; (fn [req] &lt;br&gt; (wrap-rewrite req
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michiel Borkent</name>
  <email>michielbork...@gmail.com</email>
  </author>
  <updated>2013-04-06T10:32:02Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/3fa054e3173ba7ed</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/3fa054e3173ba7ed" />
  <title type="html">Problem with static resources from webjars in a Ring app</title>
  <summary type="html" xml:space="preserve">
  Dear all, &lt;br&gt; I&#39;ve added a static resource from webjars to my project.clj: &lt;br&gt; [org.webjars/bootstrap &amp;quot;2.3.1&amp;quot;] &lt;br&gt; which also pulls in [org.webjars/jquery &amp;quot;1.9.0&amp;quot;]. &lt;br&gt; To make these available I have added this to my middleware: &lt;br&gt; (resource/wrap-resource &amp;quot;/META-INF/resources/&amp;quot;) &lt;br&gt; Since I&#39;ve done this, a GET request to &amp;quot;/&amp;quot; returns an empty page. After
  </summary>
  </entry>
  <entry>
  <author>
  <name>larry google groups</name>
  <email>lawrencecloj...@gmail.com</email>
  </author>
  <updated>2013-03-29T00:43:23Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/2fbbdc54073e9f55</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/2fbbdc54073e9f55" />
  <title type="html">what are some common Jetty and Ring configurations and deployments?</title>
  <summary type="html" xml:space="preserve">
  I have very little experience with Java, the JVM, or the Java libraries &lt;br&gt; that Clojure often relies on. I am curious what other people are doing to &lt;br&gt; deploy their web apps? Is it common to use Jetty/Ring with Tomcat? What &lt;br&gt; about Jboss? Are any folks using a simple uberjar on sites with a lot of &lt;br&gt; traffic? Are there common configurations tweaks that &amp;quot;everyone&amp;quot; knows to
  </summary>
  </entry>
  <entry>
  <author>
  <name>larry google groups</name>
  <email>lawrencecloj...@gmail.com</email>
  </author>
  <updated>2013-03-25T19:58:41Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/fa01edd05450f25e</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/fa01edd05450f25e" />
  <title type="html">Apache Benchmark kills Ring/Jetty at high levels of concurrency - easy fix?</title>
  <summary type="html" xml:space="preserve">
  I am still learning my way here. I have a simple Ring/Jetty app, I put it &lt;br&gt; on one server and start it, then I ssh to another server and hit it with &lt;br&gt; Apache Benchmark. It seems to be if the concurrency is too high (on ab) &lt;br&gt; then Jetty starts to fail -- 500 errors. &lt;br&gt; Is there an easy fix? Can I just give the app more memory as a JVM options
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mingli Yuan</name>
  <email>mingli.y...@gmail.com</email>
  </author>
  <updated>2013-03-08T14:37:45Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/2d49e48680a247d7</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/2d49e48680a247d7" />
  <title type="html">[ANN] uWSGI support for ring (early stage)</title>
  <summary type="html" xml:space="preserve">
  Hi, folks, &lt;br&gt; &lt;p&gt;Yesterday uWSGI had released a ring plugins to give basic support for &lt;br&gt; Clojure webdev. &lt;br&gt; &lt;p&gt; - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://uwsgi-docs.readthedocs.org/en/latest/Ring.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://uwsgi-docs.readthedocs.org/en/latest/JVM.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://lists.unbit.it/pipermail/uwsgi/2013-March/005549.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://lists.unbit.it/pipermail/uwsgi/2013-March/005562.html&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tomasz Lipski</name>
  <email>tomek.lip...@gmail.com</email>
  </author>
  <updated>2013-03-11T20:11:53Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/8d8bfb8c896e995f</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/8d8bfb8c896e995f" />
  <title type="html">Introducing Ganelon - micro-framework support AJAX in Ring web apps</title>
  <summary type="html" xml:space="preserve">
  *Hi, &lt;br&gt; I&#39;ve recently published a simple open source micro-framework which allows &lt;br&gt; server-side Clojure code to update web page content or invoke any &lt;br&gt; JavaScript operations dynamically through XHR requests and thin JavaScript &lt;br&gt; layer. * &lt;br&gt; * &lt;br&gt; Ganelon is fully Ring compatible and based on Compojure and lib-noir. Being
  </summary>
  </entry>
  <entry>
  <author>
  <name>larry google groups</name>
  <email>lawrencecloj...@gmail.com</email>
  </author>
  <updated>2013-02-19T19:16:11Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/c1d2224614a84a1e</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/c1d2224614a84a1e" />
  <title type="html">no headers with Ring response?</title>
  <summary type="html" xml:space="preserve">
  I am trying to figure out what work is handled by Ring and what work &lt;br&gt; is left to the webserver (in my case, Jetty). &lt;br&gt; &lt;p&gt;I look here: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://mmcgrana.github.com/ring/ring.util.response.html#var-response&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;and read: &lt;br&gt; &lt;p&gt;&amp;quot;Returns a skeletal Ring response with the given body, status of 200, &lt;br&gt; and no headers.&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ryan Cole</name>
  <email>r...@rycole.com</email>
  </author>
  <updated>2013-02-19T01:03:32Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/6ef28db620fa96a0</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/6ef28db620fa96a0" />
  <title type="html">Why does my Ring middleware not see the :params map in the request?</title>
  <summary type="html" xml:space="preserve">
  I&#39;m writing a Ring middleware, and also using Compojure. I want my &lt;br&gt; middleware to look in the :params map to see if a specific key was provided &lt;br&gt; by the user. In my middleware function, the request map does not contain a &lt;br&gt; I&#39;m thinking the :params map it not being set before my custom middleware, &lt;br&gt; but I can&#39;t figure out how to get it to actually be set.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Greg V</name>
  <email>m...@myfreeweb.ru</email>
  </author>
  <updated>2013-02-15T13:34:20Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/e8e839bc9b5dee8e</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/e8e839bc9b5dee8e" />
  <title type="html">[ANN] ring-ratelimit 0.2.0 - Powerful request rate limiting middleware</title>
  <summary type="html" xml:space="preserve">
  Hello everyone! &lt;br&gt; I&#39;ve just released ring-ratelimit 0.2.0. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/myfreeweb/ring-ratelimit&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; This is a powerful rate limiting middleware. &lt;br&gt; By &amp;quot;powerful&amp;quot; I mean it allows you to compose limits like Ring middleware. &lt;br&gt; Out of the box, it can limit by IP address, any header value, any param, &lt;br&gt; user and user with role (Friend authentication).
  </summary>
  </entry>
  <entry>
  <author>
  <name>Feng Shen</name>
  <email>shen...@gmail.com</email>
  </author>
  <updated>2013-02-15T09:55:38Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/be026fa0cc94455b</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/be026fa0cc94455b" />
  <title type="html">Help on drafting a protocol for realtime communication between client and ring server</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; This post was accidentally posted on the Clojure group, even though the &lt;br&gt; intension was on this group. If you receive both of them, sorry for &lt;br&gt; the noise. &lt;br&gt; I am trying to draft a protocol for realtime communication between client &lt;br&gt; and ring server. &lt;br&gt; http-kit &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://http-kit.org/&quot;&gt;[link]&lt;/a&gt;&amp;gt; try to implement the protocol, provide a
  </summary>
  </entry>
  <entry>
  <author>
  <name>Shen, Feng</name>
  <email>shen...@gmail.com</email>
  </author>
  <updated>2013-02-03T03:20:27Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/2e3c1b87103f071a</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/2e3c1b87103f071a" />
  <title type="html">ANN: http-kit 2.0.0.RC2, high performance HTTP Server &amp; Client for Clojure</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;After extensive test, known bugs fixed, documentation ready, http-kit &lt;br&gt; reaches 2.0.0.RC2 &lt;br&gt; &lt;p&gt;[http-kit &amp;quot;2.0.0-RC2&amp;quot;] ; Add to your project.clj &lt;br&gt; &lt;p&gt;Documentation: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://http-kit.org&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Github: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/http-kit/http-kit&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;The goal of http-kit is to provide a clean, robust HTTP server/client, with
  </summary>
  </entry>
  <entry>
  <author>
  <email>che...@swiftkey.net</email>
  </author>
  <updated>2013-01-31T14:18:46Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/a0a3d4acf492a97a</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/a0a3d4acf492a97a" />
  <title type="html">Incorrect ring.middleware.etags 1.0.0-SNAPSHOT in Clojars</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; I&#39;ve been trying to use ring.middleware.etags from Clojars&amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://clojars.org/ring.middleware.etag&quot;&gt;[link]&lt;/a&gt;&amp;gt;with Compojure to add an ETag header to HTTP responses. The middleware &lt;br&gt; function I want to use is ring.middleware.etags.core/wit h-etag-cache&amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/AndreasKostler/ring.middleware.etag/blob/506abd4e49bdcb1fba49f04ba68b52ae04685456/src/ring/middleware/etag/core.clj#L53&quot;&gt;[link]&lt;/a&gt;&amp;gt;,
  </summary>
  </entry>
  <entry>
  <author>
  <email>kevinlivingston.pub...@gmail.com</email>
  </author>
  <updated>2013-01-30T21:41:11Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/3c0d2ffe9b9dee0e</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/3c0d2ffe9b9dee0e" />
  <title type="html">canonical unicode</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; My understanding (possibly wrong) is that Ring will decode headers, url, &lt;br&gt; and posts as UTF-8, however I cannot find anywhere if this is NFC UTF-8 or &lt;br&gt; any other forced canonicalization? &lt;br&gt; For example there are numerous ways to encode &amp;quot;..&amp;quot; in UTF-8 &lt;br&gt; see this for more discussion: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://www.owasp.org/index.php/Canonicalization,_locale_and_Unicode&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Zbigniew Łukasiak</name>
  <email>zzb...@gmail.com</email>
  </author>
  <updated>2013-01-30T11:41:05Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/c86fa7d37caa4922</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/c86fa7d37caa4922" />
  <title type="html">What is the cannonical way of implementing a &#39;remember me&#39; button?</title>
  <summary type="html" xml:space="preserve">
  I was thinking about adding a &#39;remember me&#39; button to Friend, but it is not &lt;br&gt; that much related to that library. &lt;br&gt; To change the session cookie expiry date I need to pass a special parameter &lt;br&gt; to the wrapper: &lt;br&gt; (def app &lt;br&gt; (wrap-session handler {:cookie-attrs {:max-age 3600}})) &lt;br&gt; but I need to do that from the handler itself - because I want to add it
  </summary>
  </entry>
  <entry>
  <author>
  <name>Shantanu Kumar</name>
  <email>kumar.shant...@gmail.com</email>
  </author>
  <updated>2013-01-26T07:56:19Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/99dd43f0422b469e</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/99dd43f0422b469e" />
  <title type="html">[ANN] ring-jdbc-session 0.1.0 - JDBC backed session store</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I am happy to announce the release of `ring-jdbc-session` 0.1.0, which is &lt;br&gt; an implementation of Ring&#39;s SessionStore. It also supports cleanup of stale &lt;br&gt; session entries and is described in the README. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/kumarshantanu/ring-jdbc-session&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Please let me know what you think. &lt;br&gt; Shantanu
  </summary>
  </entry>
  <entry>
  <author>
  <name>Zbigniew Łukasiak</name>
  <email>zzb...@gmail.com</email>
  </author>
  <updated>2013-01-26T07:51:17Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/d10b259d6552a0d8</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/d10b259d6552a0d8" />
  <title type="html">A new session cookie on each request</title>
  <summary type="html" xml:space="preserve">
  What is the difference between: &lt;br&gt; (def app &lt;br&gt; (wrap-session handler)) &lt;br&gt; and &lt;br&gt; (defn app-bad [request] &lt;br&gt; ((wrap-session handler) request)) &lt;br&gt; ? &lt;br&gt; I was thinking that the second exactly the same function - but apparently &lt;br&gt; in that case the wrapper sets a new session cookie on each request. When I &lt;br&gt; reload the page and view the headers I can see that each response has
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dhruv Chandna</name>
  <email>dhruvchan...@gmail.com</email>
  </author>
  <updated>2013-01-26T07:20:34Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/b10a3115055c1658</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/b10a3115055c1658" />
  <title type="html">Secure Header Middleware for Ring</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I have started working on a library to add http security header information &lt;br&gt; to the HTTP headers. I am trying to achieve something similar &lt;br&gt; to &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/twitter/secureheaders&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; The current source is at: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/dhruvchandna/ring-secure-headers&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; Do you all think this will be useful for the ring community? I am a novice
  </summary>
  </entry>
  <entry>
  <author>
  <name>Zbigniew Łukasiak</name>
  <email>zzb...@gmail.com</email>
  </author>
  <updated>2013-01-20T10:47:33Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/14b034c1abf39802</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/14b034c1abf39802" />
  <title type="html">Session set only once</title>
  <summary type="html" xml:space="preserve">
  I have to admit that I&#39;ve started learning clojure this Friday - so this &lt;br&gt; might be some stupid mistake, but it is driving me crazy. &lt;br&gt; Here is my application: &lt;br&gt; (ns login-app.ex) &lt;br&gt; (use &#39;ring.middleware.session &lt;br&gt; &#39;ring.util.response) &lt;br&gt; (defn handl [{session :session uri :uri headers :headers}] &lt;br&gt; (let [body
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ari King</name>
  <email>ari.brandeis.k...@gmail.com</email>
  </author>
  <updated>2013-01-17T01:45:55Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/d55f66d6bb88c67f</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/d55f66d6bb88c67f" />
  <title type="html">Lein Ring Plugin -- Reloading Resources</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I&#39;m using the lein ring plugin &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/weavejester/lein-ring&quot;&gt;[link]&lt;/a&gt;&amp;gt;. &lt;br&gt; I I was under the impression that &amp;quot;lein ring server&amp;quot; would launch a &lt;br&gt; development web server and reload resources and their dependencies when &lt;br&gt; modified. The command does launch a web server and reload modified *.clj &lt;br&gt; source files, but modified resources such as template (*.html) files are
  </summary>
  </entry>
  <entry>
  <author>
  <name>Matthew Molloy</name>
  <email>wham...@gmail.com</email>
  </author>
  <updated>2013-01-13T10:44:05Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/3bc96e09549b4184</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/3bc96e09549b4184" />
  <title type="html">Serving a PDF with Ring</title>
  <summary type="html" xml:space="preserve">
  I wish to serve a PDF (or any other binary file) in a ring response. This &lt;br&gt; works &lt;br&gt; (defn serve-file [request] &lt;br&gt; {:status 200 &lt;br&gt; :headers {&amp;quot;Content-Type&amp;quot; &amp;quot;application/pdf&amp;quot;} &lt;br&gt; :body (FileInputStream. &amp;quot;file.pdf&amp;quot;)}) &lt;br&gt; But I&#39;m not explicitly closing the FileInputStream. Will this cause a &lt;br&gt; memory leak, or is it closed by the underlying web server (Jetty). If not,
  </summary>
  </entry>
  <entry>
  <author>
  <name>James Reeves</name>
  <email>ja...@booleanknot.com</email>
  </author>
  <updated>2013-01-12T23:34:44Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/7b0fe662867b9124</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/7b0fe662867b9124" />
  <title type="html">[ANN] Ring 1.0.3 / 1.1.7 released to fix security flaw</title>
  <summary type="html" xml:space="preserve">
  There is a vulnerability in the ring.middleware.session.cookie namespace &lt;br&gt; that affects Ring sites using the cookie session store. &lt;br&gt; &lt;p&gt;Versions affected: 1.0.0 to 1.1.6 &lt;br&gt; &lt;p&gt;Fixed versions: 1.0.3, 1.1.7 &lt;br&gt; &lt;p&gt;*Overview* &lt;br&gt; &lt;p&gt;In order for an attacker exploit this flaw, your site must be using the &lt;br&gt; cookie session store, and the attacker must have gained the capability to
  </summary>
  </entry>
  <entry>
  <author>
  <name>larry google groups</name>
  <email>lawrencecloj...@gmail.com</email>
  </author>
  <updated>2013-01-09T20:56:51Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/5d292edec833418b</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/5d292edec833418b" />
  <title type="html">Exception: &quot;No single method: read_session of interface&quot;</title>
  <summary type="html" xml:space="preserve">
  I am somewhat new to Clojure. I apologize if this is a dumb question. &lt;br&gt; &lt;p&gt;I have an ns declaration that contains: &lt;br&gt; &lt;p&gt; (:use [net.cgrand.moustache :only [app delegate]] &lt;br&gt; [ring.util.response] &lt;br&gt; [ring.middleware.params] &lt;br&gt; [ring.middleware.file] &lt;br&gt; [ring.middleware.resource]
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jim Crossley</name>
  <email>jcrossl...@gmail.com</email>
  </author>
  <updated>2013-01-02T19:33:33Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/c0f45c3a616a1327</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/c0f45c3a616a1327" />
  <title type="html">Revisiting :uri, :context, and :path-info</title>
  <summary type="html" xml:space="preserve">
  Hi all, &lt;br&gt; It&#39;s been over 2 years since adding :path-info and :context to the Ring &lt;br&gt; spec was discussed. Do we feel like it makes sense yet? :-) &lt;br&gt; In Immutant, we would prefer to recommend folks use the Ring middleware, &lt;br&gt; wrap-resource or wrap-file, to serve static assets, but since those &lt;br&gt; functions use :uri, this only works when apps are deployed at the root
  </summary>
  </entry>
  <entry>
  <author>
  <name>James Reeves</name>
  <email>ja...@booleanknot.com</email>
  </author>
  <updated>2012-12-31T18:03:46Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/fb8a17a24ae424cf</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/fb8a17a24ae424cf" />
  <title type="html">Updating the minimum Clojure version for Ring 1.2</title>
  <summary type="html" xml:space="preserve">
  Hi folks, &lt;br&gt; &lt;p&gt;I&#39;m planning on releasing Ring 1.2 at the end of January, and with Clojure &lt;br&gt; 1.5 in release candidate, I&#39;m wondering about updating the minimum Clojure &lt;br&gt; dependency from 1.2.1 to 1.3.0. &lt;br&gt; &lt;p&gt;Does anyone use Ring 1.1 with Clojure 1.2? Would moving to Clojure 1.3 &lt;br&gt; significantly impact you?
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Powell</name>
  <email>djpow...@djpowell.net</email>
  </author>
  <updated>2012-12-21T13:21:10Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/2020e5a02ca831cb</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/2020e5a02ca831cb" />
  <title type="html">Last-Modified headers</title>
  <summary type="html" xml:space="preserve">
  I serve most of my static content using wrap-resource from an uber-jar, and &lt;br&gt; I&#39;m wanting a solution for handling Last-Modified and 304 responses. &lt;br&gt; I have a patch, but I was thinking it might be worth discussing first... &lt;br&gt; Current status: &lt;br&gt; * The wrap-not-modified middleware is great, but currently &lt;br&gt; resource-response doesn&#39;t add any Last-Modified headers except for file://
  </summary>
  </entry>
  <entry>
  <author>
  <name>Josh Tilles</name>
  <email>merelyapseudo...@gmail.com</email>
  </author>
  <updated>2012-12-06T20:51:47Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/11c56eaffc256364</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/11c56eaffc256364" />
  <title type="html">Contributing to Ring; ServletConfig init parameters as hash</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve been digging into the actual Java side of Servlets for work, and so &lt;br&gt; I&#39;ve been hankerin&#39; to apply this knowledge to Ring&#39;s development. Thus my &lt;br&gt; first question is a general, &amp;quot;How can I help? What does Ring need?&amp;quot; &lt;br&gt; Also, has anyone *already* written anything that allows easy access to the &lt;br&gt; ServletContext or ServletConfig parameters?
  </summary>
  </entry>
  <entry>
  <author>
  <name>John Finnson</name>
  <email>john.finn...@gmail.com</email>
  </author>
  <updated>2012-12-02T18:56:01Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/d4aa26dd87a7b5dd</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/d4aa26dd87a7b5dd" />
  <title type="html">Content type for ANY file type</title>
  <summary type="html" xml:space="preserve">
  Is it possible to have a content type (or is there an approach) where I can &lt;br&gt; return any type of file? &lt;br&gt; My situation is this: &lt;br&gt; I allow users to upload any type of file, but how do I allow for &lt;br&gt; downloading/responding for any type of file? Or am I forced to detect the &lt;br&gt; file type and restrict the type of file?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Shantanu Kumar</name>
  <email>kumar.shant...@gmail.com</email>
  </author>
  <updated>2012-11-19T06:59:46Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/d88a5d5fadc63d26</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/d88a5d5fadc63d26" />
  <title type="html">Question on porting Ring to ClojureCLR</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;I am interested to know if anybody has tried porting Ring to &lt;br&gt; ClojureCLR yet. If not, I might give it a shot -- (1) port ring-core, &lt;br&gt; (2) write an adapter. &lt;br&gt; &lt;p&gt;Also, it would be great if anybody can throw pointers related to the &lt;br&gt; objective. &lt;br&gt; &lt;p&gt;Shantanu
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tom Denley</name>
  <email>t.den...@gmail.com</email>
  </author>
  <updated>2012-11-11T09:00:34Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/3560f8556747b85e</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/3560f8556747b85e" />
  <title type="html">ring-core dependency on clj-time</title>
  <summary type="html" xml:space="preserve">
  I&#39;m a little puzzled why ring-core has a dependency on clj-time (and &lt;br&gt; transitively on joda time). &lt;br&gt; This seems to only be required for supporting cookies with joda-time &lt;br&gt; intervals and dates for :max-age and :expires, and was introduced as a fix &lt;br&gt; for this issue: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/mmcgrana/ring/issues/55&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tom Denley</name>
  <email>t.den...@gmail.com</email>
  </author>
  <updated>2012-11-10T10:57:17Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/e6b84661092535fb</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/e6b84661092535fb" />
  <title type="html">ring-simpleweb-adapter</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I&#39;ve just put together a new ring adapter for the Simple web framework http &lt;br&gt; engine. &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/netmelody/ring-simpleweb-adapter&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; The adapter aims to be a near-enough drop-in replacement for the &lt;br&gt; ring-jetty-adapter (although I don&#39;t support https just yet). &lt;br&gt; If anyone has an established ring/compojure codebase (with tests) I&#39;d be
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tom Denley</name>
  <email>t.den...@gmail.com</email>
  </author>
  <updated>2012-11-06T16:07:26Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/f605c3f1cabf4098</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/f605c3f1cabf4098" />
  <title type="html">Correct namespace for new ring adapters</title>
  <summary type="html" xml:space="preserve">
  I&#39;m thinking of throwing a couple of ring adapters together for some of the &lt;br&gt; as-yet-unsupported lightweight Java web frameworks. &lt;br&gt; Is there a standard of name-spacing ring adapters under &lt;br&gt; ring/ring-xyz-adapter ( e.g. &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://clojars.org/ring/ring-jetty-adapter&quot;&gt;[link]&lt;/a&gt; or &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://clojars.org/ring/ring-httpcore-adapter&quot;&gt;[link]&lt;/a&gt; ) or are you expecting
  </summary>
  </entry>
  <entry>
  <author>
  <name>Geo</name>
  <email>ggrigor...@gmail.com</email>
  </author>
  <updated>2012-10-29T16:46:30Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/0a02b7c478836d08</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/0a02b7c478836d08" />
  <title type="html">Bug when using JodaTime to set :expires attribute for cookies?</title>
  <summary type="html" xml:space="preserve">
  When setting the :expires attribute for cookies by passing it a JodaTime &lt;br&gt; date, the cookies don&#39;t seem to persist across browser sessions. I am not &lt;br&gt; sure if this a bug with ring or with noir (which is what I am using). But &lt;br&gt; just wanted to give you a heads up. Details can be found in the Noir &lt;br&gt; discussion group. See this thread:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Johnny Luu</name>
  <email>johnny....@yobistore.com</email>
  </author>
  <updated>2012-10-22T21:01:34Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/32fbf9b8e5ed8e2d</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/32fbf9b8e5ed8e2d" />
  <title type="html">How to access raw Jetty request?</title>
  <summary type="html" xml:space="preserve">
  I need to use &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://jetty.codehaus.org/jetty/jetty-6/apidocs/org/mortbay/jetty/Request.html#getLocale&quot;&gt;[link]&lt;/a&gt;() to &lt;br&gt; get the locale from the Accept-Language string. &lt;br&gt; How do I access the Jetty request directly for this in ring?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Peter Taoussanis</name>
  <email>ptaoussa...@gmail.com</email>
  </author>
  <updated>2012-10-15T13:25:28Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/4b45bab95d7993e8</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/4b45bab95d7993e8" />
  <title type="html">Pull request: Add Cache-Control: public header to wrap-file-info response</title>
  <summary type="html" xml:space="preserve">
  Hi James, &lt;br&gt; I&#39;ve just put in a 1-line pull request &lt;br&gt; here: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/ring-clojure/ring/pull/23&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; As discussed in the commit message and reference, this is always a &lt;br&gt; performance win in the context it&#39;s being used here - especially for files &lt;br&gt; being served over HTTPS. &lt;br&gt; I didn&#39;t change the doc-string since this seems more like an implementation
  </summary>
  </entry>
  <entry>
  <author>
  <name>James Reeves</name>
  <email>jree...@weavejester.com</email>
  </author>
  <updated>2012-10-12T15:52:00Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/82f3f994b607cec4</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/82f3f994b607cec4" />
  <title type="html">Re: :ssl-client-cert always nil</title>
  <summary type="html" xml:space="preserve">
  Have you set the :client-auth option on the Jetty adapter to :want or :need? &lt;br&gt; &lt;p&gt;- James
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dfr</name>
  <email>defle...@gmail.com</email>
  </author>
  <updated>2012-10-03T07:53:19Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/37f8bff10348a74c</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/37f8bff10348a74c" />
  <title type="html">Comet/async support</title>
  <summary type="html" xml:space="preserve">
  Good day. &lt;br&gt; Does ring provides support for http push currently ? I found old thread &lt;br&gt; about this, but it&#39;s few years old. &lt;br&gt; Now i&#39;m considering to write some kind of wrapper around grizzly framework &lt;br&gt; or jetty continuations, but maybe there is more sane solution exist ?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chas Emerick</name>
  <email>c...@cemerick.com</email>
  </author>
  <updated>2012-10-02T23:47:12Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/4633b259d1c6620b</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/4633b259d1c6620b" />
  <title type="html">[ANN] Friend 0.1.2 released (web authentication/authorization library)</title>
  <summary type="html" xml:space="preserve">
  I released [com.cemerick/friend &amp;quot;0.1.2&amp;quot;] to Clojars this afternoon. Friend is an extensible authentication and authorization library for Clojure Ring web applications and services: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/cemerick/friend&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;This release fixes a couple of serious bugs with Friend&#39;s handling of Ring sessions, among a few other more minor issues and a couple of minor enhancements. The changelog is here:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Murtaza Husain</name>
  <email>murtaza.hus...@sevenolives.com</email>
  </author>
  <updated>2012-09-13T10:16:16Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/08f439e83ab09072</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/08f439e83ab09072" />
  <title type="html">Maintaining global state across user sessions</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I have a need to maintain global state on the server across different &lt;br&gt; browser / user sessions. &lt;br&gt; My assumption here is that all atoms etc created when a request comes in is &lt;br&gt; specific to that request. Once the response is returned all that state is &lt;br&gt; destroyed and memory freed. Please correct me if I am wrong.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chas Emerick</name>
  <email>c...@cemerick.com</email>
  </author>
  <updated>2012-09-06T12:55:41Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/47deb0cca9ea68bb</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/47deb0cca9ea68bb" />
  <title type="html">Producing resource responses from ring with a sane Last-Modified header</title>
  <summary type="html" xml:space="preserve">
  I&#39;ve been experimenting with packaging JavaScript/CSS libraries so as to reuse the Leiningen/Maven infrastructure (rather than dumping libraries and frameworks like jQuery, Foundation, et al. into my web projects&#39; git repositories). &lt;br&gt; &lt;p&gt;This has worked out spectacularly well in terms of simplifying project organization and further aiding my general level of sanity. However, there is a caveat: Ring does not currently add a Last-Modified header to responses for jarred resources loaded from the classpath, thus making such resources generally uncacheable and preventing later requests from being responded to with a 304 Not Modified status.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chas Emerick</name>
  <email>c...@cemerick.com</email>
  </author>
  <updated>2012-08-29T12:39:51Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/1dc6779d7f4cb90a</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/1dc6779d7f4cb90a" />
  <title type="html">ANN: Friend 0.1.0 released (web authentication/authorization library)</title>
  <summary type="html" xml:space="preserve">
  I released [com.cemerick/friend &amp;quot;0.1.0&amp;quot;] to Clojars last night. Friend is an extensible authentication and authorization library for Clojure Ring web applications and services: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/cemerick/friend&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;This release does make some breaking changes, though all unfortunately necessary. The changelog since the 0.0.9 release is here:
  </summary>
  </entry>
  <entry>
  <author>
  <name>JR</name>
  <email>james.rother...@gmail.com</email>
  </author>
  <updated>2012-08-20T06:07:50Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/4af6e98661cdd6e1</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/4af6e98661cdd6e1" />
  <title type="html">Compiling starts jetty server, so I can&#39;t complete Uberjar</title>
  <summary type="html" xml:space="preserve">
  Hi: &lt;br&gt; I&#39;m a newbie to ring development, and I&#39;m trying to uberjar up what little I&#39;ve got developed so far so I can put it out on a demo server. But when I run lein1 uberjar, the process involves compiling the code, and when it compiles, for some reason it seems to automatically invoke the server, so the uberjar never completes.... everything just locks up while my server sits there listening on port 8080, from which I have to Ctrl-C to kill.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Casper Clausen</name>
  <email>casp...@gmail.com</email>
  </author>
  <updated>2012-08-10T06:31:21Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/18d95ee9c9cc63d3</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/18d95ee9c9cc63d3" />
  <title type="html">init function when deploying war in Tomcat server</title>
  <summary type="html" xml:space="preserve">
  I am having trouble getting the init function to work when on a Tomcat server. &lt;br&gt; When using &#39;lein ring server&#39; it gets called fine, but when doing a &#39;lein ring war&#39; and deploying it in a Tomcat 7 server it does not get called. &lt;br&gt; From my project.clj: &lt;br&gt; :servlet-path-info? false &lt;br&gt; :web-xml &amp;quot;resources/web.xml&amp;quot;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Graham Carlyle</name>
  <email>gra...@grahamcarlyle.com</email>
  </author>
  <updated>2012-07-31T14:36:56Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/682d4dac02b970e1</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/682d4dac02b970e1" />
  <title type="html">wrap-keyword-params doesn&#39;t convert params with &quot;.&quot;</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; The wrap-keyword-params middleware doesn&#39;t convert parameters that contain &lt;br&gt; a &amp;quot;.&amp;quot; to a keyword. This tripped me up when I was looking for the parameter &lt;br&gt; &amp;quot;openid.mode&amp;quot; assuming it would be available as a keyword. &lt;br&gt; Is the reason that this isn&#39;t converted to a keyword because of the &lt;br&gt; description in the clojure reader docs (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://clojure.org/reader&quot;&gt;[link]&lt;/a&gt;) that
  </summary>
  </entry>
  <entry>
  <author>
  <name>Eric in San Diego</name>
  <email>eric.sc...@acm.org</email>
  </author>
  <updated>2012-07-26T22:06:15Z</updated>
  <id>http://groups.google.com/group/ring-clojure/browse_thread/thread/1230fda51dde05bc</id>
  <link href="http://groups.google.com/group/ring-clojure/browse_thread/thread/1230fda51dde05bc" />
  <title type="html">Upgrading seems to have introduced logger dependency problems.</title>
  <summary type="html" xml:space="preserve">
  Help! I&#39;m in logger dependency hell! &lt;br&gt; I&#39;m encoutering this error when I execute compojure-based code that used to &lt;br&gt; work fine, until I upgraded my clojure version (1.2-&amp;gt;1.3) and libraries, &lt;br&gt; including compojure and its associates (compojure &amp;amp; ring 1.1.1. hiccup &lt;br&gt; 1.0.0) &lt;br&gt; Here&#39;s the relevant part of the stack trace:
  </summary>
  </entry>
</feed>
