You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Thomas Singer (JIRA)" <ji...@apache.org> on 2007/08/23 21:18:30 UTC

[jira] Created: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

IllegalStateException accessing Session.get() from own Resource implementation
------------------------------------------------------------------------------

                 Key: WICKET-878
                 URL: https://issues.apache.org/jira/browse/WICKET-878
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-beta2
            Reporter: Thomas Singer
             Fix For: 1.3.0-beta3


I'm getting following assertion:

java.lang.IllegalStateException: you can only locate or create sessions in the context of a request cycle 
org.apache.wicket.Session.findOrCreate(Session.java:250) 
org.apache.wicket.Session.get(Session.java:279) 
com.syntevo.hpsmart.DownloadResource.getResourceStream(DownloadResource.java:18) 
org.apache.wicket.protocol.http.WicketFilter.getLastModified(WicketFilter.java:708) 
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)

See this thread for details: http://www.nabble.com/DownloadLink-hanging-tf4299990.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522956 ] 

Matej Knopp commented on WICKET-878:
------------------------------------

I commited a possible fix, can you please try it if works for you?

> IllegalStateException accessing Session.get() from own Resource implementation
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-878
>                 URL: https://issues.apache.org/jira/browse/WICKET-878
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Thomas Singer
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta3
>
>
> I'm getting following assertion:
> java.lang.IllegalStateException: you can only locate or create sessions in the context of a request cycle 
> org.apache.wicket.Session.findOrCreate(Session.java:250) 
> org.apache.wicket.Session.get(Session.java:279) 
> com.syntevo.hpsmart.DownloadResource.getResourceStream(DownloadResource.java:18) 
> org.apache.wicket.protocol.http.WicketFilter.getLastModified(WicketFilter.java:708) 
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)
> See this thread for details: http://www.nabble.com/DownloadLink-hanging-tf4299990.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Knopp resolved WICKET-878.
--------------------------------

    Resolution: Fixed

> IllegalStateException accessing Session.get() from own Resource implementation
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-878
>                 URL: https://issues.apache.org/jira/browse/WICKET-878
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Thomas Singer
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta4
>
>
> I'm getting following assertion:
> java.lang.IllegalStateException: you can only locate or create sessions in the context of a request cycle 
> org.apache.wicket.Session.findOrCreate(Session.java:250) 
> org.apache.wicket.Session.get(Session.java:279) 
> com.syntevo.hpsmart.DownloadResource.getResourceStream(DownloadResource.java:18) 
> org.apache.wicket.protocol.http.WicketFilter.getLastModified(WicketFilter.java:708) 
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)
> See this thread for details: http://www.nabble.com/DownloadLink-hanging-tf4299990.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-878:
---------------------------------

    Fix Version/s:     (was: 1.3.0-beta3)
                   1.3.0-beta4

> IllegalStateException accessing Session.get() from own Resource implementation
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-878
>                 URL: https://issues.apache.org/jira/browse/WICKET-878
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Thomas Singer
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta4
>
>
> I'm getting following assertion:
> java.lang.IllegalStateException: you can only locate or create sessions in the context of a request cycle 
> org.apache.wicket.Session.findOrCreate(Session.java:250) 
> org.apache.wicket.Session.get(Session.java:279) 
> com.syntevo.hpsmart.DownloadResource.getResourceStream(DownloadResource.java:18) 
> org.apache.wicket.protocol.http.WicketFilter.getLastModified(WicketFilter.java:708) 
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)
> See this thread for details: http://www.nabble.com/DownloadLink-hanging-tf4299990.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Knopp reassigned WICKET-878:
----------------------------------

    Assignee: Matej Knopp

> IllegalStateException accessing Session.get() from own Resource implementation
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-878
>                 URL: https://issues.apache.org/jira/browse/WICKET-878
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Thomas Singer
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta3
>
>
> I'm getting following assertion:
> java.lang.IllegalStateException: you can only locate or create sessions in the context of a request cycle 
> org.apache.wicket.Session.findOrCreate(Session.java:250) 
> org.apache.wicket.Session.get(Session.java:279) 
> com.syntevo.hpsmart.DownloadResource.getResourceStream(DownloadResource.java:18) 
> org.apache.wicket.protocol.http.WicketFilter.getLastModified(WicketFilter.java:708) 
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)
> See this thread for details: http://www.nabble.com/DownloadLink-hanging-tf4299990.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522983 ] 

Matej Knopp commented on WICKET-878:
------------------------------------

That's weird, the QueryStringUrlCodingStrategy seem to work fine for me. What exactly is the problem?

