Hi,
In order to support a particular kind of route I couldn't manage to
support using the current routes (WARoute subclasses) I created a new
kind of route named WAVariableQueryRoute used to match routes ignoring
the parameters in the query field, but matching requests for those.
E.g.
You define a GET route with path : /myPath, and it will also match
requests like myPath?foo=baz, and so on.
The modifications I made doesn't change the current behavior of
WARoute's, only adds a new pragma named "variableQuery" used to decide
which kind of route to build (if true will create a
WAVariableQueryRoute).
The packages are in SmalltalkHub's Seaside repo and are the following:
Name: Seaside-REST-Core-EstebanMaringolo.58
Seaside-Tests-REST-EstebanMaringolo.1
I'm using Seaside 3.1.4.1 in Pharo 4/GemStone, I would like to have
these packages added to Metacello version close to this one, who
maintains the Metacello config?
Regards!
Esteban A. Maringolo
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev