bug-mit-scheme
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-mit-scheme] [bug #21096] mod-lisp: URL-BINDING-VALUE fails with mul


From: anonymous
Subject: [Bug-mit-scheme] [bug #21096] mod-lisp: URL-BINDING-VALUE fails with multiple subtree handlers
Date: Mon, 17 Sep 2007 03:11:01 +0000
User-agent: Opera/9.23 (X11; OpenBSD i386; U; en)

URL:
  <http://savannah.gnu.org/bugs/?21096>

                 Summary: mod-lisp: URL-BINDING-VALUE fails with multiple
subtree handlers
                 Project: MIT/GNU Scheme
            Submitted by: None
            Submitted on: Monday 09/17/2007 at 03:10 UTC
                Category: runtime
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect behavior
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Aaron Hsu
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                Keywords: 

    _______________________________________________________

Details:

URL-BINDING-VALUE fails to operate correctly when URL-BINDINGS contains more
than one entry due to an error in the first checked condition. When comparing
the lengths of the urls, STRING-LENGTH is incorrectly called on the value of
binding, which contains a list, not a string. Wrapping BINDING in a CAR
expression solves this problem. A diff is attached.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Monday 09/17/2007 at 03:10 UTC  Name: mod-lisp.diff  Size: 351B   By:
None

<http://savannah.gnu.org/bugs/download.php?file_id=13963>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?21096>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]