Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1B513200B9D for ; Thu, 13 Oct 2016 20:01:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 19F9E160AE4; Thu, 13 Oct 2016 18:01:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 60D30160AD2 for ; Thu, 13 Oct 2016 20:01:38 +0200 (CEST) Received: (qmail 79662 invoked by uid 500); 13 Oct 2016 18:01:37 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 79650 invoked by uid 99); 13 Oct 2016 18:01:37 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2016 18:01:37 +0000 Received: from mail-lf0-f50.google.com (mail-lf0-f50.google.com [209.85.215.50]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id A4AC61A0046 for ; Thu, 13 Oct 2016 18:01:36 +0000 (UTC) Received: by mail-lf0-f50.google.com with SMTP id x79so152180489lff.0 for ; Thu, 13 Oct 2016 11:01:36 -0700 (PDT) X-Gm-Message-State: AA6/9RlBJj14hjLT2cRoFL95he2cTw++Wofr5f+s4waF/ZMhUzYKftjF4jx8zVemDKoEG0kD3NcBjmVICnmShA== X-Received: by 10.28.29.76 with SMTP id d73mr2978865wmd.34.1476381694910; Thu, 13 Oct 2016 11:01:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.137.37 with HTTP; Thu, 13 Oct 2016 11:01:14 -0700 (PDT) In-Reply-To: References: From: Lukasz Lenart Date: Thu, 13 Oct 2016 20:01:14 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: How to disable character like Tilt(~) in the Action Name To: Struts Users Mailing List Content-Type: text/plain; charset=UTF-8 archived-at: Thu, 13 Oct 2016 18:01:39 -0000 The simplest way is to define an excluded action as follow 2016-10-13 14:00 GMT+02:00 Rajvinder Pal : > Hi Everyone, > > I am trying to access the URL in the browser like below:- > > 1.) http://localhost:9084/myportal/login.do > 2.) http://localhost:9084/myportal/~login.do > > > struts.xml entry:- > > > > execute > > /jsp/userlogin/loginPage.jsp > > > > > I am able to get the login page using both the URLs. I don't want to get > the result using second URL. PLease let me know if i need any > configuration so that framework should not try to map ~login to login in > the struts.xml > > Regards, > Rajvinder --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org