<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[JForum Community - Latest forum topics]]></title>
		<link>https://community.jforum.net/recentTopics/list.page</link>
		<description><![CDATA[The newest discussed topics in the entire board]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Jakarta EE 9</title>
				<description><![CDATA[ Very good news!
<br>
Good work. :thumbup:
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/296/1288.page</guid>
				<link>https://community.jforum.net/posts/preList/296/1288.page</link>
				<pubDate><![CDATA[Wed, 21 May 2025 20:48:13]]> GMT</pubDate>
				<author><![CDATA[ tommy]]></author>
			</item>
			<item>
				<title>First beta of JakartaEE 10 version is available</title>
				<description><![CDATA[ A [url=https://sourceforge.net/p/jforum2/code/HEAD/tree/branches/jakarta/]source code branch[/url] and a [url=https://sourceforge.net/projects/jforum2/files/]beta build[/url] are available for running JForum in JakartaEE 10 environments such as Tomcat 10.1. The minimum Java version required is Java 11. This has not been tested as extensively as previous versions, and remains work in progress. But it contains no known bugs, even quite a few bugs less than the last release version 2.8.3.
<br>
<br>
Please send us feedback if you use it, both positive and negative.
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/298/1286.page</guid>
				<link>https://community.jforum.net/posts/preList/298/1286.page</link>
				<pubDate><![CDATA[Sat, 17 May 2025 20:04:04]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>Missing &#39;Secure&#39; flag in &#39;Set-Cookie&#39; header in HTTP response.</title>
				<description><![CDATA[ Perfect!
<br>
Thanks.
<br>
<br>
Regards,
<br>
Tommy]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/297/1284.page</guid>
				<link>https://community.jforum.net/posts/preList/297/1284.page</link>
				<pubDate><![CDATA[Wed, 12 Mar 2025 18:19:51]]> GMT</pubDate>
				<author><![CDATA[ tommy]]></author>
			</item>
			<item>
				<title>Banned from forum</title>
				<description><![CDATA[ I don't think banning is ever an automatic action. It's always manual through Admin Panel -&gt; Banning. Maybe you played around with that, and did it inadvertently?
<br>
<br>
We're glad to help, as JForum is a pet project of ours :-)]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/295/1277.page</guid>
				<link>https://community.jforum.net/posts/preList/295/1277.page</link>
				<pubDate><![CDATA[Thu, 9 Jan 2025 21:38:00]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>Test you </title>
				<description><![CDATA[ [quote=venkatsp]fdsfdsfsdafd[/quote]fds]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/252/1273.page</guid>
				<link>https://community.jforum.net/posts/preList/252/1273.page</link>
				<pubDate><![CDATA[Fri, 3 Jan 2025 20:14:51]]> GMT</pubDate>
				<author><![CDATA[ venkatsp]]></author>
			</item>
			<item>
				<title>test</title>
				<description><![CDATA[ fafffae]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/283/1271.page</guid>
				<link>https://community.jforum.net/posts/preList/283/1271.page</link>
				<pubDate><![CDATA[Fri, 20 Dec 2024 20:14:42]]> GMT</pubDate>
				<author><![CDATA[ venkatsp]]></author>
			</item>
			<item>
				<title>search problem</title>
				<description><![CDATA[ [quote]This kind of issue is hard to track down without having access to the forum in question. Can you reproduce it on this site?[/quote]
<br>
No, there is another problem, take a look at images
<br>
<br>
[quote]You mean clicking the pagination buttons?[/quote]
<br>
Yes
<br>
<br>
[quote]What specifically did you test, and what, exactly, was the result?[/quote]
<br>
By changing search options. Problem shows only when i type 2 or more keywords]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/293/1270.page</guid>
				<link>https://community.jforum.net/posts/preList/293/1270.page</link>
				<pubDate><![CDATA[Wed, 11 Dec 2024 03:01:51]]> GMT</pubDate>
				<author><![CDATA[ jdev1]]></author>
			</item>
			<item>
				<title>Email Integration Tests</title>
				<description><![CDATA[ If the test fail, there should be exception stack messages in the output - post those here in full. Without those, it's hard to tell what's going wrong.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/294/1269.page</guid>
				<link>https://community.jforum.net/posts/preList/294/1269.page</link>
				<pubDate><![CDATA[Sun, 8 Dec 2024 20:59:59]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>Trying to understand JForum</title>
				<description><![CDATA[ You may check this Tomcat 5.5 document for some description of DBCP:
<br>
[url]https://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html[/url]
<br>
4. Configure Tomcat's Resource Factory
<br>
<br>
Some additional properties handle connection validation:
<br>
<br>
[list]validationQuery - SQL query that can be used by the pool to validate connections before they are returned to the application. If specified, this query MUST be an SQL SELECT statement that returns at least one row.[/list]
<br>
[list]validationQueryTimeout - Timeout in seconds for the validation query to return. Default: -1 (infinite)[/list]
<br>
[list]testOnBorrow - true or false: whether a connection should be validated using the validation query each time it is borrowed from the pool. Default: true[/list]
<br>
[list]testOnReturn - true or false: whether a connection should be validated using the validation query each time it is returned to the pool. Default: false[/list]
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/290/1265.page</guid>
				<link>https://community.jforum.net/posts/preList/290/1265.page</link>
				<pubDate><![CDATA[Tue, 15 Oct 2024 13:45:04]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>User tells me they are banned, and I have no idea why...</title>
				<description><![CDATA[ [quote]They also noted that their ISP occasionally reassigns IP addresses, so it's possibly they just got one with an abuse history.[/quote]
<br>
IP reassignment is common for both DSL and cable. Although users usually keep their IPs for weeks or months at a time these days, at some point it does get changed.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/292/1263.page</guid>
				<link>https://community.jforum.net/posts/preList/292/1263.page</link>
				<pubDate><![CDATA[Mon, 15 Jul 2024 02:38:45]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>JForum 2.8.3 release</title>
				<description><![CDATA[ We're way behind with this announcement, but back in October we released JForum 2.8.3, which had the following improvements:
<br>
<br>
[list]fix problem when using Oracle as database[/list]
<br>
[list]use system-wide date format in the user profile for the registration date[/list]
<br>
[list]fixed a couple of bugs in the mail sending code[/list]
<br>
[list]made a couple of changes for Wildfly compatibility[/list]
<br>
[list]fix Commons FileUpload vulnerability[/list]
<br>
[list]added Admin Config option to disable private messages[/list]
<br>
[list]fixed another XSS vulnerability[/list]
<br>
<br>
A full list of new features is at <a class="snap_shots" href="https://sourceforge.net/p/jforum2/wiki2/NewFeatures283/" target="_blank">https://sourceforge.net/p/jforum2/wiki2/NewFeatures283/</a>, upgrade instructions are at <a class="snap_shots" href="https://sourceforge.net/p/jforum2/wiki2/UpgradingFrom282to283/" target="_blank">https://sourceforge.net/p/jforum2/wiki2/UpgradingFrom282to283/</a> and you can download it from <a class="snap_shots" href="https://sourceforge.net/projects/jforum2/files/" target="_blank">https://sourceforge.net/projects/jforum2/files/</a>. The documentation is at <a class="snap_shots" href="https://sourceforge.net/p/jforum2/wiki2/Documentation/" target="_blank">https://sourceforge.net/p/jforum2/wiki2/Documentation/</a>
<br>
<br>
All feedback is welcome.]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/289/1246.page</guid>
				<link>https://community.jforum.net/posts/preList/289/1246.page</link>
				<pubDate><![CDATA[Mon, 26 Feb 2024 03:39:30]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
			<item>
				<title>Integrar Jforum</title>
				<description><![CDATA[ Please read this wiki first.
<br>
[url]https://sourceforge.net/p/jforum2/wiki2/LoginAuthenticationIntegration/[/url]]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/288/1244.page</guid>
				<link>https://community.jforum.net/posts/preList/288/1244.page</link>
				<pubDate><![CDATA[Sat, 27 Jan 2024 22:23:13]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>video test</title>
				<description><![CDATA[ [vimeo]https://vimeo.com/66753575[/vimeo]
<br>
<br>
[youtube]https://www.youtube.com/watch?v=ILVTmDZXwgA[/youtube]]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/287/1241.page</guid>
				<link>https://community.jforum.net/posts/preList/287/1241.page</link>
				<pubDate><![CDATA[Wed, 22 Nov 2023 23:22:48]]> GMT</pubDate>
				<author><![CDATA[ udittmer]]></author>
			</item>
	</channel>
</rss>