<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yacy/htroot/ConfigUpdate_p.java, branch master</title>
<subtitle>YaCy search server with some extra patches
</subtitle>
<id>https://git.fennell.dev/yacy/atom?h=master</id>
<link rel='self' href='https://git.fennell.dev/yacy/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/'/>
<updated>2022-10-02T21:22:12Z</updated>
<entry>
<title>moved all remaining servlet classes to new location</title>
<updated>2022-10-02T21:22:12Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2022-10-02T21:22:12Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=adbda4c71b38cff4acdd14afb899c48eb26363f8'/>
<id>urn:sha1:adbda4c71b38cff4acdd14afb899c48eb26363f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rm unused build properties PKGMANAGER, RESTARTCMD, DESTDIR</title>
<updated>2022-07-10T10:14:51Z</updated>
<author>
<name>Thomas Koch</name>
<email>thomas@koch.ro</email>
</author>
<published>2022-07-10T08:23:37Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=572558244ab21c565f40f476ab6894c3b0f17909'/>
<id>urn:sha1:572558244ab21c565f40f476ab6894c3b0f17909</id>
<content type='text'>
PKGMANAGER is always false, thus the java code wrapped in
if statements for this property is dead code and can also
be removed.

The Debian packaging removed in c4659f0fb01be0f68ce3dcccc1955c8662a5345f
did set the PKGMANAGER property to true. When we do distro
packages again, we can revisit this commit and redo it with
property files instead.

RESTARTCMD is only used inside those dead code.

DESTDIR is never used even in the build.xml
</content>
</entry>
<entry>
<title>Enforced access controls on some administrative actions.</title>
<updated>2017-03-26T09:48:00Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2017-03-26T09:48:00Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=cde237b68763c542da20038e5f62bea341ae1d37'/>
<id>urn:sha1:cde237b68763c542da20038e5f62bea341ae1d37</id>
<content type='text'>
 - ensure use of HTTP POST method : HTTP GET should only be used for
information retrieval and not to perform server side effect operations
(see HTTP standard https://tools.ietf.org/html/rfc7231#section-4.2.1)
 - a transaction token is now required for these administrative form
submissions to ensure the request can not be included in an external
site and performed silently/by mistake by the user browser</content>
</entry>
<entry>
<title>Hardened system update checks.</title>
<updated>2016-12-16T10:03:09Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2016-12-16T10:03:09Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=467650c042eb5a6727639c1ffc67af97c92483e3'/>
<id>urn:sha1:467650c042eb5a6727639c1ffc67af97c92483e3</id>
<content type='text'>
When a downloaded archive release is corrupted, empty, or can not be
opened for any reason, the update script must not be launched because it
erases the existing lib/*.jar libraries.</content>
</entry>
<entry>
<title>Check HTTP status when downloading a release, and report eventual error.</title>
<updated>2016-12-15T14:30:36Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2016-12-15T14:30:36Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=00e81fcc159aaab6c0c67f59d03fd4e913162cf6'/>
<id>urn:sha1:00e81fcc159aaab6c0c67f59d03fd4e913162cf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reverted toString() change in AnchorURL to prevent mistakenly used</title>
<updated>2014-07-21T13:58:29Z</updated>
<author>
<name>orbiter</name>
<email>mc@yacy.net</email>
</author>
<published>2014-07-21T13:58:29Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=e441831a2491d111e6027f0006aa759e4cba742e'/>
<id>urn:sha1:e441831a2491d111e6027f0006aa759e4cba742e</id>
<content type='text'>
toString(). This fixes also the update link bug.</content>
</entry>
<entry>
<title>- the webgraph shall store all links which appear on a web page and not</title>
<updated>2013-09-14T22:30:23Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2013-09-14T22:30:23Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=5e31bad711f2751ceb8cdc90c7d25ba84e788827'/>
<id>urn:sha1:5e31bad711f2751ceb8cdc90c7d25ba84e788827</id>
<content type='text'>
all unique links! This made it necessary, that a large portion of the
parser and link processing classes must be adopted to carry a different
type of link collection which carry a property attribute which are
attached to web anchors.
- introduction of a new URL class, AnchorURL
- the other url classes, DigestURI and MultiProtocolURI had been renamed
and refactored to fit into a new document package schema, document.id
- cleanup of net.yacy.cora.document package and refactoring</content>
</entry>
<entry>
<title>fix for default boolean post values: the default value MUST NOT be TRUE,</title>
<updated>2013-07-31T08:49:26Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2013-07-31T08:49:26Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=76afcccaafb4afbfb35b8951f578836b8ef808c7'/>
<id>urn:sha1:76afcccaafb4afbfb35b8951f578836b8ef808c7</id>
<content type='text'>
because it's normal that a boolean value is missing in the post argument
if a checkbox is not selected.
Added also some style enhancements to IndexFederated, removed the Solr
attachment manual and replaced it with a link to the wiki which explains
this in more detail.</content>
</entry>
<entry>
<title>always use a default value for boolean options to have transparency for</title>
<updated>2013-07-25T10:17:29Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2013-07-25T10:17:29Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=4c242f9af9116a77361201c26d58ea08263c2885'/>
<id>urn:sha1:4c242f9af9116a77361201c26d58ea08263c2885</id>
<content type='text'>
the outcome if the attribute is missing in servlets</content>
</entry>
<entry>
<title>Do not allow automatic update in case YaCy is installed to the Program</title>
<updated>2013-07-11T19:50:06Z</updated>
<author>
<name>Lotus</name>
<email>lotus@localhost</email>
</author>
<published>2013-07-11T19:50:06Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=bb6caa346cb4207e38d7ddf9bacf361e6c68e117'/>
<id>urn:sha1:bb6caa346cb4207e38d7ddf9bacf361e6c68e117</id>
<content type='text'>
Files folder on Windows. There are no permissions to write that folder
and update would fail.</content>
</entry>
</feed>
