I need to support the ARK (Archive Resource Key) spec which requires URL
ending with "?" and "??". For example:

http://domain.com/ark:/12345/t41290?
http://domain.com/ark:/12345/t41290??

Since "?" is used for request parameter, when it is ending with "?" by
itself, my Apache Tomcat ignores it.

I am thinking about using Apache Http's mod_rewrite to map "?" and "??" to
request parameters. However, rewrite rules don't see query string.

Is there a way to achieve this? Any help would be greatly appreciated.

Hayward

Reply via email to