#772 request:get-parameter() behaviour

eXist-db 2.0
pending
nobody
None
5
2013-02-01
2012-03-16
cjwallace
No
0 up votes | 0 down votes | 0%
4 comments

Looking at the query profiling for the following script,

request:get-parameter("x",())

I see that get:parameter is called 169 times although there is only one call in the script. Two calls give a count of 170

very odd - not seen that in 1.4

Version: 2.0-tech-preview
SVN Revision: 15855
Build: 20120211

Discussion

  • Dannes Wessels
    Dannes Wessels
    2012-11-27

    • milestone: --> eXist-db 2.0
     
  • Dannes Wessels
    Dannes Wessels
    2012-11-27

    Is there a (reverse) proxy in front? in trunk the http handling has been improved a long time ago (cowork Adam & Dannes) . How can we reproduce?

     
  • Adam Retter
    Adam Retter
    2012-11-29

    We need to see their XQuery script. Somehow I suspect a loop and some sort
    of change in evaluation order in the query engine...

    On 27 November 2012 21:26, Dannes Wessels dizzzz@users.sf.net wrote:

    Is there a (reverse) proxy in front? in trunk the http handling has been
    improved a long time ago (cowork Adam & Dannes) . How can we reproduce?


    Status: open
    Created: Fri Mar 16, 2012 05:14 PM UTC by cjwallace
    Last Updated: Tue Aug 14, 2012 08:33 PM UTC
    Owner: nobody

    Looking at the query profiling for the following script,

    request:get-parameter("x",())

    I see that get:parameter is called 169 times although there is only one
    call in the script. Two calls give a count of 170

    very odd - not seen that in 1.4

    Version: 2.0-tech-preview
    SVN Revision: 15855
    Build: 20120211


    Sent from sourceforge.net because you indicated interest in
    https://sourceforge.net/p/exist/bugs/772/

    To unsubscribe from further messages, please visit
    https://sourceforge.net/auth/prefs/

    --
    Adam Retter

    eXist Developer
    { United Kingdom }
    adam@exist-db.org
    irc://irc.freenode.net/existdb

     
  • Dannes Wessels
    Dannes Wessels
    2013-02-01

    • status: open --> pending