Context path values of "/" are now logged as invalid

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

Context path values of "/" are now logged as invalid

Deepak Dixit-3
Hi All,

Context path values of "/" are now logged as invalid since tomcat-7.0.58, so if you want to mount webapp on root than you need to use “” instead “/“.
Here is the ticket for the same: https://bz.apache.org/bugzilla/show_bug.cgi?id=57216


Thanks & Regards

Deepak Dixit

Reply | Threaded
Open this post in threaded view
|

Re: Context path values of "/" are now logged as invalid

Pierre Smits
Hi Deepak,

Thanks for reporting this. Does it have any effect on code in trunk, or any
of the upcoming releases?

Best regards,

Pierre Smits

*ORRTIZ.COM <http://www.orrtiz.com>*
Services & Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail & Trade
http://www.orrtiz.com

On Thu, Mar 19, 2015 at 9:46 AM, Deepak Dixit <
[hidden email]> wrote:

> Hi All,
>
> Context path values of "/" are now logged as invalid since tomcat-7.0.58,
> so if you want to mount webapp on root than you need to use “” instead “/“.
> Here is the ticket for the same:
> https://bz.apache.org/bugzilla/show_bug.cgi?id=57216
>
>
> Thanks & Regards
> —
> Deepak Dixit
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Context path values of "/" are now logged as invalid

Jacques Le Roux
Administrator
It seems not, the bug description says:
<< This only occurs when the context path is "/".>>

Jacques

Le 19/03/2015 10:11, Pierre Smits a écrit :

> Hi Deepak,
>
> Thanks for reporting this. Does it have any effect on code in trunk, or any
> of the upcoming releases?
>
> Best regards,
>
> Pierre Smits
>
> *ORRTIZ.COM <http://www.orrtiz.com>*
> Services & Solutions for Cloud-
> Based Manufacturing, Professional
> Services and Retail & Trade
> http://www.orrtiz.com
>
> On Thu, Mar 19, 2015 at 9:46 AM, Deepak Dixit <
> [hidden email]> wrote:
>
>> Hi All,
>>
>> Context path values of "/" are now logged as invalid since tomcat-7.0.58,
>> so if you want to mount webapp on root than you need to use “” instead “/“.
>> Here is the ticket for the same:
>> https://bz.apache.org/bugzilla/show_bug.cgi?id=57216
>>
>>
>> Thanks & Regards
>> —
>> Deepak Dixit
>>
>>
Reply | Threaded
Open this post in threaded view
|

Re: Context path values of "/" are now logged as invalid

Jacopo Cappellato-5
yes, no out-of-the-box code is affected; however custom setups with webapps with mount point set to "/" will have to be updated to ""

Jacopo

On Mar 19, 2015, at 10:36 AM, Jacques Le Roux <[hidden email]> wrote:

> It seems not, the bug description says:
> << This only occurs when the context path is "/".>>
>
> Jacques
>
> Le 19/03/2015 10:11, Pierre Smits a écrit :
>> Hi Deepak,
>>
>> Thanks for reporting this. Does it have any effect on code in trunk, or any
>> of the upcoming releases?
>>
>> Best regards,
>>
>> Pierre Smits
>>
>> *ORRTIZ.COM <http://www.orrtiz.com>*
>> Services & Solutions for Cloud-
>> Based Manufacturing, Professional
>> Services and Retail & Trade
>> http://www.orrtiz.com
>>
>> On Thu, Mar 19, 2015 at 9:46 AM, Deepak Dixit <
>> [hidden email]> wrote:
>>
>>> Hi All,
>>>
>>> Context path values of "/" are now logged as invalid since tomcat-7.0.58,
>>> so if you want to mount webapp on root than you need to use “” instead “/“.
>>> Here is the ticket for the same:
>>> https://bz.apache.org/bugzilla/show_bug.cgi?id=57216
>>>
>>>
>>> Thanks & Regards
>>> —
>>> Deepak Dixit
>>>
>>>

Reply | Threaded
Open this post in threaded view
|

Re: Context path values of "/" are now logged as invalid

Jacopo Cappellato-5
In reply to this post by Pierre Smits
Hi Pierre,

