WAP
From Resin 3.0
WAP (Wireless Application Protocol) is a binary protocol that utilizes HTTP. The WAP gateway appears the same as a web browser for Resin. Resin does not have to do anything special for WAP because WAP uses HTTP the same as any web browser.
Resin does provide mime-mapping for common wap file types.
The mappings are in $RESIN_HOME/conf/app-default.xml.
<mime-mapping extension=".wml" mime-type="text/vnd.wap.wml"/> <mime-mapping extension=".wmls" mime-type="text/vnd.wap.wmlscript"/> <mime-mapping extension=".wmlc" mime-type="application/vnd.wap.wmlc"/> <mime-mapping extension=".wmlsc" mime-type="application/vnd.wap.wmlscript"/> <mime-mapping extension=".wbmp" mime-type="image/vnd.wap.wbmp"/>