Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to add the new code in server.xml to block endpoints which are mentioned in jira security vulnar

Yampalla Srinivas July 29, 2019

In server.xml what exactly to be mention to block a URL?

Can anyone explain in detail?

How exactly the context path should be?

1 answer

1 accepted

1 vote
Answer accepted
Thomas Deiler
Community Champion
July 29, 2019

Dear @Yampalla Srinivas ,

all is described in details here. If you have further question let me know.

<Context path="/secure/admin/SendBulkMail!default.jspa" docBase="" >
<Valapp className="org.apache.catalina.valapps.RemoteAddrValapp" deny="*" />
</Context>

So long

Thomas

Suggest an answer

Log in or Sign up to answer