https://bz.apache.org/bugzilla/show_bug.cgi?id=61201

--- Comment #5 from jm009 <jan0mich...@yahoo.com> ---
What does not work is

   <servlet-mapping>
      <servlet-name>test-cgi</servlet-name>
      <url-pattern>/test2.sh/*</url-pattern>
    </servlet-mapping>

This would be usefull for nextcloud.
For demo see demo.nextcloud.com

It uses virtual paths like

/login
/apps/files
/apps/activity
/apps/gallery

(At least I think they are virtual, because there is no index.php in the
/apps/files, /apps/activity and /apps/gallery subdirectories. And there is no
/login subdirectory.)


In lib/base.php in function handleRequest() there are checks like

if ($requestPath === '/heartbeat') {

if ($requestPath === '/disableapp'
                        && $request->getMethod() === 'POST'
                        && ((array)$request->getParam('appid')) !== ''
                ) {

I'll see if I can get it to work otherwise.


The sqwebmail-servlet even puts some arbitrary long numbers in the path part of
the URL.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to