1 Reply Latest reply on Nov 30, 2006 10:11 PM by gavin.king

    Using the SEAM equivalent to CGI's 'path_info'

    datagazetteer

      Is there a way to trick SEAM into parsing parameters off of the URL path rather than URL parameters? It would be something equivalent to the PATH_INFO environment variable in the CGI spec. The reason I'm asking is so that I can make the URLs prettier. For instance, rather than:

      http://example.com/application/record.seam?id=1001
      


      I'd like to use:

      http://example.com/application/record.seam/1001