Hi all

I upgrade from 1.2.3 to 1.2.6, and everything is fine. but I notice that the
url changed:

http://example.com/mycontext/app?wicket:interface=:6::

become:

http://example.com/mycontext/app/?wicket:interface=:6::

the tailing slash of "app" cause many css, javascript path broken !!

how do i fix this ?


my web.xml: (i don't change this while upgrade)

   <servlet>
       <servlet-name>WicketApplication</servlet-name>
       <servlet-class>wicket.protocol.http.WicketServlet</servlet-class>
       <init-param>
           <param-name>applicationFactoryClassName</param-name>
           <param-value>wicket.spring.SpringWebApplicationFactory
</param-value>
       </init-param>
       <load-on-startup>1</load-on-startup>
   </servlet>
   <servlet-mapping>
       <servlet-name>WicketApplication</servlet-name>
       <url-pattern>/app/*</url-pattern>
   </servlet-mapping>

--
Ingram Chen
��便��啦: http://dinbendon.net
blog: http://www.javaworld.com.tw/roller/page/ingramchen
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to