the upgrade has been done in the following branches: trunk, 14.12, 13.07, 12.04.
As a consequence the following two upcoming release are interested: 12.04.06 and 13.07.02

Regards,

Jacopo

On Mar 19, 2015, at 10:11 AM, Pierre Smits <[hidden email]> wrote:

> Hi Deepak,
>
> Thanks for reporting this. Does it have any effect on code in trunk, or any
> of the upcoming releases?
>
> Best regards,
>
> Pierre Smits
>
> *ORRTIZ.COM <http://www.orrtiz.com>*
> Services & Solutions for Cloud-
> Based Manufacturing, Professional
> Services and Retail & Trade
> http://www.orrtiz.com
>
> On Thu, Mar 19, 2015 at 9:46 AM, Deepak Dixit <
> [hidden email]> wrote:
>
>> Hi All,
>>
>> Context path values of "/" are now logged as invalid since tomcat-7.0.58,
>> so if you want to mount webapp on root than you need to use “” instead “/“.
>> Here is the ticket for the same:
>> https://bz.apache.org/bugzilla/show_bug.cgi?id=57216
>>
>>
>> Thanks & Regards
>> —
>> Deepak Dixit
>>
>>

Reply | Threaded
Open this post in threaded view
|

Re: Context path values of "/" are now logged as invalid

Pierre Smits
HI Jacopo,

As the issue that relates to the upgrades will be referenced in the release
notes of the upcoming releases, maybe you could mention this aspect. That
way we get our users informed.

Best regards,

Pierre Smits

*ORRTIZ.COM <http://www.orrtiz.com>*
Services & Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail & Trade
http://www.orrtiz.com

On Thu, Mar 19, 2015 at 10:38 AM, Jacopo Cappellato <
[hidden email]> wrote:

> Hi Pierre,
>
> the upgrade has been done in the following branches: trunk, 14.12, 13.07,
> 12.04.
> As a consequence the following two upcoming release are interested:
> 12.04.06 and 13.07.02
>
> Regards,
>
> Jacopo
>
> On Mar 19, 2015, at 10:11 AM, Pierre Smits <[hidden email]> wrote:
>
> > Hi Deepak,
> >
> > Thanks for reporting this. Does it have any effect on code in trunk, or
> any
> > of the upcoming releases?
> >
> > Best regards,
> >
> > Pierre Smits
> >
> > *ORRTIZ.COM <http://www.orrtiz.com>*
> > Services & Solutions for Cloud-
> > Based Manufacturing, Professional
> > Services and Retail & Trade
> > http://www.orrtiz.com
> >
> > On Thu, Mar 19, 2015 at 9:46 AM, Deepak Dixit <
> > [hidden email]> wrote:
> >
> >> Hi All,
> >>
> >> Context path values of "/" are now logged as invalid since
> tomcat-7.0.58,
> >> so if you want to mount webapp on root than you need to use “” instead
> “/“.
> >> Here is the ticket for the same:
> >> https://bz.apache.org/bugzilla/show_bug.cgi?id=57216
> >>
> >>
> >> Thanks & Regards
> >> —
> >> Deepak Dixit
> >>
> >>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Context path values of "/" are now logged as invalid

Jacopo Cappellato-5
I was thinking we could create an ad-hoc Jira ticket with information about the change that will be resolved immediately and will appear in the release notes for the interested releases.
The title could be: "Error when web app has mount point /"
and the resolution could be the instruction to get it fixed.

Jacopo

On Mar 19, 2015, at 10:55 AM, Pierre Smits <[hidden email]> wrote:

