Am 17.08.2012 22:07, schrieb Jean-Michel Caricand: > Hello Tommi, > > In a previous message, > http://www.mail-archive.com/[email protected]/msg00527.html, > you proposed to implement a very interesting feature : > > <urlmapping> > <mapurl> > <url>^/$</url> > <target>index@myapp</target> > </mapurl> > <mapurl> > <url>^/(.*).html$</url> > <vhost>www.tntnet.org</vhost> > <method>POST</method> > <ssl>true</ssl> > <target>$1_POST@myapp</target> > <pathinfo>$1</pathinfo> > <arguments> > <arg>foo</args> > </arguments> > </mapurl> > </urlmapping> > > Does this feature exists in the latest version of tntnet ? > > Thanks, > > Jean-Michel > Hi Jean-Michel,
Yes, it is implemented in the svn version of tntnet. The man page is not yet updated but you can see the examples, how the xml configuration works. Unfortunately there is no example for method specific mapping. I should add one. Tommi ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