> IllegalStateException accessing Session.get() from own Resource implementation
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-878
>                 URL: https://issues.apache.org/jira/browse/WICKET-878
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Thomas Singer
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta3
>
>
> I'm getting following assertion:
> java.lang.IllegalStateException: you can only locate or create sessions in the context of a request cycle 
> org.apache.wicket.Session.findOrCreate(Session.java:250) 
> org.apache.wicket.Session.get(Session.java:279) 
> com.syntevo.hpsmart.DownloadResource.getResourceStream(DownloadResource.java:18) 
> org.apache.wicket.protocol.http.WicketFilter.getLastModified(WicketFilter.java:708) 
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)
> See this thread for details: http://www.nabble.com/DownloadLink-hanging-tf4299990.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

Posted by "Thomas Singer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522971 ] 

Thomas Singer commented on WICKET-878:
--------------------------------------

OK, I've integrated the sources in the IDE and got it compiling. But due to a change in the QueryStringUrlCodingStrategy (?) no page except the first one works - I need to first solve that problem...

> IllegalStateException accessing Session.get() from own Resource implementation
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-878
>                 URL: https://issues.apache.org/jira/browse/WICKET-878
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Thomas Singer
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta3
>
>
> I'm getting following assertion:
> java.lang.IllegalStateException: you can only locate or create sessions in the context of a request cycle 
> org.apache.wicket.Session.findOrCreate(Session.java:250) 
> org.apache.wicket.Session.get(Session.java:279) 
> com.syntevo.hpsmart.DownloadResource.getResourceStream(DownloadResource.java:18) 
> org.apache.wicket.protocol.http.WicketFilter.getLastModified(WicketFilter.java:708) 
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)
> See this thread for details: http://www.nabble.com/DownloadLink-hanging-tf4299990.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522989 ] 

Matej Knopp commented on WICKET-878:
------------------------------------

I recommend to update the snapshot again, as I've fixed a bug when request cycle was not cleaned up properly.

> IllegalStateException accessing Session.get() from own Resource implementation
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-878
>                 URL: https://issues.apache.org/jira/browse/WICKET-878
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Thomas Singer
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta3
>
>
> I'm getting following assertion:
> java.lang.IllegalStateException: you can only locate or create sessions in the context of a request cycle 
> org.apache.wicket.Session.findOrCreate(Session.java:250) 
> org.apache.wicket.Session.get(Session.java:279) 
> com.syntevo.hpsmart.DownloadResource.getResourceStream(DownloadResource.java:18) 
> org.apache.wicket.protocol.http.WicketFilter.getLastModified(WicketFilter.java:708) 
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)
> See this thread for details: http://www.nabble.com/DownloadLink-hanging-tf4299990.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522966 ] 

Matej Knopp commented on WICKET-878:
------------------------------------

The snapshots will probably won't be recent enough so you'll have to wait couple of hours.
And you can't build wicket without maven, we don't support ant build anymore.

> IllegalStateException accessing Session.get() from own Resource implementation
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-878
>                 URL: https://issues.apache.org/jira/browse/WICKET-878
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Thomas Singer
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta3
>
>
> I'm getting following assertion:
> java.lang.IllegalStateException: you can only locate or create sessions in the context of a request cycle 
> org.apache.wicket.Session.findOrCreate(Session.java:250) 
> org.apache.wicket.Session.get(Session.java:279) 
> com.syntevo.hpsmart.DownloadResource.getResourceStream(DownloadResource.java:18) 
> org.apache.wicket.protocol.http.WicketFilter.getLastModified(WicketFilter.java:708) 
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)
> See this thread for details: http://www.nabble.com/DownloadLink-hanging-tf4299990.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

Posted by "Thomas Singer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522958 ] 

Thomas Singer commented on WICKET-878:
--------------------------------------

How do I build it without maven, e.g. with ANT?

> IllegalStateException accessing Session.get() from own Resource implementation
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-878
>                 URL: https://issues.apache.org/jira/browse/WICKET-878
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Thomas Singer
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta3
>
>
> I'm getting following assertion:
> java.lang.IllegalStateException: you can only locate or create sessions in the context of a request cycle 
> org.apache.wicket.Session.findOrCreate(Session.java:250) 
> org.apache.wicket.Session.get(Session.java:279) 
> com.syntevo.hpsmart.DownloadResource.getResourceStream(DownloadResource.java:18) 
> org.apache.wicket.protocol.http.WicketFilter.getLastModified(WicketFilter.java:708) 
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)
> See this thread for details: http://www.nabble.com/DownloadLink-hanging-tf4299990.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

Posted by "Thomas Singer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523794 ] 

Thomas Singer commented on WICKET-878:
--------------------------------------

Although I'm using wicket's trunk at rev. 570773, I'm still getting the above assertion.

Maybe I'm doing something obvious wrong:  I'm trying the invoke Session.get() in the doFilter() method of my Filter implementation.