> HI Jacopo,
>
> As the issue that relates to the upgrades will be referenced in the release
> notes of the upcoming releases, maybe you could mention this aspect. That
> way we get our users informed.
>
> Best regards,
>
> Pierre Smits
>
> *ORRTIZ.COM <http://www.orrtiz.com>*
> Services & Solutions for Cloud-
> Based Manufacturing, Professional
> Services and Retail & Trade
> http://www.orrtiz.com
>
> On Thu, Mar 19, 2015 at 10:38 AM, Jacopo Cappellato <
> [hidden email]> wrote:
>
>> Hi Pierre,
>>
>> the upgrade has been done in the following branches: trunk, 14.12, 13.07,
>> 12.04.
>> As a consequence the following two upcoming release are interested:
>> 12.04.06 and 13.07.02
>>
>> Regards,
>>
>> Jacopo
>>
>> On Mar 19, 2015, at 10:11 AM, Pierre Smits <[hidden email]> wrote:
>>
>>> Hi Deepak,
>>>
>>> Thanks for reporting this. Does it have any effect on code in trunk, or
>> any
>>> of the upcoming releases?
>>>
>>> Best regards,
>>>
>>> Pierre Smits
>>>
>>> *ORRTIZ.COM <http://www.orrtiz.com>*
>>> Services & Solutions for Cloud-
>>> Based Manufacturing, Professional
>>> Services and Retail & Trade
>>> http://www.orrtiz.com
>>>
>>> On Thu, Mar 19, 2015 at 9:46 AM, Deepak Dixit <
>>> [hidden email]> wrote:
>>>
>>>> Hi All,
>>>>
>>>> Context path values of "/" are now logged as invalid since
>> tomcat-7.0.58,
>>>> so if you want to mount webapp on root than you need to use “” instead
>> “/“.
>>>> Here is the ticket for the same:
>>>> https://bz.apache.org/bugzilla/show_bug.cgi?id=57216
>>>>
>>>>
>>>> Thanks & Regards
>>>> —
>>>> Deepak Dixit
>>>>
>>>>
>>
>>

Reply | Threaded
Open this post in threaded view
|

Re: Context path values of "/" are now logged as invalid

Pierre Smits
That would also do. :-)

Best regards,

Pierre Smits

*ORRTIZ.COM <http://www.orrtiz.com>*
Services & Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail & Trade
http://www.orrtiz.com

On Thu, Mar 19, 2015 at 11:03 AM, Jacopo Cappellato <
[hidden email]> wrote:

> I was thinking we could create an ad-hoc Jira ticket with information
> about the change that will be resolved immediately and will appear in the
> release notes for the interested releases.
> The title could be: "Error when web app has mount point /"
> and the resolution could be the instruction to get it fixed.
>
> Jacopo
>
> On Mar 19, 2015, at 10:55 AM, Pierre Smits <[hidden email]> wrote:
>
> > HI Jacopo,
> >
> > As the issue that relates to the upgrades will be referenced in the
> release
> > notes of the upcoming releases, maybe you could mention this aspect. That
> > way we get our users informed.
> >
> > Best regards,
> >
> > Pierre Smits
> >
> > *ORRTIZ.COM <http://www.orrtiz.com>*
> > Services & Solutions for Cloud-
> > Based Manufacturing, Professional
> > Services and Retail & Trade
> > http://www.orrtiz.com
> >
> > On Thu, Mar 19, 2015 at 10:38 AM, Jacopo Cappellato <
> > [hidden email]> wrote:
> >
> >> Hi Pierre,
> >>
> >> the upgrade has been done in the following branches: trunk, 14.12,
> 13.07,
> >> 12.04.
> >> As a consequence the following two upcoming release are interested:
> >> 12.04.06 and 13.07.02
> >>
> >> Regards,
> >>
> >> Jacopo
> >>
> >> On Mar 19, 2015, at 10:11 AM, Pierre Smits <[hidden email]>
> wrote:
> >>
> >>> Hi Deepak,
> >>>
> >>> Thanks for reporting this. Does it have any effect on code in trunk, or
> >> any
> >>> of the upcoming releases?
> >>>
> >>> Best regards,
> >>>
> >>> Pierre Smits
> >>>
> >>> *ORRTIZ.COM <http://www.orrtiz.com>*
> >>> Services & Solutions for Cloud-
> >>> Based Manufacturing, Professional
> >>> Services and Retail & Trade
> >>> http://www.orrtiz.com
> >>>
> >>> On Thu, Mar 19, 2015 at 9:46 AM, Deepak Dixit <
> >>> [hidden email]> wrote:
> >>>
> >>>> Hi All,
> >>>>
> >>>> Context path values of "/" are now logged as invalid since
> >> tomcat-7.0.58,
> >>>> so if you want to mount webapp on root than you need to use “” instead
> >> “/“.
> >>>> Here is the ticket for the same:
> >>>> https://bz.apache.org/bugzilla/show_bug.cgi?id=57216
> >>>>
> >>>>
> >>>> Thanks & Regards
> >>>> —
> >>>> Deepak Dixit
> >>>>
> >>>>
> >>
> >>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Context path values of "/" are now logged as invalid

