RSSAmplifier

Blog

Kwintessential Notes

My contribution to the Notes & Domino community

quintessens.wordpress.comRSS feed ↗20 posts

Latest posts

Sanitize xpages input fields

In case you have xpages applications open in the web the chances are that someone, someday, somehow wants to act malicious. Of course we don’t want that so besides on the infrastructure site you also should add protection on the… Continue reading →

Creating an SBOM for a Domino application and performing a security check on it

In a previous post i wrote about how to use the OWASP Vulnerability Check to scan your Domino application (rather it’s ODP than the NSF) for vulnerabilities and generate a report for it. As you would expect there are more… Continue reading →

Owasp vulnerability check on a Domino application

I was watching the video OWASP Top 10: The Big Picture on Pluralsight in which the OWASP Vulnerability Check (OVC) was mentioned and recommended so I wondered if this would be of interest for my applications? Whether you are just… Continue reading →

Replacing CKEditor with Quill

In some gray applications (traditional Domino applications who haven’t become updated lately) we have CKEditor 4 as rich-text editor embedded. CKEditor 4 reached its End-of-Life in June 2023 so time for an upgrade 🙂 If you can’t run the open… Continue reading →

Make Tika on Domino v12 Save Again

If you are still on a HCL Domino v12 server you are probably aware that you wont be able to run the latest and greatest Tika version. So what options do you have? Upgrade to the last v2 version? That… Continue reading →

Log Filter – Upcoming features

I have put some TLC on the Log Filter application available on OpenNTF. Here is an overview of upcoming new features and improvements: In the profile I added a section to register OpenLog and Log File Reader. With these references… Continue reading →

Testing v14.5 – XPages Log File Reader

With the relocation of the directory where the JAR files are installed on v14.5 I noticed that the XPages Log File Reader was not capable of reading the content of the ndext folder. I posted code on the project page… Continue reading →

Guidelines for updating applications to Domino14.5

Before upgrading Domino to 14.5, you would need to understand the changes that have been made in Domino 14.5 which may impact the working of custom Domino applications, depending upon their design. Here are suggestions listed that you should consider… Continue reading →

Log Filter v3 now available on OpenNTF

I have posted a new code-drop of Log Filter on OpenNTF. This code-drop contains all the code (and design design elements) that you need to copy into an instance of the log template provided by HCL. Besides general improvements and… Continue reading →

Tika 3.2.2 on a Domino v12 server

Here a response on a previous post. When I tested the Tika 3.2.2 library on a v12 Domino server I got an error and noticed in the log the following message: Exception Thrownjava.lang.UnsupportedClassVersionError: JVMCFRE199E bad major version 55.0 of class=org/apache/tika/parser/Parser,… Continue reading →

File management in XPages

As part of our IT security activities “file-management” passed me by. With file-management the focus was on the control over files that are being uploaded. There are different levels of control you can implement. Probably the easiest but also the… Continue reading →

Update Log Filter

I have been working on the Log Filter application the last couple of days. Here is a summary of the additions: In the profile you can define categories and assign a rating and color for each (highlight) hit: The color… Continue reading →

LogFilter – got any ideas?

A nice thing at my company is that every quarter we have so-called innovation week(s) where you are allowed to halt your project(s) and focus on learning or adapting new technology. I would have liked to spend time on the… Continue reading →

OpenLog & archiving (2)

In the Arching agent for OpenLog instead of a view I used a formula to find the documents to search the DB for potential candidate documents. It uses an field to flag that a document should not be removed: But… Continue reading →

OpenLog & notifications

Openlog has a notifications feature which you can find under the Notifications section in the menu: Setting up a Notification profile is not a hideous task but be sure that you fill in the correct details. Save the profile and… Continue reading →

OpenLog & archiving

In the OpenLog database there is a sample agent to archive (remove) log documents. By default we used to archive documents via the Replication settings, by using the Space Saver option to remove documents that are not modified in a… Continue reading →

I needed to include a file in OpenLog

For a routine to import JSON data from several resources I want to include the REST responses in OpenLog. Perhaps just to be able to track the process in a single system and avoid to run additionally Postman parallel with… Continue reading →

Seasonal gift – Log Filter

The Log Filter work is now available on OpenNTF. Perhaps your servers hide some Easter-eggs for you? Of course I am curious to hear what your favorite filters are. Post them here!

Fiddling with Tika in XPages

We have the annoying behaviour in an XPages application that users tend to select encrypted or password protected files from their local machine or some sort of expensive drive. The application manages the process for new products or services and… Continue reading →

Reducing the noise in the log – Update

After our team used the changes I made in the log application to reduce the noise for a couple of weeks we gathered user feedback and reviewed it and we came to the following improvements: As mentioned these are changed… Continue reading →