> IllegalStateException accessing Session.get() from own Resource implementation
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-878
>                 URL: https://issues.apache.org/jira/browse/WICKET-878
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Thomas Singer
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta4
>
>
> I'm getting following assertion:
> java.lang.IllegalStateException: you can only locate or create sessions in the context of a request cycle 
> org.apache.wicket.Session.findOrCreate(Session.java:250) 
> org.apache.wicket.Session.get(Session.java:279) 
> com.syntevo.hpsmart.DownloadResource.getResourceStream(DownloadResource.java:18) 
> org.apache.wicket.protocol.http.WicketFilter.getLastModified(WicketFilter.java:708) 
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)
> See this thread for details: http://www.nabble.com/DownloadLink-hanging-tf4299990.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523804 ] 

Matej Knopp commented on WICKET-878:
------------------------------------

The problem now is that your doFilter is invoked before WicketFilter.doFilter, thus the Wicket session thread local is not set yet. If you really need this, you have to use WicketSessionFilter and make sure that it is invoked before your filter. 



> IllegalStateException accessing Session.get() from own Resource implementation
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-878
>                 URL: https://issues.apache.org/jira/browse/WICKET-878
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Thomas Singer
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta4
>
>
> I'm getting following assertion:
> java.lang.IllegalStateException: you can only locate or create sessions in the context of a request cycle 
> org.apache.wicket.Session.findOrCreate(Session.java:250) 
> org.apache.wicket.Session.get(Session.java:279) 
> com.syntevo.hpsmart.DownloadResource.getResourceStream(DownloadResource.java:18) 
> org.apache.wicket.protocol.http.WicketFilter.getLastModified(WicketFilter.java:708) 
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)
> See this thread for details: http://www.nabble.com/DownloadLink-hanging-tf4299990.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523801 ] 

Eelco Hillenius commented on WICKET-878:
----------------------------------------

You have to place the filter mapping of the wicket session filter before your own filter though. And make sure the paths match of course.

> IllegalStateException accessing Session.get() from own Resource implementation
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-878
>                 URL: https://issues.apache.org/jira/browse/WICKET-878
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Thomas Singer
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta4
>
>
> I'm getting following assertion:
> java.lang.IllegalStateException: you can only locate or create sessions in the context of a request cycle 
> org.apache.wicket.Session.findOrCreate(Session.java:250) 
> org.apache.wicket.Session.get(Session.java:279) 
> com.syntevo.hpsmart.DownloadResource.getResourceStream(DownloadResource.java:18) 
> org.apache.wicket.protocol.http.WicketFilter.getLastModified(WicketFilter.java:708) 
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)
> See this thread for details: http://www.nabble.com/DownloadLink-hanging-tf4299990.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522960 ] 

Eelco Hillenius commented on WICKET-878:
----------------------------------------

Get the snapshot here: http://wicketstuff.org/maven/repository/org/apache/wicket/wicket/1.3.0-SNAPSHOT/

Automatically deployed from bamboo.

> IllegalStateException accessing Session.get() from own Resource implementation
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-878
>                 URL: https://issues.apache.org/jira/browse/WICKET-878
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Thomas Singer
>            Assignee: Matej Knopp
>             Fix For: 1.3.0-beta3
>
>
> I'm getting following assertion:
> java.lang.IllegalStateException: you can only locate or create sessions in the context of a request cycle 
> org.apache.wicket.Session.findOrCreate(Session.java:250) 
> org.apache.wicket.Session.get(Session.java:279) 
> com.syntevo.hpsmart.DownloadResource.getResourceStream(DownloadResource.java:18) 
> org.apache.wicket.protocol.http.WicketFilter.getLastModified(WicketFilter.java:708) 
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)
> See this thread for details: http://www.nabble.com/DownloadLink-hanging-tf4299990.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-878) IllegalStateException accessing Session.get() from own Resource implementation

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522914 ] 

Matej Knopp commented on WICKET-878:
------------------------------------

I think we should create RequestCycle before asking ResourceReference for resource. And later, when we are creating the RequestCycle, we should check if there already is an instance attached to current thread.
Anyone has any objections?

> IllegalStateException accessing Session.get() from own Resource implementation
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-878
>                 URL: https://issues.apache.org/jira/browse/WICKET-878
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Thomas Singer
>             Fix For: 1.3.0-beta3
>
>
> I'm getting following assertion:
> java.lang.IllegalStateException: you can only locate or create sessions in the context of a request cycle 
> org.apache.wicket.Session.findOrCreate(Session.java:250) 
> org.apache.wicket.Session.get(Session.java:279) 
> com.syntevo.hpsmart.DownloadResource.getResourceStream(DownloadResource.java:18) 
> org.apache.wicket.protocol.http.WicketFilter.getLastModified(WicketFilter.java:708) 
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:122)
> See this thread for details: http://www.nabble.com/DownloadLink-hanging-tf4299990.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.