Deepak Dixit-3
Here is the issue for the same:

https://issues.apache.org/jira/browse/OFBIZ-6183

Thanks & Regards

Deepak Dixit

> On Mar 19, 2015, at 3:38 PM, Pierre Smits <[hidden email]> wrote:
>
> That would also do. :-)
>
> Best regards,
>
> Pierre Smits
>
> *ORRTIZ.COM <http://www.orrtiz.com>*
> Services & Solutions for Cloud-
> Based Manufacturing, Professional
> Services and Retail & Trade
> http://www.orrtiz.com
>
> On Thu, Mar 19, 2015 at 11:03 AM, Jacopo Cappellato <
> [hidden email]> wrote:
>
>> I was thinking we could create an ad-hoc Jira ticket with information
>> about the change that will be resolved immediately and will appear in the
>> release notes for the interested releases.
>> The title could be: "Error when web app has mount point /"
>> and the resolution could be the instruction to get it fixed.
>>
>> Jacopo
>>
>> On Mar 19, 2015, at 10:55 AM, Pierre Smits <[hidden email]> wrote:
>>
>>> HI Jacopo,
>>>
>>> As the issue that relates to the upgrades will be referenced in the
>> release
>>> notes of the upcoming releases, maybe you could mention this aspect. That
>>> way we get our users informed.
>>>
>>> Best regards,
>>>
>>> Pierre Smits
>>>
>>> *ORRTIZ.COM <http://www.orrtiz.com>*
>>> Services & Solutions for Cloud-
>>> Based Manufacturing, Professional
>>> Services and Retail & Trade
>>> http://www.orrtiz.com
>>>
>>> On Thu, Mar 19, 2015 at 10:38 AM, Jacopo Cappellato <
>>> [hidden email]> wrote:
>>>
>>>> Hi Pierre,
>>>>
>>>> the upgrade has been done in the following branches: trunk, 14.12,
>> 13.07,
>>>> 12.04.
>>>> As a consequence the following two upcoming release are interested:
>>>> 12.04.06 and 13.07.02
>>>>
>>>> Regards,
>>>>
>>>> Jacopo
>>>>
>>>> On Mar 19, 2015, at 10:11 AM, Pierre Smits <[hidden email]>
>> wrote:
>>>>
>>>>> Hi Deepak,
>>>>>
>>>>> Thanks for reporting this. Does it have any effect on code in trunk, or
>>>> any
>>>>> of the upcoming releases?
>>>>>
>>>>> Best regards,
>>>>>
>>>>> Pierre Smits
>>>>>
>>>>> *ORRTIZ.COM <http://www.orrtiz.com>*
>>>>> Services & Solutions for Cloud-
>>>>> Based Manufacturing, Professional
>>>>> Services and Retail & Trade
>>>>> http://www.orrtiz.com
>>>>>
>>>>> On Thu, Mar 19, 2015 at 9:46 AM, Deepak Dixit <
>>>>> [hidden email]> wrote:
>>>>>
>>>>>> Hi All,
>>>>>>
>>>>>> Context path values of "/" are now logged as invalid since
>>>> tomcat-7.0.58,
>>>>>> so if you want to mount webapp on root than you need to use “” instead
>>>> “/“.
>>>>>> Here is the ticket for the same:
>>>>>> https://bz.apache.org/bugzilla/show_bug.cgi?id=57216
>>>>>>
>>>>>>
>>>>>> Thanks & Regards
>>>>>> —
>>>>>> Deepak Dixit
>>>>>>
>>>>>>
>>>>
>>>>
>>
>>