Here are some basic examples of things that can be done with jurlmap. Probably more use cases will be added to this in the future. You can run this either as an application directly from eclipse or you can build it as a .war file and run it from a java web server.

Check the source files for example urls to try and the effect they have.

jurlmap version 0.6 released. Changes include:

  • Some parameter type automatic conversions long->int|short|byte, also any type->boolean
  • 301 redirects
  • Initial support for pluggable serialization
  • Paging and file extension extraction from paths
  • Dots allowed in patterns
  • Changed package name to com.codegremlins.
  • (subpattern) syntax added